Clint.py errors list

src/nvim/api/buffer.c:190:  Should leave no spaces after a cast: u'(char *) ml_get_buf'  [whitespace/cast] [2]
src/nvim/api/buffer.c:320:  Should leave no spaces after a cast: u'(char) ('  [whitespace/cast] [2]
src/nvim/api/buffer.c:423:  Should leave no spaces after a cast: u'(Object) OBJECT_INIT'  [whitespace/cast] [2]
src/nvim/api/buffer.c:479:  Should leave no spaces after a cast: u'(Object) OBJECT_INIT'  [whitespace/cast] [2]
src/nvim/api/buffer.c:498:  Should leave no spaces after a cast: u'(Object) OBJECT_INIT'  [whitespace/cast] [2]
src/nvim/api/buffer.c:516:  Should leave no spaces after a cast: u'(Object) OBJECT_INIT'  [whitespace/cast] [2]
src/nvim/api/buffer.c:592:  Should leave no spaces after a cast: u'(char_u *) name'  [whitespace/cast] [2]
src/nvim/api/buffer.c:625:  Should leave no spaces after a cast: u'(String) lines'  [whitespace/cast] [2]
src/nvim/api/private/helpers.c:35:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/api/private/helpers.c:45:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/api/private/helpers.c:88:  Should leave no spaces after a cast: u'(uint8_t *) key'  [whitespace/cast] [2]
src/nvim/api/private/helpers.c:92:  Should leave no spaces after a cast: u'(Object) OBJECT_INIT'  [whitespace/cast] [2]
src/nvim/api/private/helpers.c:158:  Should leave no spaces after a cast: u'(uint8_t *) key'  [whitespace/cast] [2]
src/nvim/api/private/helpers.c:309:  Should leave no spaces after a cast: u'(int) value'  [whitespace/cast] [2]
src/nvim/api/private/helpers.c:321:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/api/private/helpers.c:568:  Should leave no spaces after a cast: u'(String) STRING_INIT'  [whitespace/cast] [2]
src/nvim/api/private/helpers.c:587:  Should leave no spaces after a cast: u'(String) STRING_INIT'  [whitespace/cast] [2]
src/nvim/api/private/helpers.c:589:  Missing space after {  [whitespace/braces] [5]
src/nvim/api/private/helpers.c:589:  Missing space before }  [whitespace/braces] [5]
src/nvim/api/private/helpers.c:862:  if should always use braces  [readability/braces] [5]
src/nvim/api/private/helpers.c:863:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/api/private/helpers.c:902:  if should always use braces  [readability/braces] [5]
src/nvim/api/tabpage.c:51:  Should leave no spaces after a cast: u'(Object) OBJECT_INIT'  [whitespace/cast] [2]
src/nvim/api/tabpage.c:110:  Should leave no spaces after a cast: u'(Object) OBJECT_INIT'  [whitespace/cast] [2]
src/nvim/api/tabpage.c:129:  Should leave no spaces after a cast: u'(Object) OBJECT_INIT'  [whitespace/cast] [2]
src/nvim/api/vim.c:63:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/api/vim.c:86:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/api/vim.c:98:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/api/vim.c:149:  Should leave no spaces after a cast: u'(String) STRING_INIT'  [whitespace/cast] [2]
src/nvim/api/vim.c:167:  Should leave no spaces after a cast: u'(char_u *) str'  [whitespace/cast] [2]
src/nvim/api/vim.c:194:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/api/vim.c:211:  Should leave no spaces after a cast: u'(char_u *) fname'  [whitespace/cast] [2]
src/nvim/api/vim.c:212:  Should leave no spaces after a cast: u'(int) args'  [whitespace/cast] [2]
src/nvim/api/vim.c:245:  Should leave no spaces after a cast: u'(Integer) mb_string2cells'  [whitespace/cast] [2]
src/nvim/api/vim.c:688:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/api/vim.c:696:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/api/window.c:193:  Should leave no spaces after a cast: u'(Object) OBJECT_INIT'  [whitespace/cast] [2]
src/nvim/api/window.c:249:  Should leave no spaces after a cast: u'(Object) OBJECT_INIT'  [whitespace/cast] [2]
src/nvim/api/window.c:268:  Should leave no spaces after a cast: u'(Object) OBJECT_INIT'  [whitespace/cast] [2]
src/nvim/api/window.c:285:  Should leave no spaces after a cast: u'(Object) OBJECT_INIT'  [whitespace/cast] [2]
src/nvim/buffer.c:1:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:5:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:81:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:86:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/buffer.c:87:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/buffer.c:88:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:89:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:90:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:97:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:102:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:104:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/buffer.c:107:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:111:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/buffer.c:121:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:131:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:136:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:139:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/buffer.c:141:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:163:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:169:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/buffer.c:171:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/buffer.c:172:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/buffer.c:177:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/buffer.c:178:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/buffer.c:180:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:181:  while should always use braces  [readability/braces] [5]
src/nvim/buffer.c:182:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/buffer.c:184:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:185:  while should always use braces  [readability/braces] [5]
src/nvim/buffer.c:186:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/buffer.c:188:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:192:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:194:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:196:  An else should always have braces before it  [readability/braces] [5]
src/nvim/buffer.c:197:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/buffer.c:199:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/buffer.c:198:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/buffer.c:203:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:205:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/buffer.c:209:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:214:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:217:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:218:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:222:  An else should always have braces before it  [readability/braces] [5]
src/nvim/buffer.c:223:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/buffer.c:224:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:226:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:227:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:230:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:234:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:239:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/buffer.c:245:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:252:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:258:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/buffer.c:257:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/buffer.c:260:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:279:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:296:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/buffer.c:297:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/buffer.c:298:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:320:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/buffer.c:332:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:336:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:339:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/buffer.c:340:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/buffer.c:340:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/buffer.c:343:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:347:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/buffer.c:347:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/buffer.c:349:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:355:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:360:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:365:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/buffer.c:365:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/buffer.c:367:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:373:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:378:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:378:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:383:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:384:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:385:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/buffer.c:387:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:389:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:394:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/buffer.c:396:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:397:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:398:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/buffer.c:400:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:404:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:414:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:415:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:417:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:417:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:420:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:422:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:423:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/buffer.c:425:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:432:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:435:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:438:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:444:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:446:  An else should always have braces before it  [readability/braces] [5]
src/nvim/buffer.c:448:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:450:  An else should always have braces before it  [readability/braces] [5]
src/nvim/buffer.c:455:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:457:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/buffer.c:459:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:462:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:466:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:467:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/buffer.c:471:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:477:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/buffer.c:478:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/buffer.c:479:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/buffer.c:480:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/buffer.c:481:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/buffer.c:483:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:486:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:498:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/buffer.c:499:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:499:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:502:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/buffer.c:503:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:503:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:508:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/buffer.c:508:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/buffer.c:509:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:509:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:513:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:513:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:516:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:522:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:524:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:525:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:526:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:529:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:536:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:536:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/buffer.c:537:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:539:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:540:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:542:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:543:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:546:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:553:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/buffer.c:578:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:581:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/buffer.c:582:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/buffer.c:584:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:603:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:621:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:627:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/buffer.c:634:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:638:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:639:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/buffer.c:641:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/buffer.c:643:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:651:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:661:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:665:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:668:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:669:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/buffer.c:670:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/buffer.c:671:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:675:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:678:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:680:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:684:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:688:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:689:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/buffer.c:691:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:695:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:702:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:716:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/buffer.c:718:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:720:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:721:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:725:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:726:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:727:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:728:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:735:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:735:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:738:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:738:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/buffer.c:742:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:748:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:750:  An else should always have braces before it  [readability/braces] [5]
src/nvim/buffer.c:751:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/buffer.c:752:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/buffer.c:754:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:758:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:760:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:762:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:767:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/buffer.c:767:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/buffer.c:768:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:768:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:771:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/buffer.c:775:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:776:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/buffer.c:777:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/buffer.c:780:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:782:  An else should always have braces before it  [readability/braces] [5]
src/nvim/buffer.c:784:  An else should always have braces before it  [readability/braces] [5]
src/nvim/buffer.c:789:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:791:  An else should always have braces before it  [readability/braces] [5]
src/nvim/buffer.c:794:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:796:  An else should always have braces before it  [readability/braces] [5]
src/nvim/buffer.c:799:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:801:  An else should always have braces before it  [readability/braces] [5]
src/nvim/buffer.c:813:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:828:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:829:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/buffer.c:834:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/buffer.c:836:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:841:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:842:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/buffer.c:843:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:844:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/buffer.c:847:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:863:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/buffer.c:864:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/buffer.c:867:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:868:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:869:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:882:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:886:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:894:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:895:  while should always use braces  [readability/braces] [5]
src/nvim/buffer.c:900:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:902:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:906:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:910:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:913:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:915:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/buffer.c:916:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:919:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:926:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:941:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:947:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:949:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:954:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/buffer.c:955:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:956:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:959:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:961:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:966:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/buffer.c:976:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:987:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:988:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/buffer.c:990:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:998:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:998:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/buffer.c:1002:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1006:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/buffer.c:1007:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:1008:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/buffer.c:1012:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1022:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1023:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1024:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:1026:  An else should always have braces before it  [readability/braces] [5]
src/nvim/buffer.c:1030:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:1037:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:1038:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1039:  An else should always have braces before it  [readability/braces] [5]
src/nvim/buffer.c:1040:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1041:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:1046:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1046:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:1048:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1049:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:1051:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:1053:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1053:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:1058:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1059:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/buffer.c:1063:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1063:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:1066:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/buffer.c:1069:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1071:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1071:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:1073:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1073:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:1076:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:1078:  An else should always have braces before it  [readability/braces] [5]
src/nvim/buffer.c:1082:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1082:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:1084:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1092:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1093:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:1095:  An else should always have braces before it  [readability/braces] [5]
src/nvim/buffer.c:1101:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1103:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/buffer.c:1106:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1109:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1110:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1112:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:1114:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1116:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:1118:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:1122:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1123:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:1126:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1131:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/buffer.c:1132:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:1133:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1142:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1146:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1149:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1149:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:1156:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1173:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:1174:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1175:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1177:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1178:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/buffer.c:1180:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1183:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/buffer.c:1185:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:1187:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:1188:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/buffer.c:1191:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:1192:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/buffer.c:1194:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/buffer.c:1197:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/buffer.c:1198:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:1199:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1203:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1208:  Closing ) should be moved to the previous line  [whitespace/parens] [2]
src/nvim/buffer.c:1211:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:1216:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1223:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1225:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:1227:  An else should always have braces before it  [readability/braces] [5]
src/nvim/buffer.c:1228:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1230:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1232:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1235:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/buffer.c:1237:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:1242:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1246:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/buffer.c:1247:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/buffer.c:1249:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1256:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1257:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1258:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1261:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:1262:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/buffer.c:1264:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/buffer.c:1266:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:1267:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1267:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/buffer.c:1268:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1268:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/buffer.c:1271:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/buffer.c:1272:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/buffer.c:1275:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1277:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:1280:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1282:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1283:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:1284:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1284:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/buffer.c:1287:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1290:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:1292:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1294:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:1313:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1317:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1326:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1329:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/buffer.c:1330:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1331:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1332:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1333:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1338:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1340:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1343:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1352:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:1353:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/buffer.c:1354:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1358:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/buffer.c:1360:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/buffer.c:1369:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1384:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1386:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:1387:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/buffer.c:1388:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:1389:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/buffer.c:1390:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1390:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:1393:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1418:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:1424:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1426:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1426:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:1428:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1428:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:1430:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1430:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/buffer.c:1432:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1436:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1439:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1443:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1446:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1463:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1484:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:1487:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1488:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1489:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1489:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/buffer.c:1494:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/buffer.c:1499:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/buffer.c:1504:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1504:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:1511:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1571:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1590:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:1592:  An else should always have braces before it  [readability/braces] [5]
src/nvim/buffer.c:1597:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1598:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:1605:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:1608:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1613:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/buffer.c:1643:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/buffer.c:1645:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/buffer.c:1646:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/buffer.c:1648:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1653:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/buffer.c:1657:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/buffer.c:1661:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1673:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:1675:  An else should always have braces before it  [readability/braces] [5]
src/nvim/buffer.c:1675:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/buffer.c:1679:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/buffer.c:1683:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1692:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1695:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/buffer.c:1697:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/buffer.c:1699:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/buffer.c:1695:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1695:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/buffer.c:1697:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/buffer.c:1699:  Closing ) should be moved to the previous line  [whitespace/parens] [2]
src/nvim/buffer.c:1707:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1720:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1767:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1776:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/buffer.c:1776:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/buffer.c:1777:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/buffer.c:1778:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:1783:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1785:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/buffer.c:1787:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/buffer.c:1788:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1789:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:1790:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1792:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1792:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:1793:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/buffer.c:1807:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1820:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1824:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1829:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1829:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:1833:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1835:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:1837:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/buffer.c:1843:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:1845:  An else should always have braces before it  [readability/braces] [5]
src/nvim/buffer.c:1851:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1864:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1867:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1872:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/buffer.c:1875:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1879:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/buffer.c:1880:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:1881:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1886:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:1891:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1895:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/buffer.c:1898:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1898:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:1902:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:1903:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/buffer.c:1904:  An else should always have braces before it  [readability/braces] [5]
src/nvim/buffer.c:1904:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/buffer.c:1905:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:1907:  An else should always have braces before it  [readability/braces] [5]
src/nvim/buffer.c:1913:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1913:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:1920:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1920:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:1924:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:1957:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:1959:  An else should always have braces before it  [readability/braces] [5]
src/nvim/buffer.c:1959:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/buffer.c:1960:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1962:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:1971:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1988:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:1995:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/buffer.c:1998:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:2004:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:2007:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/buffer.c:2025:  for should always use braces  [readability/braces] [5]
src/nvim/buffer.c:2026:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:2029:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:2032:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:2032:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:2035:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:2036:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:2038:  An else should always have braces before it  [readability/braces] [5]
src/nvim/buffer.c:2040:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:2052:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:2059:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:2063:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:2088:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:2099:  for should always use braces  [readability/braces] [5]
src/nvim/buffer.c:2100:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:2105:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:2109:  for should always use braces  [readability/braces] [5]
src/nvim/buffer.c:2110:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:2112:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/buffer.c:2118:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:2131:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/buffer.c:2137:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/buffer.c:2140:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:2141:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:2146:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:2155:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/buffer.c:2159:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:2167:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:2195:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:2197:  An else should always have braces before it  [readability/braces] [5]
src/nvim/buffer.c:2198:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/buffer.c:2201:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/buffer.c:2202:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/buffer.c:2203:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/buffer.c:2204:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/buffer.c:2205:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/buffer.c:2206:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/buffer.c:2207:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/buffer.c:2213:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:2219:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/buffer.c:2220:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/buffer.c:2221:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/buffer.c:2223:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:2228:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:2239:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:2248:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:2254:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/buffer.c:2255:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/buffer.c:2259:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:2267:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:2273:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:2274:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:2274:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:2277:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:2287:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:2288:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:2293:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:2294:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/buffer.c:2298:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:2317:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:2331:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:2338:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:2344:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:2347:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:2350:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:2351:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:2352:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:2353:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:2354:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:2355:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:2358:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:2368:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:2370:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:2375:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:2380:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/buffer.c:2381:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:2388:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:2395:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:2406:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:2412:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:2418:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:2420:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:2427:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:2433:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/buffer.c:2518:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:2521:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/buffer.c:2522:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/buffer.c:2523:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:2536:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:2539:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/buffer.c:2543:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:2545:  An else should always have braces before it  [readability/braces] [5]
src/nvim/buffer.c:2545:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/buffer.c:2546:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:2548:  An else should always have braces before it  [readability/braces] [5]
src/nvim/buffer.c:2551:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/buffer.c:2551:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/buffer.c:2555:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/buffer.c:2557:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/buffer.c:2558:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/buffer.c:2559:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/buffer.c:2560:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/buffer.c:2561:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/buffer.c:2562:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/buffer.c:2563:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/buffer.c:2564:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/buffer.c:2566:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/buffer.c:2568:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/buffer.c:2569:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:2571:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:2574:  An else should always have braces before it  [readability/braces] [5]
src/nvim/buffer.c:2580:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:2581:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:2583:  An else should always have braces before it  [readability/braces] [5]
src/nvim/buffer.c:2585:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/buffer.c:2588:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/buffer.c:2589:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/buffer.c:2590:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/buffer.c:2591:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/buffer.c:2595:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/buffer.c:2601:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:2605:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/buffer.c:2609:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/buffer.c:2610:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:2611:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:2624:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:2626:  An else should always have braces before it  [readability/braces] [5]
src/nvim/buffer.c:2630:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:2650:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:2651:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/buffer.c:2655:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/buffer.c:2656:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:2662:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:2669:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/buffer.c:2673:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/buffer.c:2675:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/buffer.c:2676:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/buffer.c:2677:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:2679:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/buffer.c:2681:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/buffer.c:2684:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:2688:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:2689:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:2691:  An else should always have braces before it  [readability/braces] [5]
src/nvim/buffer.c:2691:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/buffer.c:2710:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:2715:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/buffer.c:2715:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/buffer.c:2717:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:2718:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:2721:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:2723:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:2724:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:2726:  An else should always have braces before it  [readability/braces] [5]
src/nvim/buffer.c:2729:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:2742:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/buffer.c:2747:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:2748:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:2759:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/buffer.c:2763:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/buffer.c:2765:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/buffer.c:2766:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/buffer.c:2767:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:2769:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/buffer.c:2771:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/buffer.c:2774:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:2776:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:2776:  An else should always have braces before it  [readability/braces] [5]
src/nvim/buffer.c:2779:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:2783:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:2794:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:2822:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:2915:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:2919:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:2922:  An else should always have braces before it  [readability/braces] [5]
src/nvim/buffer.c:2932:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:2934:  An else should always have braces before it  [readability/braces] [5]
src/nvim/buffer.c:2972:  while should always use braces  [readability/braces] [5]
src/nvim/buffer.c:2977:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:2994:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:3065:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:3082:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:3083:  while should always use braces  [readability/braces] [5]
src/nvim/buffer.c:3087:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:3104:  while should always use braces  [readability/braces] [5]
src/nvim/buffer.c:3151:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:3151:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:3192:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:3194:  for should always use braces  [readability/braces] [5]
src/nvim/buffer.c:3194:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/buffer.c:3199:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/buffer.c:3200:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:3213:  Should leave no spaces after a cast: u'(char *) fmt_p'  [whitespace/cast] [2]
src/nvim/buffer.c:3222:  Should leave no spaces after a cast: u'(size_t) ('  [whitespace/cast] [2]
src/nvim/buffer.c:3235:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:3235:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:3288:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:3290:  An else should always have braces before it  [readability/braces] [5]
src/nvim/buffer.c:3294:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:3301:  while should always use braces  [readability/braces] [5]
src/nvim/buffer.c:3303:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:3303:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:3367:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/buffer.c:3369:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/buffer.c:3371:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/buffer.c:3373:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:3412:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:3437:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:3439:  An else should always have braces before it  [readability/braces] [5]
src/nvim/buffer.c:3446:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:3453:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:3465:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/buffer.c:3479:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/buffer.c:3491:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:3497:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:3523:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/buffer.c:3551:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:3569:  while should always use braces  [readability/braces] [5]
src/nvim/buffer.c:3578:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:3590:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:3592:  An else should always have braces before it  [readability/braces] [5]
src/nvim/buffer.c:3607:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:3620:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:3621:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:3639:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/buffer.c:3640:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/buffer.c:3638:  Should leave no spaces after a cast: u'(char_u) ('  [whitespace/cast] [2]
src/nvim/buffer.c:3640:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/buffer.c:3648:  Should leave no spaces after a cast: u'(int) base'  [whitespace/cast] [2]
src/nvim/buffer.c:3687:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/buffer.c:3690:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/buffer.c:3708:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:3709:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:3743:  for should always use braces  [readability/braces] [5]
src/nvim/buffer.c:3762:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:3916:  Should leave no spaces after a cast: u'(char *) item'  [whitespace/cast] [2]
src/nvim/buffer.c:3933:  Should leave no spaces after a cast: u'(char *) item'  [whitespace/cast] [2]
src/nvim/buffer.c:3947:  Small and focused functions are preferred: build_stl_str_hl() has 709 non-comment lines (error triggered by exceeding 500 lines).  [readability/fn_size] [1]
src/nvim/buffer.c:3949:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:3960:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:3961:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:3971:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:3973:  An else should always have braces before it  [readability/braces] [5]
src/nvim/buffer.c:3975:  An else should always have braces before it  [readability/braces] [5]
src/nvim/buffer.c:3977:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/buffer.c:3978:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/buffer.c:4017:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4023:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4023:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:4025:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4025:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:4027:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4027:  Missing space before asterisk in )*  [whitespace/operators] [2]
src/nvim/buffer.c:4044:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4051:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4053:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:4058:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4061:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/buffer.c:4062:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/buffer.c:4064:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4065:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4069:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/buffer.c:4069:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4070:  Use operator ! instead of not  [readability/alt_tokens] [2]
src/nvim/buffer.c:4073:  Use operator && instead of and  [readability/alt_tokens] [2]
src/nvim/buffer.c:4075:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4076:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4076:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/buffer.c:4079:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4089:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4098:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4102:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/buffer.c:4108:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4115:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:4116:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/buffer.c:4123:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:4128:  An else should always have braces before it  [readability/braces] [5]
src/nvim/buffer.c:4128:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/buffer.c:4129:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4130:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/buffer.c:4134:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/buffer.c:4134:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/buffer.c:4134:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/buffer.c:4134:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/buffer.c:4138:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/buffer.c:4139:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:4140:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/buffer.c:4146:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:4151:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/buffer.c:4155:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4159:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/buffer.c:4167:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4170:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4174:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/buffer.c:4175:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4177:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4181:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4182:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:4184:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/buffer.c:4185:  An else should always have braces before it  [readability/braces] [5]
src/nvim/buffer.c:4185:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/buffer.c:4187:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4188:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:4189:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4195:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4196:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:4199:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4200:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:4201:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4202:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/buffer.c:4205:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4209:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:4212:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4213:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/buffer.c:4214:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/buffer.c:4218:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4220:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:4222:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/buffer.c:4224:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/buffer.c:4225:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:4226:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/buffer.c:4228:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4243:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4245:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4248:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:4250:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4250:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/buffer.c:4251:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/buffer.c:4253:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4262:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/buffer.c:4263:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/buffer.c:4265:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/buffer.c:4266:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:4267:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/buffer.c:4268:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/buffer.c:4272:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4273:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:4277:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4280:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/buffer.c:4281:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4283:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:4284:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/buffer.c:4285:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:4288:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4289:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:4290:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/buffer.c:4291:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:4294:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/buffer.c:4298:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4309:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4310:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4314:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4314:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:4316:  An else should always have braces before it  [readability/braces] [5]
src/nvim/buffer.c:4317:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4318:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:4319:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/buffer.c:4320:  An else should always have braces before it  [readability/braces] [5]
src/nvim/buffer.c:4321:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/buffer.c:4326:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4330:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:4331:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/buffer.c:4342:  Closing ) should be moved to the previous line  [whitespace/parens] [2]
src/nvim/buffer.c:4345:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/buffer.c:4346:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/buffer.c:4346:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4348:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4350:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/buffer.c:4351:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/buffer.c:4354:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4355:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:4357:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/buffer.c:4360:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4365:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4366:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/buffer.c:4368:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/buffer.c:4370:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4371:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:4375:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4376:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:4377:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4378:  An else should always have braces before it  [readability/braces] [5]
src/nvim/buffer.c:4381:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4382:  for should always use braces  [readability/braces] [5]
src/nvim/buffer.c:4383:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:4385:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4386:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:4391:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4393:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4395:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/buffer.c:4397:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:4400:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4403:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4410:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4414:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4415:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/buffer.c:4416:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/buffer.c:4418:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/buffer.c:4420:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4424:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/buffer.c:4430:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4433:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4434:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:4436:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4437:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:4440:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/buffer.c:4441:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4442:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/buffer.c:4444:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4449:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/buffer.c:4451:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4455:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/buffer.c:4459:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:4467:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4482:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:4485:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4487:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:4490:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/buffer.c:4491:  for should always use braces  [readability/braces] [5]
src/nvim/buffer.c:4492:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/buffer.c:4493:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:4496:  for should always use braces  [readability/braces] [5]
src/nvim/buffer.c:4497:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/buffer.c:4498:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:4500:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/buffer.c:4503:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4507:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/buffer.c:4508:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/buffer.c:4510:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4515:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4525:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/buffer.c:4527:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:4530:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4532:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:4534:  An else should always have braces before it  [readability/braces] [5]
src/nvim/buffer.c:4537:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:4555:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4556:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/buffer.c:4557:  while should always use braces  [readability/braces] [5]
src/nvim/buffer.c:4557:  Empty loop bodies should use {} or continue  [whitespace/empty_loop_body] [5]
src/nvim/buffer.c:4559:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4563:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4566:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/buffer.c:4567:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/buffer.c:4569:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:4572:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4576:  for should always use braces  [readability/braces] [5]
src/nvim/buffer.c:4576:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/buffer.c:4577:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:4579:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:4580:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/buffer.c:4582:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4591:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4591:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:4593:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/buffer.c:4596:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4598:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4603:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4603:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:4606:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4617:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4627:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4631:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:4633:  An else should always have braces before it  [readability/braces] [5]
src/nvim/buffer.c:4636:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4639:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:4643:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:4672:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4682:  End of the inner expression should have the same indent as start  [whitespace/indent] [2]
src/nvim/buffer.c:4676:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4677:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4678:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4679:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4680:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4681:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4691:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4698:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4701:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/buffer.c:4701:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/buffer.c:4706:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4714:  End of the inner expression should have the same indent as start  [whitespace/indent] [2]
src/nvim/buffer.c:4710:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4711:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4712:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4713:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4716:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4717:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4725:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/buffer.c:4742:  End of the inner expression should have the same indent as start  [whitespace/indent] [2]
src/nvim/buffer.c:4739:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4740:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4741:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4744:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4757:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/buffer.c:4758:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/buffer.c:4759:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/buffer.c:4760:  End of the inner expression should have the same indent as start  [whitespace/indent] [2]
src/nvim/buffer.c:4759:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4762:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4762:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/buffer.c:4762:  Missing space before asterisk in signlist_T	*  [whitespace/operators] [2]
src/nvim/buffer.c:4766:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/buffer.c:4770:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/buffer.c:4779:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/buffer.c:4780:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/buffer.c:4781:  End of the inner expression should have the same indent as start  [whitespace/indent] [2]
src/nvim/buffer.c:4779:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4780:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4783:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4784:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4785:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4786:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4802:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4813:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4821:  End of the inner expression should have the same indent as start  [whitespace/indent] [2]
src/nvim/buffer.c:4819:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4820:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4823:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4837:  End of the inner expression should have the same indent as start  [whitespace/indent] [2]
src/nvim/buffer.c:4835:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4836:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4839:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4851:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4860:  Missing space before {  [whitespace/braces] [5]
src/nvim/buffer.c:4872:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4884:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4907:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/buffer.c:4908:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/buffer.c:4919:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4922:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/buffer.c:4924:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:4934:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/buffer.c:4981:  Missing space before asterisk in bufhl_vec_T*  [whitespace/operators] [2]
src/nvim/buffer.c:5042:  Missing space before asterisk in bufhl_vec_T*  [whitespace/operators] [2]
src/nvim/buffer.c:5068:  Missing space before asterisk in buf_T*  [whitespace/operators] [2]
src/nvim/buffer.c:5078:  Missing space before asterisk in buf_T*  [whitespace/operators] [2]
src/nvim/buffer.c:5157:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:5164:  if should always use braces  [readability/braces] [5]
src/nvim/buffer.c:5165:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/buffer.c:5166:  An else should always have braces before it  [readability/braces] [5]
src/nvim/buffer.c:5167:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/buffer.c:5203:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/buffer.c:5223:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer.c:5228:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/buffer.c:5229:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/buffer.c:5231:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/charset.c:137:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/charset.c:150:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/charset.c:166:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/charset.c:187:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/charset.c:200:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/charset.c:281:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/charset.c:330:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/charset.c:410:  Missing space before asterisk in char_u*  [whitespace/operators] [2]
src/nvim/charset.c:495:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/charset.c:518:  Missing space before asterisk in char_u*  [whitespace/operators] [2]
src/nvim/charset.c:546:  Missing space before asterisk in char_u*  [whitespace/operators] [2]
src/nvim/charset.c:748:  Should leave no spaces after a cast: u'(int) ('  [whitespace/cast] [2]
src/nvim/charset.c:784:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/charset.c:988:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/charset.c:991:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/charset.c:1050:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/charset.c:1061:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/charset.c:1119:  if should always use braces  [readability/braces] [5]
src/nvim/charset.c:1214:  At least two spaces is best between code and comments  [whitespace/comments] [2]
src/nvim/charset.c:1270:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/charset.c:1449:  Missing space before asterisk in char_u*  [whitespace/operators] [2]
src/nvim/charset.c:1464:  Missing space before asterisk in char_u*  [whitespace/operators] [2]
src/nvim/charset.c:1479:  Missing space before asterisk in char*  [whitespace/operators] [2]
src/nvim/charset.c:1498:  Missing space before asterisk in char_u*  [whitespace/operators] [2]
src/nvim/charset.c:1513:  Missing space before asterisk in char_u*  [whitespace/operators] [2]
src/nvim/charset.c:1528:  Missing space before asterisk in char*  [whitespace/operators] [2]
src/nvim/charset.c:1546:  Missing space before asterisk in char_u*  [whitespace/operators] [2]
src/nvim/charset.c:1712:  Missing space before asterisk in char_u*  [whitespace/operators] [2]
src/nvim/charset.c:1725:  Missing space before asterisk in char_u*  [whitespace/operators] [2]
src/nvim/charset.c:1728:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/charset.c:1730:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/charset.c:1744:  Missing space before asterisk in )*  [whitespace/operators] [2]
src/nvim/charset.c:1847:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/charset.c:1987:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/charset.c:1999:  Missing space before asterisk in char_u*  [whitespace/operators] [2]
src/nvim/cursor.c:20:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/cursor.c:31:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/cursor.c:46:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/cursor.c:58:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/cursor.c:65:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/cursor.c:78:  if should always use braces  [readability/braces] [5]
src/nvim/cursor.c:80:  An else should always have braces before it  [readability/braces] [5]
src/nvim/cursor.c:81:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/cursor.c:90:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/cursor.c:91:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/cursor.c:92:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/cursor.c:115:  if should always use braces  [readability/braces] [5]
src/nvim/cursor.c:116:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/cursor.c:126:  if should always use braces  [readability/braces] [5]
src/nvim/cursor.c:131:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/cursor.c:141:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/cursor.c:147:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/cursor.c:155:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/cursor.c:163:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/cursor.c:167:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/cursor.c:178:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/cursor.c:180:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/cursor.c:183:  if should always use braces  [readability/braces] [5]
src/nvim/cursor.c:203:  if should always use braces  [readability/braces] [5]
src/nvim/cursor.c:205:  An else should always have braces before it  [readability/braces] [5]
src/nvim/cursor.c:212:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/cursor.c:222:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/cursor.c:223:  if should always use braces  [readability/braces] [5]
src/nvim/cursor.c:230:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/cursor.c:231:  if should always use braces  [readability/braces] [5]
src/nvim/cursor.c:234:  if should always use braces  [readability/braces] [5]
src/nvim/cursor.c:239:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/cursor.c:248:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/cursor.c:256:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/cursor.c:297:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/cursor.c:303:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/cursor.c:305:  if should always use braces  [readability/braces] [5]
src/nvim/cursor.c:306:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/cursor.c:309:  if should always use braces  [readability/braces] [5]
src/nvim/cursor.c:313:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/cursor.c:321:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/cursor.c:334:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/cursor.c:345:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/cursor.c:346:  if should always use braces  [readability/braces] [5]
src/nvim/cursor.c:353:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/cursor.c:356:  if should always use braces  [readability/braces] [5]
src/nvim/cursor.c:358:  An else should always have braces before it  [readability/braces] [5]
src/nvim/cursor.c:359:  if should always use braces  [readability/braces] [5]
src/nvim/cursor.c:361:  An else should always have braces before it  [readability/braces] [5]
src/nvim/cursor.c:362:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/cursor.c:367:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/cursor.c:376:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/cursor.c:382:  if should always use braces  [readability/braces] [5]
src/nvim/cursor.c:385:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/cursor.c:388:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/cursor.c:404:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/cursor.c:416:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/cursor.c:427:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/cursor.c:428:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/cursor.c:433:  if should always use braces  [readability/braces] [5]
src/nvim/cursor.c:441:  if should always use braces  [readability/braces] [5]
src/nvim/cursor.c:443:  Missing space before asterisk in int)*  [whitespace/operators] [2]
src/nvim/cursor.c:446:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/cursor.c:456:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/cursor.c:464:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/cursor_shape.c:11:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/cursor_shape.c:17:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/cursor_shape.c:20:  Missing space after {  [whitespace/braces] [5]
src/nvim/cursor_shape.c:20:  Missing space before }  [whitespace/braces] [5]
src/nvim/cursor_shape.c:21:  Missing space after {  [whitespace/braces] [5]
src/nvim/cursor_shape.c:21:  Missing space before }  [whitespace/braces] [5]
src/nvim/cursor_shape.c:22:  Missing space after {  [whitespace/braces] [5]
src/nvim/cursor_shape.c:22:  Missing space before }  [whitespace/braces] [5]
src/nvim/cursor_shape.c:23:  Missing space after {  [whitespace/braces] [5]
src/nvim/cursor_shape.c:23:  Missing space before }  [whitespace/braces] [5]
src/nvim/cursor_shape.c:24:  Missing space after {  [whitespace/braces] [5]
src/nvim/cursor_shape.c:24:  Missing space before }  [whitespace/braces] [5]
src/nvim/cursor_shape.c:25:  Missing space after {  [whitespace/braces] [5]
src/nvim/cursor_shape.c:25:  Missing space before }  [whitespace/braces] [5]
src/nvim/cursor_shape.c:26:  Missing space after {  [whitespace/braces] [5]
src/nvim/cursor_shape.c:26:  Missing space before }  [whitespace/braces] [5]
src/nvim/cursor_shape.c:27:  Missing space after {  [whitespace/braces] [5]
src/nvim/cursor_shape.c:27:  Missing space before }  [whitespace/braces] [5]
src/nvim/cursor_shape.c:28:  Missing space after {  [whitespace/braces] [5]
src/nvim/cursor_shape.c:28:  Missing space before }  [whitespace/braces] [5]
src/nvim/cursor_shape.c:29:  Missing space after {  [whitespace/braces] [5]
src/nvim/cursor_shape.c:29:  Missing space before }  [whitespace/braces] [5]
src/nvim/cursor_shape.c:30:  Missing space after {  [whitespace/braces] [5]
src/nvim/cursor_shape.c:30:  Missing space before }  [whitespace/braces] [5]
src/nvim/cursor_shape.c:31:  Missing space after {  [whitespace/braces] [5]
src/nvim/cursor_shape.c:31:  Missing space before }  [whitespace/braces] [5]
src/nvim/cursor_shape.c:32:  Missing space after {  [whitespace/braces] [5]
src/nvim/cursor_shape.c:32:  Missing space before }  [whitespace/braces] [5]
src/nvim/cursor_shape.c:33:  Missing space after {  [whitespace/braces] [5]
src/nvim/cursor_shape.c:33:  Missing space before }  [whitespace/braces] [5]
src/nvim/cursor_shape.c:34:  Missing space after {  [whitespace/braces] [5]
src/nvim/cursor_shape.c:34:  Missing space before }  [whitespace/braces] [5]
src/nvim/cursor_shape.c:35:  Missing space after {  [whitespace/braces] [5]
src/nvim/cursor_shape.c:35:  Missing space before }  [whitespace/braces] [5]
src/nvim/cursor_shape.c:36:  Missing space after {  [whitespace/braces] [5]
src/nvim/cursor_shape.c:36:  Missing space before }  [whitespace/braces] [5]
src/nvim/cursor_shape.c:39:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/cursor_shape.c:51:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/cursor_shape.c:55:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/cursor_shape.c:58:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/cursor_shape.c:61:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/cursor_shape.c:62:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/cursor_shape.c:68:  if should always use braces  [readability/braces] [5]
src/nvim/cursor_shape.c:70:  if should always use braces  [readability/braces] [5]
src/nvim/cursor_shape.c:74:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/cursor_shape.c:82:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/cursor_shape.c:83:  if should always use braces  [readability/braces] [5]
src/nvim/cursor_shape.c:85:  An else should always have braces before it  [readability/braces] [5]
src/nvim/cursor_shape.c:91:  for should always use braces  [readability/braces] [5]
src/nvim/cursor_shape.c:91:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/cursor_shape.c:92:  if should always use braces  [readability/braces] [5]
src/nvim/cursor_shape.c:94:  if should always use braces  [readability/braces] [5]
src/nvim/cursor_shape.c:95:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/cursor_shape.c:97:  if should always use braces  [readability/braces] [5]
src/nvim/cursor_shape.c:103:  if should always use braces  [readability/braces] [5]
src/nvim/cursor_shape.c:105:  An else should always have braces before it  [readability/braces] [5]
src/nvim/cursor_shape.c:107:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/cursor_shape.c:115:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/cursor_shape.c:118:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/cursor_shape.c:123:  if should always use braces  [readability/braces] [5]
src/nvim/cursor_shape.c:125:  An else should always have braces before it  [readability/braces] [5]
src/nvim/cursor_shape.c:127:  An else should always have braces before it  [readability/braces] [5]
src/nvim/cursor_shape.c:129:  An else should always have braces before it  [readability/braces] [5]
src/nvim/cursor_shape.c:131:  An else should always have braces before it  [readability/braces] [5]
src/nvim/cursor_shape.c:135:  if should always use braces  [readability/braces] [5]
src/nvim/cursor_shape.c:138:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/cursor_shape.c:139:  if should always use braces  [readability/braces] [5]
src/nvim/cursor_shape.c:142:  if should always use braces  [readability/braces] [5]
src/nvim/cursor_shape.c:144:  An else should always have braces before it  [readability/braces] [5]
src/nvim/cursor_shape.c:149:  if should always use braces  [readability/braces] [5]
src/nvim/cursor_shape.c:151:  An else should always have braces before it  [readability/braces] [5]
src/nvim/cursor_shape.c:153:  An else should always have braces before it  [readability/braces] [5]
src/nvim/cursor_shape.c:157:  if should always use braces  [readability/braces] [5]
src/nvim/cursor_shape.c:160:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/cursor_shape.c:162:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/cursor_shape.c:163:  if should always use braces  [readability/braces] [5]
src/nvim/cursor_shape.c:164:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/cursor_shape.c:170:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/cursor_shape.c:176:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/cursor_shape.c:178:  if should always use braces  [readability/braces] [5]
src/nvim/cursor_shape.c:183:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/cursor_shape.c:185:  if should always use braces  [readability/braces] [5]
src/nvim/cursor_shape.c:186:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/cursor_shape.c:190:  if should always use braces  [readability/braces] [5]
src/nvim/cursor_shape.c:191:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/cursor_shape.c:195:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/diff.c:36:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/diff.c:67:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/diff.c:70:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/diff.c:82:  Redundant blank line at the start of a code block should be deleted.  [whitespace/blank_line] [2]
src/nvim/diff.c:97:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/diff.c:98:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/diff.c:123:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/diff.c:126:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/diff.c:127:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/diff.c:143:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/diff.c:160:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/diff.c:177:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/diff.c:179:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/diff.c:239:  At least two spaces is best between code and comments  [whitespace/comments] [2]
src/nvim/diff.c:257:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/diff.c:278:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/diff.c:278:  Should have a space between // and comment  [whitespace/comments] [4]
src/nvim/diff.c:279:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/diff.c:279:  Should have a space between // and comment  [whitespace/comments] [4]
src/nvim/diff.c:280:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/diff.c:281:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/diff.c:281:  Should have a space between // and comment  [whitespace/comments] [4]
src/nvim/diff.c:282:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/diff.c:282:  Should have a space between // and comment  [whitespace/comments] [4]
src/nvim/diff.c:283:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/diff.c:284:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/diff.c:284:  Should have a space between // and comment  [whitespace/comments] [4]
src/nvim/diff.c:285:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/diff.c:285:  Should have a space between // and comment  [whitespace/comments] [4]
src/nvim/diff.c:301:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/diff.c:326:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/diff.c:346:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/diff.c:355:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/diff.c:365:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/diff.c:376:  Missing username in TODO; it should look like "// TODO(my_username): Stuff."  [readability/todo] [2]
src/nvim/diff.c:387:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/diff.c:408:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/diff.c:432:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/diff.c:437:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/diff.c:448:  Missing space before asterisk in diff_T*  [whitespace/operators] [2]
src/nvim/diff.c:475:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/diff.c:504:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/diff.c:507:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/diff.c:523:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/diff.c:535:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/diff.c:562:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/diff.c:587:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/diff.c:597:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/diff.c:615:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/diff.c:632:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/diff.c:636:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/diff.c:648:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/diff.c:659:  Should leave no spaces after a cast: u'(char *) vim_tempname'  [whitespace/cast] [2]
src/nvim/diff.c:660:  Should leave no spaces after a cast: u'(char *) vim_tempname'  [whitespace/cast] [2]
src/nvim/diff.c:661:  Should leave no spaces after a cast: u'(char *) vim_tempname'  [whitespace/cast] [2]
src/nvim/diff.c:678:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/diff.c:681:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/diff.c:687:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/diff.c:690:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/diff.c:697:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/diff.c:708:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/diff.c:747:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/diff.c:750:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/diff.c:757:  Should leave no spaces after a cast: u'(char_u *) tmp_orig'  [whitespace/cast] [2]
src/nvim/diff.c:762:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/diff.c:768:  Should leave no spaces after a cast: u'(char_u *) tmp_new'  [whitespace/cast] [2]
src/nvim/diff.c:774:  Should leave no spaces after a cast: u'(char_u *) tmp_diff'  [whitespace/cast] [2]
src/nvim/diff.c:783:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/diff.c:807:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/diff.c:812:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/diff.c:821:  Should leave no spaces after a cast: u'(char *) p_srr'  [whitespace/cast] [2]
src/nvim/diff.c:823:  Should leave no spaces after a cast: u'(char_u *) cmd'  [whitespace/cast] [2]
src/nvim/diff.c:841:  At least two spaces is best between code and comments  [whitespace/comments] [2]
src/nvim/diff.c:860:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/diff.c:866:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/diff.c:895:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/diff.c:902:  Should leave no spaces after a cast: u'(char *) tmp_orig'  [whitespace/cast] [2]
src/nvim/diff.c:903:  Should leave no spaces after a cast: u'(char *) ('  [whitespace/cast] [2]
src/nvim/diff.c:904:  Should leave no spaces after a cast: u'(char *) tmp_new'  [whitespace/cast] [2]
src/nvim/diff.c:906:  Should leave no spaces after a cast: u'(char *) tmp_orig'  [whitespace/cast] [2]
src/nvim/diff.c:929:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/diff.c:969:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/diff.c:970:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/diff.c:1017:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/diff.c:1044:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/diff.c:1063:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/diff.c:1068:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/diff.c:1073:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/diff.c:1094:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/diff.c:1105:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/diff.c:1187:  At least two spaces is best between code and comments  [whitespace/comments] [2]
src/nvim/diff.c:1194:  At least two spaces is best between code and comments  [whitespace/comments] [2]
src/nvim/diff.c:1194:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/diff.c:1222:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/diff.c:1236:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/diff.c:1272:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/diff.c:1291:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/diff.c:1325:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/diff.c:1353:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/diff.c:1359:  At least two spaces is best between code and comments  [whitespace/comments] [2]
src/nvim/diff.c:1359:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/diff.c:1369:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/diff.c:1425:  At least two spaces is best between code and comments  [whitespace/comments] [2]
src/nvim/diff.c:1455:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/diff.c:1471:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/diff.c:1476:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/diff.c:1478:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/diff.c:1481:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/diff.c:1487:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/diff.c:1495:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/diff.c:1511:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/diff.c:1525:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/diff.c:1613:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/diff.c:1614:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/diff.c:1701:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/diff.c:1762:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/diff.c:1804:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/diff.c:1816:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/diff.c:1824:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/diff.c:1858:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/diff.c:1882:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/diff.c:1890:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/diff.c:1905:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/diff.c:1906:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/diff.c:1980:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/diff.c:2026:  If you can, use sizeof(buf) instead of 30 as the 2nd arg to snprintf.  [runtime/printf] [3]
src/nvim/diff.c:2061:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/diff.c:2075:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/diff.c:2082:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/diff.c:2096:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/diff.c:2100:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/diff.c:2100:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/diff.c:2113:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/diff.c:2120:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/diff.c:2146:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/diff.c:2156:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/diff.c:2158:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/diff.c:2249:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/diff.c:2252:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/diff.c:2256:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/diff.c:2261:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/diff.c:2262:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/diff.c:2268:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/diff.c:2269:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/diff.c:2278:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/diff.c:2343:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/diff.c:2348:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/diff.c:2356:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/diff.c:2369:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/digraph.c:40:  Missing space after {  [whitespace/braces] [5]
src/nvim/digraph.c:40:  Missing space before }  [whitespace/braces] [5]
src/nvim/digraph.c:49:  At least two spaces is best between code and comments  [whitespace/comments] [2]
src/nvim/digraph.c:837:  At least two spaces is best between code and comments  [whitespace/comments] [2]
src/nvim/digraph.c:838:  At least two spaces is best between code and comments  [whitespace/comments] [2]
src/nvim/digraph.c:839:  At least two spaces is best between code and comments  [whitespace/comments] [2]
src/nvim/digraph.c:840:  At least two spaces is best between code and comments  [whitespace/comments] [2]
src/nvim/digraph.c:1390:  At least two spaces is best between code and comments  [whitespace/comments] [2]
src/nvim/digraph.c:1422:  At least two spaces is best between code and comments  [whitespace/comments] [2]
src/nvim/digraph.c:1429:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/digraph.c:1465:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/digraph.c:1478:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/digraph.c:1502:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/digraph.c:1503:  Should leave no spaces after a cast: u'(int) dp'  [whitespace/cast] [2]
src/nvim/digraph.c:1507:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/digraph.c:1514:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/digraph.c:1515:  Should leave no spaces after a cast: u'(int) dp'  [whitespace/cast] [2]
src/nvim/digraph.c:1519:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/digraph.c:1621:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/digraph.c:1626:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/digraph.c:1647:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/digraph.c:1653:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/digraph.c:1665:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/digraph.c:1721:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/digraph.c:1740:  Missing space before asterisk in char_u*  [whitespace/operators] [2]
src/nvim/digraph.c:1831:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/digraph.c:1838:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/digraph.c:1842:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/digraph.c:1868:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/digraph.c:1870:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/digraph.c:1359:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
src/nvim/digraph.c:1360:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
src/nvim/digraph.c:1361:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
src/nvim/digraph.c:1362:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
src/nvim/digraph.c:1363:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
src/nvim/digraph.c:1364:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
src/nvim/digraph.c:1365:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
src/nvim/digraph.c:1366:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
src/nvim/digraph.c:1367:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
src/nvim/digraph.c:1368:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
src/nvim/digraph.c:1369:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
src/nvim/digraph.c:1370:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
src/nvim/digraph.c:1371:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
src/nvim/digraph.c:1372:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
src/nvim/digraph.c:1373:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
src/nvim/digraph.c:1374:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
src/nvim/digraph.c:1375:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
src/nvim/digraph.c:1376:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
src/nvim/digraph.c:1377:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
src/nvim/digraph.c:1378:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
src/nvim/digraph.c:1379:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
src/nvim/digraph.c:1380:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
src/nvim/digraph.c:1381:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
src/nvim/digraph.c:1382:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
src/nvim/digraph.c:1383:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
src/nvim/digraph.c:1384:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
src/nvim/digraph.c:1385:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
src/nvim/digraph.c:1386:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
src/nvim/digraph.c:1387:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
src/nvim/digraph.c:1388:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
src/nvim/digraph.c:1389:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
src/nvim/digraph.c:1390:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
src/nvim/digraph.c:1391:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
src/nvim/digraph.c:1392:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
src/nvim/digraph.c:1393:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
src/nvim/digraph.c:1394:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
src/nvim/digraph.c:1395:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
src/nvim/digraph.c:1396:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
src/nvim/digraph.c:1397:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
src/nvim/digraph.c:1398:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
src/nvim/digraph.c:1399:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
src/nvim/digraph.c:1400:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
src/nvim/digraph.c:1401:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
src/nvim/digraph.c:1402:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
src/nvim/digraph.c:1403:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
src/nvim/digraph.c:1404:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
src/nvim/digraph.c:1405:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
src/nvim/digraph.c:1406:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
src/nvim/digraph.c:1407:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
src/nvim/digraph.c:1408:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
src/nvim/digraph.c:1409:  Line contains invalid UTF-8 (or Unicode replacement character).  [readability/utf8] [5]
src/nvim/edit.c:1:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:58:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:77:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:85:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:108:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:115:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:116:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:117:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:118:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/edit.c:118:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:120:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:121:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:124:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:127:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:138:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:140:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:142:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:146:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/edit.c:146:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:146:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:149:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/edit.c:149:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:149:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:150:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/edit.c:151:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/edit.c:151:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:151:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:152:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/edit.c:154:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/edit.c:154:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:155:  Use operator || instead of or  [readability/alt_tokens] [2]
src/nvim/edit.c:155:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:158:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/edit.c:158:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:158:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:161:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:161:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:163:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:165:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:171:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:173:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/edit.c:173:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:175:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/edit.c:175:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:180:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:213:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:215:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:216:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:217:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:219:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/edit.c:219:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:221:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:222:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:223:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:225:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:227:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:229:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:230:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:231:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:232:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:234:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/edit.c:234:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:238:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/edit.c:238:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:238:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:272:  Should leave no spaces after a cast: u'(char *) s'  [whitespace/cast] [2]
src/nvim/edit.c:399:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/edit.c:438:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:439:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:558:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/edit.c:670:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/edit.c:670:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/edit.c:690:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/edit.c:691:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/edit.c:693:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/edit.c:694:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/edit.c:743:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:1202:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:1226:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/edit.c:1227:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/edit.c:1226:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/edit.c:1227:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/edit.c:1331:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:1339:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/edit.c:1340:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:1345:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:1347:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:1371:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/edit.c:1387:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:1389:  An else should always have braces before it  [readability/braces] [5]
src/nvim/edit.c:1390:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:1395:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:1398:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/edit.c:1401:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:1403:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:1403:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:1406:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:1412:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:1414:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:1415:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:1418:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/edit.c:1419:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/edit.c:1421:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:1426:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:1427:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:1431:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:1436:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:1441:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:1442:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:1443:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:1444:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:1445:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:1455:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:1457:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:1459:  An else should always have braces before it  [readability/braces] [5]
src/nvim/edit.c:1471:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/edit.c:1477:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:1481:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:1490:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:1496:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:1497:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/edit.c:1498:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:1499:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:1500:  An else should always have braces before it  [readability/braces] [5]
src/nvim/edit.c:1505:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:1513:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:1521:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:1525:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:1525:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:1527:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:1533:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:1541:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:1545:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:1554:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/edit.c:1558:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:1558:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/edit.c:1559:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:1564:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:1571:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:1572:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:1574:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:1576:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:1580:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:1582:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:1586:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:1593:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:1600:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:1604:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:1607:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:1607:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:1610:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:1613:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:1615:  An else should always have braces before it  [readability/braces] [5]
src/nvim/edit.c:1615:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/edit.c:1618:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:1619:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:1626:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:1636:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:1640:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:1643:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/edit.c:1645:  An else should always have braces before it  [readability/braces] [5]
src/nvim/edit.c:1645:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/edit.c:1646:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:1652:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:1660:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:1662:  An else should always have braces before it  [readability/braces] [5]
src/nvim/edit.c:1663:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/edit.c:1668:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:1682:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:1691:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:1693:  An else should always have braces before it  [readability/braces] [5]
src/nvim/edit.c:1695:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/edit.c:1698:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:1703:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:1705:  An else should always have braces before it  [readability/braces] [5]
src/nvim/edit.c:1708:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:1710:  An else should always have braces before it  [readability/braces] [5]
src/nvim/edit.c:1714:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:1723:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:1724:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/edit.c:1732:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/edit.c:1736:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:1742:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:1745:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:1748:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:1749:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:1752:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:1755:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:1762:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:1771:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:1773:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:1774:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:1779:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:1789:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:1791:  An else should always have braces before it  [readability/braces] [5]
src/nvim/edit.c:1829:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:1834:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:1837:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:1839:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:1841:  An else should always have braces before it  [readability/braces] [5]
src/nvim/edit.c:1843:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:1966:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:1972:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/edit.c:1976:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:1977:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:1979:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:1980:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:1981:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:1984:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:1986:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:1992:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/edit.c:1994:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/edit.c:1997:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:2003:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/edit.c:2005:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/edit.c:2008:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:2013:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:2016:  for should always use braces  [readability/braces] [5]
src/nvim/edit.c:2016:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/edit.c:2017:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:2019:  An else should always have braces before it  [readability/braces] [5]
src/nvim/edit.c:2022:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:2024:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/edit.c:2025:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:2027:  An else should always have braces before it  [readability/braces] [5]
src/nvim/edit.c:2030:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/edit.c:2032:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:2033:  for should always use braces  [readability/braces] [5]
src/nvim/edit.c:2033:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/edit.c:2040:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:2046:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/edit.c:2047:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:2049:  An else should always have braces before it  [readability/braces] [5]
src/nvim/edit.c:2052:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:2053:  for should always use braces  [readability/braces] [5]
src/nvim/edit.c:2053:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/edit.c:2061:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:2063:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/edit.c:2064:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:2066:  An else should always have braces before it  [readability/braces] [5]
src/nvim/edit.c:2068:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:2070:  An else should always have braces before it  [readability/braces] [5]
src/nvim/edit.c:2074:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:2082:  while should always use braces  [readability/braces] [5]
src/nvim/edit.c:2083:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:2085:  An else should always have braces before it  [readability/braces] [5]
src/nvim/edit.c:2092:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/edit.c:2092:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:2094:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:2097:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:2104:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/edit.c:2109:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:2112:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:2119:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:2121:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:2124:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:2130:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:2131:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/edit.c:2132:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/edit.c:2138:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:2141:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:2147:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:2152:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:2156:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:2161:  An else should always have braces before it  [readability/braces] [5]
src/nvim/edit.c:2164:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/edit.c:2171:  for should always use braces  [readability/braces] [5]
src/nvim/edit.c:2171:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/edit.c:2172:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:2176:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:2179:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:2181:  An else should always have braces before it  [readability/braces] [5]
src/nvim/edit.c:2184:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:2188:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:2190:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:2192:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:2192:  An else should always have braces before it  [readability/braces] [5]
src/nvim/edit.c:2196:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:2199:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:2220:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:2230:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:2235:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:2237:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:2239:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:2241:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:2243:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:2254:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:2261:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/edit.c:2262:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/edit.c:2267:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:2272:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:2274:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:2276:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:2280:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:2284:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:2294:  for should always use braces  [readability/braces] [5]
src/nvim/edit.c:2295:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:2296:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/edit.c:2296:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:2297:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:2302:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:2311:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:2315:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:2318:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/edit.c:2342:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:2355:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:2359:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:2363:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:2367:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:2375:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/edit.c:2376:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/edit.c:2400:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:2405:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:2415:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:2420:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:2462:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:2470:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:2471:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:2478:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:2481:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:2484:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:2491:  Use operator ~ instead of compl  [readability/alt_tokens] [2]
src/nvim/edit.c:2492:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:2496:  Missing space before {  [whitespace/braces] [5]
src/nvim/edit.c:2500:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:2503:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:2506:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/edit.c:2507:  Use operator ~ instead of compl  [readability/alt_tokens] [2]
src/nvim/edit.c:2508:  Use operator ~ instead of compl  [readability/alt_tokens] [2]
src/nvim/edit.c:2508:  Use operator ~ instead of compl  [readability/alt_tokens] [2]
src/nvim/edit.c:2509:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:2514:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:2516:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:2517:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/edit.c:2520:  Use operator ~ instead of compl  [readability/alt_tokens] [2]
src/nvim/edit.c:2526:  Use operator ~ instead of compl  [readability/alt_tokens] [2]
src/nvim/edit.c:2527:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:2530:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/edit.c:2531:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/edit.c:2532:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/edit.c:2533:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:2539:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:2542:  An else should always have braces before it  [readability/braces] [5]
src/nvim/edit.c:2546:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:2549:  An else should always have braces before it  [readability/braces] [5]
src/nvim/edit.c:2553:  Use operator ~ instead of compl  [readability/alt_tokens] [2]
src/nvim/edit.c:2554:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/edit.c:2556:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:2558:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:2559:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/edit.c:2562:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:2565:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/edit.c:2568:  Use operator ~ instead of compl  [readability/alt_tokens] [2]
src/nvim/edit.c:2569:  Use operator ~ instead of compl  [readability/alt_tokens] [2]
src/nvim/edit.c:2569:  Use operator ~ instead of compl  [readability/alt_tokens] [2]
src/nvim/edit.c:2571:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:2571:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:2574:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:2575:  for should always use braces  [readability/braces] [5]
src/nvim/edit.c:2575:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/edit.c:2596:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:2597:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:2599:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:2604:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/edit.c:2607:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:2608:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:2621:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:2623:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:2625:  An else should always have braces before it  [readability/braces] [5]
src/nvim/edit.c:2630:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:2632:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:2634:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:2635:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:2637:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:2651:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:2655:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:2658:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:2663:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:2667:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:2669:  An else should always have braces before it  [readability/braces] [5]
src/nvim/edit.c:2671:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/edit.c:2671:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/edit.c:2676:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:2678:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:2680:  An else should always have braces before it  [readability/braces] [5]
src/nvim/edit.c:2683:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:2685:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/edit.c:2686:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:2689:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:2699:  Lines should very rarely be longer than 100 characters  [whitespace/line_length] [4]
src/nvim/edit.c:2707:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:2710:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/edit.c:2711:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/edit.c:2717:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:2732:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/edit.c:2733:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/edit.c:2737:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:2742:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:2745:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:2749:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:2750:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:2751:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:2757:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:2761:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/edit.c:2764:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:2765:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:2767:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/edit.c:2768:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/edit.c:2771:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:2772:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:2774:  An else should always have braces before it  [readability/braces] [5]
src/nvim/edit.c:2776:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:2778:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:2788:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:2794:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:2795:  while should always use braces  [readability/braces] [5]
src/nvim/edit.c:2797:  An else should always have braces before it  [readability/braces] [5]
src/nvim/edit.c:2798:  while should always use braces  [readability/braces] [5]
src/nvim/edit.c:2799:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/edit.c:2803:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:2813:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:2816:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:2819:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/edit.c:2820:  while should always use braces  [readability/braces] [5]
src/nvim/edit.c:2821:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/edit.c:2825:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:2834:  while should always use braces  [readability/braces] [5]
src/nvim/edit.c:2835:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/edit.c:2839:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:2852:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:2863:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:2864:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:2866:  for should always use braces  [readability/braces] [5]
src/nvim/edit.c:2866:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/edit.c:2877:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:2886:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:2898:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:2913:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:2921:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:2923:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:2930:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:2931:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:2949:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:2959:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:2976:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:2979:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:2981:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:2982:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:2985:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:2993:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:2998:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:3016:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:3017:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:3022:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/edit.c:3026:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:3032:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:3037:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:3043:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:3048:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:3049:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:3055:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:3067:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:3068:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:3076:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/edit.c:3076:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/edit.c:3081:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:3083:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/edit.c:3102:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:3105:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:3108:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:3115:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:3119:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/edit.c:3120:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
src/nvim/edit.c:3124:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:3132:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:3134:  An else should always have braces before it  [readability/braces] [5]
src/nvim/edit.c:3149:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:3163:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:3163:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/edit.c:3165:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/edit.c:3183:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:3190:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:3192:  An else should always have braces before it  [readability/braces] [5]
src/nvim/edit.c:3194:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:3196:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:3207:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:3209:  An else should always have braces before it  [readability/braces] [5]
src/nvim/edit.c:3218:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:3220:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:3222:  An else should always have braces before it  [readability/braces] [5]
src/nvim/edit.c:3230:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:3237:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:3241:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:3249:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:3251:  An else should always have braces before it  [readability/braces] [5]
src/nvim/edit.c:3260:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:3263:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:3263:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:3268:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:3269:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:3271:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:3273:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:3287:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:3298:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:3301:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:3307:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:3319:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:3322:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:3324:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:3326:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:3328:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/edit.c:3329:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:3331:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:3333:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:3343:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:3355:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:3357:  An else should always have braces before it  [readability/braces] [5]
src/nvim/edit.c:3358:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:3362:  for should always use braces  [readability/braces] [5]
src/nvim/edit.c:3362:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/edit.c:3363:  Line contains only semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/edit.c:3364:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:3366:  for should always use braces  [readability/braces] [5]
src/nvim/edit.c:3368:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/edit.c:3370:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:3374:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:3386:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:3387:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:3387:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:3390:  while should always use braces  [readability/braces] [5]
src/nvim/edit.c:3392:  Line contains only semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/edit.c:3394:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/edit.c:3395:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:3398:  while should always use braces  [readability/braces] [5]
src/nvim/edit.c:3404:  Line contains only semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/edit.c:3409:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:3414:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/edit.c:3415:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:3429:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:3432:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:3440:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:3441:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:3450:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:3460:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:3467:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:3469:  An else should always have braces before it  [readability/braces] [5]
src/nvim/edit.c:3473:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:3475:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:3479:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:3487:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:3489:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:3490:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:3492:  An else should always have braces before it  [readability/braces] [5]
src/nvim/edit.c:3497:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:3505:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:3506:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:3511:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:3512:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/edit.c:3515:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:3517:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:3521:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:3530:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:3531:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:3532:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:3549:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:3554:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:3567:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:3568:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/edit.c:3568:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:3568:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:3570:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:3593:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:3600:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:3602:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:3605:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:3609:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:3614:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:3615:  while should always use braces  [readability/braces] [5]
src/nvim/edit.c:3620:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:3621:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:3626:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:3628:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/edit.c:3631:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/edit.c:3631:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/edit.c:3632:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:3633:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:3634:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/edit.c:3639:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:3640:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/edit.c:3641:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:3648:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/edit.c:3649:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/edit.c:3650:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/edit.c:3651:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/edit.c:3652:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/edit.c:3653:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/edit.c:3654:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/edit.c:3656:  An else should always have braces before it  [readability/braces] [5]
src/nvim/edit.c:3656:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/edit.c:3660:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:3662:  An else should always have braces before it  [readability/braces] [5]
src/nvim/edit.c:3668:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/edit.c:3670:  An else should always have braces before it  [readability/braces] [5]
src/nvim/edit.c:3672:  An else should always have braces before it  [readability/braces] [5]
src/nvim/edit.c:3675:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/edit.c:3676:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/edit.c:3679:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:3682:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/edit.c:3683:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:3694:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:3720:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:3724:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:3727:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/edit.c:3728:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/edit.c:3729:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/edit.c:3737:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/edit.c:3738:  Redundant blank line at the start of a code block should be deleted.  [whitespace/blank_line] [2]
src/nvim/edit.c:3739:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:3746:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:3747:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/edit.c:3748:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/edit.c:3749:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:3759:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/edit.c:3760:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:3764:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:3765:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:3770:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:3771:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:3773:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:3778:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:3780:  An else should always have braces before it  [readability/braces] [5]
src/nvim/edit.c:3785:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:3785:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/edit.c:3792:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/edit.c:3793:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/edit.c:3795:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/edit.c:3796:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/edit.c:3797:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/edit.c:3798:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/edit.c:3800:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:3801:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/edit.c:3804:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:3805:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/edit.c:3809:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:3810:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/edit.c:3814:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:3815:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:3816:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/edit.c:3817:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/edit.c:3819:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:3822:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:3824:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:3825:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:3834:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:3835:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:3837:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:3840:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:3847:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:3853:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:3855:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:3857:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:3861:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:3863:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:3871:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:3872:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:3881:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:3886:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/edit.c:3887:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/edit.c:3896:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:3898:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:3901:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:3905:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:3907:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:3908:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:3915:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/edit.c:3917:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:3923:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:3926:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/edit.c:3933:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:3939:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:3944:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:3949:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:3954:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:3960:  Missing username in TODO; it should look like "// TODO(my_username): Stuff."  [readability/todo] [2]
src/nvim/edit.c:3967:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:3971:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:3972:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:3973:  An else should always have braces before it  [readability/braces] [5]
src/nvim/edit.c:3974:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/edit.c:3993:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:4010:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/edit.c:4013:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/edit.c:4012:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/edit.c:4012:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:4014:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:4021:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:4025:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:4027:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:4032:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:4034:  while should always use braces  [readability/braces] [5]
src/nvim/edit.c:4035:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/edit.c:4040:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:4044:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/edit.c:4044:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/edit.c:4047:  while should always use braces  [readability/braces] [5]
src/nvim/edit.c:4048:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/edit.c:4055:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:4057:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:4060:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:4064:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:4066:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:4067:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:4070:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:4086:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:4088:  An else should always have braces before it  [readability/braces] [5]
src/nvim/edit.c:4095:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:4096:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/edit.c:4097:  An else should always have braces before it  [readability/braces] [5]
src/nvim/edit.c:4098:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/edit.c:4101:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:4104:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:4109:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/edit.c:4113:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/edit.c:4114:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/edit.c:4117:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:4119:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:4122:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/edit.c:4122:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/edit.c:4123:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/edit.c:4124:  An else should always have braces before it  [readability/braces] [5]
src/nvim/edit.c:4125:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:4128:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:4134:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:4138:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:4141:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:4149:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:4153:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:4156:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:4159:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:4162:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:4167:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:4170:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/edit.c:4175:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:4182:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:4184:  An else should always have braces before it  [readability/braces] [5]
src/nvim/edit.c:4188:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:4188:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:4194:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:4207:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:4209:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:4212:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:4213:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:4217:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:4222:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:4225:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/edit.c:4224:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:4227:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:4231:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:4233:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:4234:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/edit.c:4244:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:4248:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:4273:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:4283:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:4284:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:4311:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:4319:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:4320:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:4326:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:4328:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:4329:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:4330:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:4331:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:4332:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:4339:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:4348:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:4351:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:4355:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:4362:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:4364:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:4370:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/edit.c:4371:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/edit.c:4376:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:4385:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:4389:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/edit.c:4391:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/edit.c:4394:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:4396:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:4396:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:4404:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:4409:  while should always use braces  [readability/braces] [5]
src/nvim/edit.c:4410:  Line contains only semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/edit.c:4414:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:4416:  An else should always have braces before it  [readability/braces] [5]
src/nvim/edit.c:4421:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:4423:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/edit.c:4424:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:4427:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/edit.c:4428:  End of the inner expression should have the same indent as start  [whitespace/indent] [2]
src/nvim/edit.c:4427:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/edit.c:4428:  End of the inner expression should have the same indent as start  [whitespace/indent] [2]
src/nvim/edit.c:4427:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/edit.c:4428:  End of the inner expression should have the same indent as start  [whitespace/indent] [2]
src/nvim/edit.c:4428:  Closing ) should be moved to the previous line  [whitespace/parens] [2]
src/nvim/edit.c:4440:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:4450:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:4451:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/edit.c:4455:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/edit.c:4456:  while should always use braces  [readability/braces] [5]
src/nvim/edit.c:4457:  Line contains only semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/edit.c:4461:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:4471:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/edit.c:4474:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/edit.c:4480:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:4480:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:4482:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:4484:  An else should always have braces before it  [readability/braces] [5]
src/nvim/edit.c:4487:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:4492:  while should always use braces  [readability/braces] [5]
src/nvim/edit.c:4494:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:4496:  An else should always have braces before it  [readability/braces] [5]
src/nvim/edit.c:4506:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/edit.c:4507:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:4509:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:4512:  An else should always have braces before it  [readability/braces] [5]
src/nvim/edit.c:4517:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:4528:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:4534:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/edit.c:4543:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:4548:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:4555:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:4558:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:4569:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:4573:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:4575:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:4578:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:4581:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:4591:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/edit.c:4600:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:4611:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:4627:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:4629:  An else should always have braces before it  [readability/braces] [5]
src/nvim/edit.c:4632:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:4636:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:4640:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:4648:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:4662:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:4666:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/edit.c:4668:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:4671:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:4671:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:4676:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:4680:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:4683:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:4689:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:4693:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:4694:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/edit.c:4695:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/edit.c:4701:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:4703:  An else should always have braces before it  [readability/braces] [5]
src/nvim/edit.c:4717:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:4723:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:4726:  for should always use braces  [readability/braces] [5]
src/nvim/edit.c:4733:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:4734:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:4736:  for should always use braces  [readability/braces] [5]
src/nvim/edit.c:4740:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:4741:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:4744:  for should always use braces  [readability/braces] [5]
src/nvim/edit.c:4751:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:4752:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:4754:  for should always use braces  [readability/braces] [5]
src/nvim/edit.c:4761:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:4764:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:4768:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:4770:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/edit.c:4771:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/edit.c:4772:  An else should always have braces before it  [readability/braces] [5]
src/nvim/edit.c:4774:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/edit.c:4775:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/edit.c:4778:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:4779:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:4784:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:4803:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:4808:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:4816:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:4823:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:4827:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:4827:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:4830:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:4833:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:4836:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:4840:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:4842:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:4847:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:4848:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/edit.c:4849:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/edit.c:4850:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/edit.c:4851:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:4856:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:4862:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:4873:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:4874:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:4877:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:4880:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:4880:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/edit.c:4885:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:4889:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:4890:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/edit.c:4891:  An else should always have braces before it  [readability/braces] [5]
src/nvim/edit.c:4892:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/edit.c:4893:  An else should always have braces before it  [readability/braces] [5]
src/nvim/edit.c:4895:  An else should always have braces before it  [readability/braces] [5]
src/nvim/edit.c:4895:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/edit.c:4899:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:4903:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:4907:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:4912:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/edit.c:4915:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:4918:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:4921:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:4922:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:4924:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:4925:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:4927:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:4927:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/edit.c:4930:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:4931:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:4940:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:4940:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:4942:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:4943:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/edit.c:4943:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:4944:  Extra space for operator !   [whitespace/operators] [4]
src/nvim/edit.c:4946:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/edit.c:4947:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:4949:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:4949:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:4961:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:4976:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:4981:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:4984:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:4988:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5002:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/edit.c:5002:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/edit.c:5002:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/edit.c:5004:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5015:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/edit.c:5016:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5017:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5018:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5029:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5055:  Closing ) should be moved to the previous line  [whitespace/parens] [2]
src/nvim/edit.c:5056:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5058:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/edit.c:5065:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5067:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/edit.c:5069:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:5073:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5073:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:5076:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5079:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5083:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5087:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:5088:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5089:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5090:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5090:  while should always use braces  [readability/braces] [5]
src/nvim/edit.c:5091:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/edit.c:5093:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5094:  while should always use braces  [readability/braces] [5]
src/nvim/edit.c:5095:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/edit.c:5097:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5098:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5098:  while should always use braces  [readability/braces] [5]
src/nvim/edit.c:5099:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/edit.c:5102:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5104:  while should always use braces  [readability/braces] [5]
src/nvim/edit.c:5105:  Line contains only semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/edit.c:5108:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5111:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5113:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5116:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5126:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:5127:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:5128:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:5129:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:5152:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:5154:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5163:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/edit.c:5164:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/edit.c:5165:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/edit.c:5166:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/edit.c:5168:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/edit.c:5170:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:5171:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5172:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:5173:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5177:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5178:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5184:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/edit.c:5186:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:5200:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:5202:  An else should always have braces before it  [readability/braces] [5]
src/nvim/edit.c:5208:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5215:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/edit.c:5220:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5225:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:5229:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/edit.c:5231:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:5238:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5252:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5256:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5257:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5258:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5259:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5269:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:5272:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:5273:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:5274:  An else should always have braces before it  [readability/braces] [5]
src/nvim/edit.c:5276:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/edit.c:5278:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5279:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:5280:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:5281:  An else should always have braces before it  [readability/braces] [5]
src/nvim/edit.c:5284:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5288:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:5289:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/edit.c:5290:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:5295:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:5298:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5305:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5313:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:5315:  An else should always have braces before it  [readability/braces] [5]
src/nvim/edit.c:5318:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5321:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5326:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:5327:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5328:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5329:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:5332:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5333:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:5334:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5335:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5336:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:5342:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:5343:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5351:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:5354:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5356:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5357:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:5361:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5365:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:5371:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:5379:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:5380:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5381:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5382:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:5389:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:5392:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:5397:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5402:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5405:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5410:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:5411:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5412:  An else should always have braces before it  [readability/braces] [5]
src/nvim/edit.c:5415:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5420:  while should always use braces  [readability/braces] [5]
src/nvim/edit.c:5424:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:5428:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5436:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5437:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:5440:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5441:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:5445:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5450:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/edit.c:5451:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/edit.c:5452:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/edit.c:5453:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/edit.c:5454:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:5460:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5467:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:5471:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:5473:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/edit.c:5473:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:5474:  An else should always have braces before it  [readability/braces] [5]
src/nvim/edit.c:5478:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5484:  for should always use braces  [readability/braces] [5]
src/nvim/edit.c:5492:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:5496:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5503:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5509:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:5513:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/edit.c:5514:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/edit.c:5515:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5516:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:5517:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:5518:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:5519:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:5523:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5523:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:5534:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5542:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/edit.c:5543:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5543:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/edit.c:5544:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5554:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:5560:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5561:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:5563:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5572:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:5583:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5585:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:5586:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:5589:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5595:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/edit.c:5596:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:5600:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5605:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:5610:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5613:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/edit.c:5616:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5627:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:5628:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5629:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/edit.c:5630:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/edit.c:5631:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5632:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:5638:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5644:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/edit.c:5645:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5653:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:5654:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5655:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:5656:  An else should always have braces before it  [readability/braces] [5]
src/nvim/edit.c:5656:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/edit.c:5663:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5664:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:5665:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:5671:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5679:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/edit.c:5680:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5687:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5690:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:5698:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:5701:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:5705:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:5711:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5718:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5723:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/edit.c:5729:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5753:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:5754:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5754:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/edit.c:5759:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5769:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:5773:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5780:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/edit.c:5781:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:5785:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5793:  Should have a space between // and comment  [whitespace/comments] [4]
src/nvim/edit.c:5797:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:5802:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:5803:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:5811:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5814:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:5815:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:5818:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5824:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5830:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/edit.c:5832:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5833:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5840:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5842:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5853:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/edit.c:5857:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5864:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5871:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:5875:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/edit.c:5878:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:5880:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5882:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:5889:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5890:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/edit.c:5892:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5904:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5906:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:5907:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/edit.c:5909:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:5911:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:5911:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/edit.c:5912:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5914:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:5916:  An else should always have braces before it  [readability/braces] [5]
src/nvim/edit.c:5916:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/edit.c:5917:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5921:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/edit.c:5925:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5937:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:5938:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:5939:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:5940:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:5942:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5951:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5962:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5963:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:5982:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:5994:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/edit.c:5996:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:6001:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/edit.c:6007:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:6016:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:6018:  An else should always have braces before it  [readability/braces] [5]
src/nvim/edit.c:6018:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/edit.c:6025:  for should always use braces  [readability/braces] [5]
src/nvim/edit.c:6026:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/edit.c:6027:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/edit.c:6029:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/edit.c:6033:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:6049:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:6052:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/edit.c:6053:  End of the inner expression should have the same indent as start  [whitespace/indent] [2]
src/nvim/edit.c:6053:  Closing ) should be moved to the previous line  [whitespace/parens] [2]
src/nvim/edit.c:6055:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/edit.c:6056:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:6062:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:6063:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:6065:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:6067:  An else should always have braces before it  [readability/braces] [5]
src/nvim/edit.c:6070:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:6072:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:6078:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/edit.c:6088:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:6091:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:6095:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:6098:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:6101:  Closing ) should be moved to the previous line  [whitespace/parens] [2]
src/nvim/edit.c:6103:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/edit.c:6109:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:6111:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:6112:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/edit.c:6113:  End of the inner expression should have the same indent as start  [whitespace/indent] [2]
src/nvim/edit.c:6113:  Closing ) should be moved to the previous line  [whitespace/parens] [2]
src/nvim/edit.c:6117:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/edit.c:6121:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:6124:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/edit.c:6125:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/edit.c:6127:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:6129:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:6135:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/edit.c:6137:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:6149:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:6151:  An else should always have braces before it  [readability/braces] [5]
src/nvim/edit.c:6152:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:6155:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:6159:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:6160:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/edit.c:6161:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:6163:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:6166:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:6169:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:6171:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/edit.c:6176:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:6179:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:6180:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:6185:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:6189:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/edit.c:6191:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:6198:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:6205:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:6207:  An else should always have braces before it  [readability/braces] [5]
src/nvim/edit.c:6210:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:6212:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:6214:  An else should always have braces before it  [readability/braces] [5]
src/nvim/edit.c:6215:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/edit.c:6216:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:6219:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:6221:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/edit.c:6226:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:6229:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:6230:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:6235:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:6241:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/edit.c:6242:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:6243:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:6244:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:6258:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:6259:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:6261:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:6262:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:6264:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:6277:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:6278:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:6284:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:6287:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:6288:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:6290:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:6291:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:6299:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:6304:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:6313:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:6317:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:6317:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:6341:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/edit.c:6344:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:6360:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:6361:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:6385:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/edit.c:6388:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:6398:  for should always use braces  [readability/braces] [5]
src/nvim/edit.c:6398:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/edit.c:6411:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:6416:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/edit.c:6417:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:6422:  for should always use braces  [readability/braces] [5]
src/nvim/edit.c:6424:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/edit.c:6426:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/edit.c:6431:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:6440:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:6448:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:6461:  for should always use braces  [readability/braces] [5]
src/nvim/edit.c:6461:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/edit.c:6464:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/edit.c:6467:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:6468:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:6471:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:6471:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:6474:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:6480:  for should always use braces  [readability/braces] [5]
src/nvim/edit.c:6480:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/edit.c:6482:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:6484:  An else should always have braces before it  [readability/braces] [5]
src/nvim/edit.c:6484:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/edit.c:6485:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:6486:  for should always use braces  [readability/braces] [5]
src/nvim/edit.c:6486:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/edit.c:6494:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:6506:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:6530:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:6537:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:6542:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:6548:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:6552:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/edit.c:6558:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:6562:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:6563:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/edit.c:6568:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:6570:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/edit.c:6581:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:6600:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:6602:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:6604:  An else should always have braces before it  [readability/braces] [5]
src/nvim/edit.c:6636:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:6637:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:6638:  An else should always have braces before it  [readability/braces] [5]
src/nvim/edit.c:6639:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:6641:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:6713:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:6739:  while should always use braces  [readability/braces] [5]
src/nvim/edit.c:6741:  while should always use braces  [readability/braces] [5]
src/nvim/edit.c:6744:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:6747:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/edit.c:6748:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/edit.c:6750:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/edit.c:6751:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/edit.c:6752:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/edit.c:6753:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:6755:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:6759:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:6764:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:6772:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:6775:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/edit.c:6776:  for should always use braces  [readability/braces] [5]
src/nvim/edit.c:6776:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/edit.c:6777:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:6780:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:6784:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/edit.c:6785:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/edit.c:6786:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:6792:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:6798:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/edit.c:6801:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:6804:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:6806:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:6822:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:6830:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:6835:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:6836:  Missing spaces around =  [whitespace/operators] [4]
src/nvim/edit.c:6836:  Missing space after {  [whitespace/braces] [5]
src/nvim/edit.c:6838:  Missing space before }  [whitespace/braces] [5]
src/nvim/edit.c:6840:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:6840:  Missing space after {  [whitespace/braces] [5]
src/nvim/edit.c:6841:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:6842:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:6843:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:6844:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:6845:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:6846:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:6847:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:6848:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:6848:  Missing space before }  [whitespace/braces] [5]
src/nvim/edit.c:6850:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:6852:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:6853:  An else should always have braces before it  [readability/braces] [5]
src/nvim/edit.c:6855:  An else should always have braces before it  [readability/braces] [5]
src/nvim/edit.c:6856:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:6857:  An else should always have braces before it  [readability/braces] [5]
src/nvim/edit.c:6858:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:6859:  An else should always have braces before it  [readability/braces] [5]
src/nvim/edit.c:6860:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:6860:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/edit.c:6861:  An else should always have braces before it  [readability/braces] [5]
src/nvim/edit.c:6862:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:6862:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/edit.c:6863:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:6868:  An else should always have braces before it  [readability/braces] [5]
src/nvim/edit.c:6870:  An else should always have braces before it  [readability/braces] [5]
src/nvim/edit.c:6880:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:6887:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:6900:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:6905:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:6910:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:6911:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:6913:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/edit.c:6918:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:6922:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/edit.c:6924:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/edit.c:6926:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:6930:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/edit.c:6932:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/edit.c:6934:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:6936:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/edit.c:6938:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:6949:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:6966:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/edit.c:6967:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:6968:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/edit.c:6972:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:6973:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:6976:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:6977:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:6981:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:6988:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:6991:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:6995:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/edit.c:6997:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/edit.c:6999:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:7002:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/edit.c:7005:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:7008:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/edit.c:7011:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:7012:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/edit.c:7013:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/edit.c:7015:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:7028:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:7033:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:7038:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:7039:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:7050:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:7074:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:7079:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:7082:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:7088:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:7092:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:7093:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:7094:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:7106:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/edit.c:7110:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:7112:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:7113:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/edit.c:7115:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:7120:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:7131:  Closing ) should be moved to the previous line  [whitespace/parens] [2]
src/nvim/edit.c:7136:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:7137:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/edit.c:7139:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/edit.c:7140:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:7141:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:7148:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:7152:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:7165:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:7172:  while should always use braces  [readability/braces] [5]
src/nvim/edit.c:7173:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/edit.c:7182:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/edit.c:7185:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:7190:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/edit.c:7193:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:7195:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/edit.c:7196:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:7218:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:7243:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:7250:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:7265:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:7268:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:7273:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:7275:  An else should always have braces before it  [readability/braces] [5]
src/nvim/edit.c:7277:  An else should always have braces before it  [readability/braces] [5]
src/nvim/edit.c:7279:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:7280:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:7280:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:7281:  An else should always have braces before it  [readability/braces] [5]
src/nvim/edit.c:7285:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:7294:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:7298:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:7303:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/edit.c:7304:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:7304:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:7305:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:7306:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:7308:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:7309:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:7310:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/edit.c:7311:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/edit.c:7312:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/edit.c:7314:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:7315:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:7316:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:7317:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:7318:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:7319:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:7319:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:7326:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:7328:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:7339:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:7340:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:7341:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:7342:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:7347:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:7355:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:7357:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:7360:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/edit.c:7361:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:7377:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:7383:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:7385:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:7432:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:7445:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:7451:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:7452:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:7453:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:7462:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:7463:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/edit.c:7465:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:7471:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/edit.c:7471:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/edit.c:7475:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:7479:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:7480:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:7482:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/edit.c:7485:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:7492:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:7499:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:7508:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:7513:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:7515:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:7518:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:7518:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:7521:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:7530:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:7535:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:7539:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/edit.c:7551:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:7552:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:7554:  An else should always have braces before it  [readability/braces] [5]
src/nvim/edit.c:7556:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:7566:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:7567:  while should always use braces  [readability/braces] [5]
src/nvim/edit.c:7571:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:7573:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:7579:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:7581:  An else should always have braces before it  [readability/braces] [5]
src/nvim/edit.c:7581:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/edit.c:7583:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:7589:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:7591:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:7624:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:7626:  An else should always have braces before it  [readability/braces] [5]
src/nvim/edit.c:7626:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/edit.c:7629:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:7631:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:7632:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:7637:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:7643:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:7668:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:7674:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:7681:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:7698:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:7707:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:7717:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/edit.c:7720:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:7728:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:7738:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:7742:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:7745:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:7750:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:7752:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/edit.c:7753:  An else should always have braces before it  [readability/braces] [5]
src/nvim/edit.c:7758:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/edit.c:7761:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/edit.c:7766:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:7776:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/edit.c:7786:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:7795:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:7796:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:7803:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/edit.c:7816:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:7820:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:7832:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:7836:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:7846:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:7861:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:7870:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:7872:  An else should always have braces before it  [readability/braces] [5]
src/nvim/edit.c:7872:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/edit.c:7873:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:7875:  An else should always have braces before it  [readability/braces] [5]
src/nvim/edit.c:7876:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/edit.c:7880:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:7883:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:7885:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/edit.c:7888:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/edit.c:7889:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/edit.c:7899:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:7913:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/edit.c:7914:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:7923:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/edit.c:7924:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:7926:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:7944:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:7962:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/edit.c:7963:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:7972:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/edit.c:7973:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:7975:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:7993:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:8042:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:8043:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:8044:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:8045:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:8057:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:8064:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:8066:  An else should always have braces before it  [readability/braces] [5]
src/nvim/edit.c:8066:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/edit.c:8068:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:8068:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:8073:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:8078:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:8086:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:8100:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:8101:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:8102:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:8104:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:8107:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/edit.c:8108:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/edit.c:8111:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:8119:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:8123:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:8127:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:8132:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:8133:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:8134:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:8138:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/edit.c:8139:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/edit.c:8147:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:8150:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/edit.c:8151:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/edit.c:8154:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:8155:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/edit.c:8156:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/edit.c:8160:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:8164:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:8165:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:8168:  for should always use braces  [readability/braces] [5]
src/nvim/edit.c:8173:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:8179:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:8182:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:8185:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/edit.c:8189:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:8210:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:8215:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:8220:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:8227:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:8229:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:8232:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:8234:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:8236:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:8244:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/edit.c:8245:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:8251:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:8260:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:8264:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:8265:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:8267:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/edit.c:8268:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/edit.c:8273:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:8275:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/edit.c:8276:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/edit.c:8278:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/edit.c:8279:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/edit.c:8280:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:8281:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:8285:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:8287:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/edit.c:8291:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:8293:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:8294:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:8297:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:8298:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/edit.c:8299:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/edit.c:8303:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/edit.c:8304:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/edit.c:8306:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/edit.c:8307:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/edit.c:8308:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:8309:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:8314:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/edit.c:8323:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:8339:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:8348:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:8358:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:8366:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:8368:  An else should always have braces before it  [readability/braces] [5]
src/nvim/edit.c:8376:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:8380:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:8381:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:8384:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/edit.c:8388:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:8389:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:8395:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:8406:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:8410:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:8415:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:8424:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:8424:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:8425:  while should always use braces  [readability/braces] [5]
src/nvim/edit.c:8426:  Line contains only semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/edit.c:8429:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:8433:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:8434:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:8435:  An else should always have braces before it  [readability/braces] [5]
src/nvim/edit.c:8438:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:8442:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/edit.c:8449:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:8450:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:8453:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:8454:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:8457:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:8458:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/edit.c:8462:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:8466:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:8471:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:8472:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:8476:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:8482:  if should always use braces  [readability/braces] [5]
src/nvim/edit.c:8488:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:8503:  Should leave no spaces after a cast: u'(char_u *) buf'  [whitespace/cast] [2]
src/nvim/edit.c:8514:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/edit.c:8515:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.c:8518:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:1:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:98:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:100:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/eval.c:100:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:103:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/eval.c:103:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:103:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/eval.c:106:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:134:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:135:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:136:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/eval.c:136:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:139:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:140:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:141:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:142:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:143:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:144:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:145:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:146:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:147:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:177:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:180:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:188:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:197:  Missing space after {  [whitespace/braces] [5]
src/nvim/eval.c:197:  Missing space before }  [whitespace/braces] [5]
src/nvim/eval.c:201:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:203:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:204:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:205:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:206:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:208:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:209:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:210:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:212:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:213:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:214:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:215:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:217:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:218:  Missing space after {  [whitespace/braces] [5]
src/nvim/eval.c:218:  Missing space before }  [whitespace/braces] [5]
src/nvim/eval.c:220:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:221:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:222:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:227:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:228:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:230:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:234:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:235:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:236:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:237:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:239:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:240:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:242:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:243:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:244:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:245:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:246:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:247:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:248:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:249:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:250:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:251:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:252:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:253:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:256:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:260:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:261:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:262:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:263:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:266:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:270:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:271:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:272:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:275:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:279:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:280:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:281:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:284:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:285:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:286:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:287:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:391:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:401:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:467:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:468:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/eval.c:468:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:498:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:518:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:520:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:522:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:525:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:526:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:528:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:529:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:539:  Should leave no spaces after a cast: u'(char_u *) msgpack_type_names'  [whitespace/cast] [2]
src/nvim/eval.c:586:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:592:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:595:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:598:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:601:  for should always use braces  [readability/braces] [5]
src/nvim/eval.c:601:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/eval.c:603:  for should always use braces  [readability/braces] [5]
src/nvim/eval.c:603:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/eval.c:607:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:610:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:617:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:625:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:633:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:641:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:649:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:652:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:656:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:664:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:675:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:680:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:684:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:688:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/eval.c:689:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/eval.c:691:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:698:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:704:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:709:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:712:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:714:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:713:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:718:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:719:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:721:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:723:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:728:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:731:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:734:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:735:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:736:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:737:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:742:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:750:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:763:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:766:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:767:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:768:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:769:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:776:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:785:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:787:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:790:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:793:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:793:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:794:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:795:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:799:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:855:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:860:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:874:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:880:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:885:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/eval.c:886:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/eval.c:890:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:894:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:896:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:897:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:898:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:899:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:900:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:900:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:901:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:907:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:908:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:913:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:919:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/eval.c:922:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:928:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:929:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:930:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:932:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:932:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:936:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:937:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:942:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:951:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:954:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:967:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:967:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:969:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:969:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:974:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:982:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:990:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:1000:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:1001:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:1002:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:1003:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:1004:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:1005:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:1006:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:1011:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:1022:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:1024:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:1024:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:1026:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:1026:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:1030:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:1036:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:1044:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:1048:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:1059:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:1061:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:1066:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:1078:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:1082:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:1083:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:1085:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:1086:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:1088:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:1092:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:1093:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:1099:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:1110:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:1115:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:1120:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:1129:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:1185:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:1188:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:1193:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:1205:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:1210:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/eval.c:1211:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/eval.c:1215:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:1221:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:1222:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:1222:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:1230:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:1236:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/eval.c:1240:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:1246:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:1247:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:1247:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:1255:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:1261:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/eval.c:1265:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:1270:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:1271:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:1271:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:1282:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:1301:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:1306:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:1318:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:1322:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:1340:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:1350:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:1352:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:1353:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:1354:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:1355:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:1357:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:1357:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:1359:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:1359:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:1360:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:1361:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:1363:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:1365:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:1365:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:1366:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:1369:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:1375:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:1376:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:1377:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:1378:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:1383:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:1402:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:1405:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:1407:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:1407:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:1408:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:1413:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:1415:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:1416:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:1418:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:1419:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:1441:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:1442:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:1445:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:1447:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:1450:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:1449:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:1456:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:1464:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/eval.c:1465:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/eval.c:1468:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:1469:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:1470:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:1481:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:1484:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:1489:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:1510:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:1512:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:1517:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:1531:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:1530:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:1533:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:1545:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:1557:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:1560:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:1566:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:1569:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:1571:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:1583:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:1587:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:1593:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:1596:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:1599:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:1603:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/eval.c:1610:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/eval.c:1612:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:1614:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:1621:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:1626:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:1629:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:1637:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:1637:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:1639:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/eval.c:1641:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:1644:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:1650:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:1650:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:1653:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:1659:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:1659:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:1662:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:1667:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:1670:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:1675:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:1677:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:1677:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:1680:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:1685:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:1687:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:1687:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:1690:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:1695:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:1707:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:1712:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:1714:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:1716:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:1719:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:1723:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:1733:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:1733:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:1734:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:1735:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:1735:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:1751:  Should leave no spaces after a cast: u'(char_u *) encode_tv2echo'  [whitespace/cast] [2]
src/nvim/eval.c:1755:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:1756:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:1757:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:1758:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:1776:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:1782:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/eval.c:1783:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:1784:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:1785:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:1786:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:1787:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:1798:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:1802:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:1803:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:1806:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:1808:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:1808:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:1809:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:1811:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:1814:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:1828:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:1830:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:1831:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:1832:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:1834:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:1842:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:1847:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/eval.c:1848:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:1850:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:1853:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:1853:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:1864:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:1867:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:1868:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:1871:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:1871:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:1872:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:1873:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:1875:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:1877:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:1892:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:1895:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/eval.c:1896:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:1897:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:1899:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:1902:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:1902:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:1921:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:1925:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/eval.c:1928:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:1930:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:1932:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:1932:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:1938:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:1944:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:1951:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:1953:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:1956:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:1975:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/eval.c:1981:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:1982:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:1991:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:1998:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:2002:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:2007:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:2010:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:2019:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:2023:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:2029:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:2032:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:2033:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:2039:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:2042:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:2045:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:2053:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:2058:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:2066:  for should always use braces  [readability/braces] [5]
src/nvim/eval.c:2066:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/eval.c:2067:  Line contains only semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/eval.c:2069:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:2075:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:2077:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:2078:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:2079:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:2079:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:2080:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:2081:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:2081:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:2081:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:2084:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:2090:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:2093:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:2095:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:2101:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:2103:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:2108:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:2109:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:2110:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:2110:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:2111:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:2112:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:2112:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:2113:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:2118:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:2119:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:2125:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:2126:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:2127:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:2130:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:2132:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:2134:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:2139:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:2140:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:2145:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:2146:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:2148:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:2158:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:2168:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:2169:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:2174:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:2176:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:2181:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:2187:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:2189:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:2191:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:2195:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:2197:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:2199:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:2207:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:2211:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:2214:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:2216:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:2216:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:2217:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:2230:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:2232:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:2237:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:2244:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:2249:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:2256:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:2257:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:2260:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:2273:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:2282:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:2287:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/eval.c:2312:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:2338:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:2342:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:2344:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:2344:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:2349:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:2352:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:2357:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:2359:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:2361:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:2374:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:2383:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:2425:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:2444:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:2446:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:2447:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:2453:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:2456:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:2461:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:2463:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:2469:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:2471:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:2478:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:2481:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:2494:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:2498:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:2500:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:2502:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:2504:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:2518:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:2527:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:2545:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:2553:  for should always use braces  [readability/braces] [5]
src/nvim/eval.c:2554:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:2558:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:2571:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:2571:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:2574:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:2583:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:2584:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:2586:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:2593:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:2601:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:2602:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:2607:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:2620:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:2621:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:2622:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:2622:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:2625:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:2624:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:2630:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:2647:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:2654:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:2658:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:2663:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:2667:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:2672:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:2677:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:2679:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
src/nvim/eval.c:2682:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:2685:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:2690:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:2693:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:2694:  while should always use braces  [readability/braces] [5]
src/nvim/eval.c:2695:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:2696:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:2698:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:2699:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:2700:  while should always use braces  [readability/braces] [5]
src/nvim/eval.c:2701:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:2701:  Line contains only semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/eval.c:2705:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:2707:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:2709:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:2711:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:2712:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:2716:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:2717:  while should always use braces  [readability/braces] [5]
src/nvim/eval.c:2718:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:2718:  Line contains only semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/eval.c:2724:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:2737:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:2741:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:2744:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:2745:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:2745:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:2747:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:2753:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:2757:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:2760:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:2762:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:2763:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:2765:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:2767:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:2769:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:2772:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:2779:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:2786:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:2787:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:2788:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:2790:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/eval.c:2798:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:2799:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:2800:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:2804:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:2805:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:2806:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:2811:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:2814:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:2818:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:2821:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:2822:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:2825:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:2827:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:2829:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:2838:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:2846:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:2854:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:2856:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:2864:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:2871:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:2875:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:2877:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:2876:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:2878:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:2879:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:2879:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:2883:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:2886:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:2893:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:2894:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:2896:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:2897:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:2898:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:2902:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:2920:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:2921:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:2923:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:2945:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:2950:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:2983:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:3042:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:3048:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:3059:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:3059:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:3066:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:3067:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:3069:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:3069:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:3070:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:3071:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:3073:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:3073:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:3074:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:3076:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:3085:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:3089:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:3102:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:3118:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:3120:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:3122:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:3123:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:3125:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:3131:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:3133:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:3135:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:3136:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:3137:  for should always use braces  [readability/braces] [5]
src/nvim/eval.c:3143:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:3145:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:3148:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:3150:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/eval.c:3152:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:3168:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:3171:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:3186:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:3196:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/eval.c:3198:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:3199:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:3206:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:3216:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:3225:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:3235:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:3254:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:3256:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:3258:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:3259:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:3260:  while should always use braces  [readability/braces] [5]
src/nvim/eval.c:3261:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:3262:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:3267:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:3270:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:3272:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:3273:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:3274:  while should always use braces  [readability/braces] [5]
src/nvim/eval.c:3275:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:3279:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:3283:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:3286:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:3288:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:3289:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:3290:  while should always use braces  [readability/braces] [5]
src/nvim/eval.c:3291:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:3295:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:3298:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:3300:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:3301:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:3302:  while should always use braces  [readability/braces] [5]
src/nvim/eval.c:3303:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:3339:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:3344:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:3345:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:3346:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:3347:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:3348:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:3349:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:3350:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:3351:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:3354:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:3360:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:3375:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:3377:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:3382:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:3386:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:3392:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:3408:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:3411:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:3415:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:3417:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:3419:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:3420:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:3422:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:3426:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:3430:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:3430:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:3433:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:3438:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:3443:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:3447:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:3448:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:3452:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:3459:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:3473:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:3475:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:3478:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:3481:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:3484:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:3485:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:3488:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:3489:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:3491:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:3493:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:3496:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:3500:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:3503:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:3507:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:3508:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:3510:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:3522:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:3536:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:3538:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:3541:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:3544:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:3547:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:3548:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:3551:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:3552:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:3554:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:3556:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:3559:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:3563:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:3566:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:3570:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:3571:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:3573:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:3585:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:3609:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:3609:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:3616:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:3619:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:3626:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:3631:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:3637:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:3643:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:3652:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:3658:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:3662:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:3664:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:3665:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:3667:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:3668:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/eval.c:3669:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:3670:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:3672:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:3673:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/eval.c:3676:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:3687:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:3694:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:3707:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:3709:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:3709:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:3710:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:3717:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:3721:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:3723:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:3729:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:3731:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:3731:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:3732:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:3738:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:3740:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:3746:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:3747:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:3749:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:3750:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:3752:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:3753:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:3757:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:3761:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/eval.c:3765:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:3767:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:3769:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:3771:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:3773:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:3783:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:3786:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:3790:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/eval.c:3803:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:3808:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:3810:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:3812:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:3829:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:3842:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:3864:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:3867:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:3867:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:3870:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:3875:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:3881:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:3894:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:3904:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:3908:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:3910:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:3921:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:3923:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:3931:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:3939:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:3945:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:3958:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:3963:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:3965:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:3967:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:3972:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:3974:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:3986:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:3997:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/eval.c:3998:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/eval.c:4002:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:4008:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:4010:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:4012:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:4015:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:4018:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:4023:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:4029:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:4031:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:4034:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:4036:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:4039:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:4043:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:4043:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:4050:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:4057:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:4059:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:4063:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:4091:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:4093:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:4094:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:4095:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:4096:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:4097:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:4099:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:4101:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:4104:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:4104:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:4106:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:4192:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:4194:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:4209:  Should leave no spaces after a cast: u'(char *) *arg'  [whitespace/cast] [2]
src/nvim/eval.c:4256:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:4264:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:4295:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:4296:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:4348:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:4377:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:4382:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/eval.c:4383:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/eval.c:4387:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:4390:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:4394:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:4434:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:4438:  for should always use braces  [readability/braces] [5]
src/nvim/eval.c:4438:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/eval.c:4439:  Line contains only semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/eval.c:4440:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:4444:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:4450:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:4451:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:4452:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:4452:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:4454:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:4455:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:4460:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:4464:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:4466:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:4467:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:4468:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:4468:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:4469:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:4473:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:4474:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:4481:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:4483:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:4486:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:4490:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:4500:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:4502:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:4502:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:4514:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:4518:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:4521:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:4523:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:4525:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:4527:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:4530:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:4533:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:4535:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:4545:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:4548:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:4551:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:4561:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:4563:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:4565:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:4576:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:4586:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:4588:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:4598:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:4607:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:4609:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:4611:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:4630:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:4636:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/eval.c:4637:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/eval.c:4639:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:4648:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:4652:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:4657:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:4670:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:4672:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:4673:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:4677:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:4680:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:4683:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:4686:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:4690:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:4693:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:4699:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:4709:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:4714:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:4715:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:4717:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:4727:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:4733:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:4751:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:4753:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:4768:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:4771:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:4772:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:4774:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:4776:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:4781:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:4792:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:4795:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:4800:  Should leave no spaces after a cast: u'(const char_u **) &p'  [whitespace/cast] [2]
src/nvim/eval.c:4810:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:4812:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
src/nvim/eval.c:4820:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:4830:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:4835:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:4837:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:4838:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:4847:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:4853:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:4862:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:4864:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:4874:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:4890:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:4890:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:4899:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:4911:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:4912:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:4920:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:4926:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:4934:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:4935:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:4943:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:4951:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:4955:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:4961:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:4962:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:4965:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:4969:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/eval.c:4970:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/eval.c:4972:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:4977:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:4978:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:4980:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:4982:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:4986:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:4988:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:4996:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:5005:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:5014:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:5023:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:5028:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:5033:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:5036:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/eval.c:5037:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/eval.c:5040:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:5041:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:5046:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:5047:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:5048:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:5049:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:5050:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:5051:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:5053:  for should always use braces  [readability/braces] [5]
src/nvim/eval.c:5056:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:5057:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:5061:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:5069:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:5072:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/eval.c:5073:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/eval.c:5076:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:5077:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:5084:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:5085:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:5086:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:5087:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:5088:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:5089:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:5092:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/eval.c:5095:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:5096:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:5097:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:5098:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:5099:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:5102:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:5107:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:5112:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/eval.c:5113:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/eval.c:5116:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:5117:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:5122:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:5125:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:5126:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:5128:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:5134:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:5137:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:5138:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:5143:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:5144:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:5145:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:5149:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:5150:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:5151:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:5183:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:5193:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:5196:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:5197:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:5200:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:5201:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:5204:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:5207:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:5211:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:5215:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:5221:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:5225:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:5232:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:5234:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:5237:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:5239:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:5242:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:5249:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:5252:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/eval.c:5253:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/eval.c:5256:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:5263:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:5264:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:5270:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:5285:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:5294:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:5297:  for should always use braces  [readability/braces] [5]
src/nvim/eval.c:5298:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:5299:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:5304:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:5310:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:5319:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:5323:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:5333:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:5344:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:5347:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:5358:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:5375:  Should leave no spaces after a cast: u'(char *) str'  [whitespace/cast] [2]
src/nvim/eval.c:5376:  Should leave no spaces after a cast: u'(char *) str'  [whitespace/cast] [2]
src/nvim/eval.c:5394:  Should leave no spaces after a cast: u'(char_u *) str'  [whitespace/cast] [2]
src/nvim/eval.c:5397:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:5409:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:5423:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:5424:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:5426:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:5426:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:5427:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:5432:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:5438:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:5442:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:5451:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:5458:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:5466:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:5469:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:5471:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:5476:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:5499:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:5504:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:5517:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:5521:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:5536:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:5577:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:5586:  Should leave no spaces after a cast: u'(int) len'  [whitespace/cast] [2]
src/nvim/eval.c:5589:  Should leave no spaces after a cast: u'(char_u *) s'  [whitespace/cast] [2]
src/nvim/eval.c:5594:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:5596:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:5600:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/eval.c:5604:  Should leave no spaces after a cast: u'(const char_u *) sep'  [whitespace/cast] [2]
src/nvim/eval.c:5608:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:5659:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:5708:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/eval.c:5872:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:5889:  Missing space before asterisk in list_T*  [whitespace/operators] [2]
src/nvim/eval.c:5890:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:5921:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/eval.c:5923:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:6098:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:6105:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:6106:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:6122:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:6131:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:6156:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:6162:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:6163:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:6166:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:6170:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/eval.c:6171:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/eval.c:6173:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:6180:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:6181:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:6183:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:6185:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:6188:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:6192:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/eval.c:6194:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:6198:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:6202:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:6217:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:6232:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:6246:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:6262:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:6292:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:6302:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/eval.c:6304:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:6309:  Should leave no spaces after a cast: u'(char *) string_convert'  [whitespace/cast] [2]
src/nvim/eval.c:6314:  Should leave no spaces after a cast: u'(char_u *) key'  [whitespace/cast] [2]
src/nvim/eval.c:6324:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:6333:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:6343:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:6352:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:6377:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:6392:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:6414:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:6419:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:6424:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:6437:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:6439:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:6442:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:6449:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:6466:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/eval.c:6536:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:6550:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:6558:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:6558:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:6558:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:6560:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:6572:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:6572:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:6582:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:6583:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:6591:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:6592:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:6613:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:6625:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:6626:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:6634:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:6655:  Should leave no spaces after a cast: u'(size_t) ('  [whitespace/cast] [2]
src/nvim/eval.c:6672:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:6707:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:6716:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:6720:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:6744:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:6753:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:6757:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:6778:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:6794:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:6803:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:6807:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/eval.c:6808:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/eval.c:6809:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:6810:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:6812:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:6813:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:6814:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:6815:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:6817:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:6822:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:6823:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:6825:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:6830:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:6831:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:6837:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:6838:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:6841:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:6842:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:6843:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:6846:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:6848:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:6849:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:6850:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:6852:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:6856:  while should always use braces  [readability/braces] [5]
src/nvim/eval.c:6864:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:6870:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/eval.c:6876:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/eval.c:6871:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:6872:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:6873:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:6874:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:6875:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/eval.c:6875:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:6876:  Extra space for operator !   [whitespace/operators] [4]
src/nvim/eval.c:6877:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:6878:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:6879:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:6881:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:6900:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:6904:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:6932:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:6935:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:6938:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:6942:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:6947:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:6952:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:6957:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:6959:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:6961:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:6964:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:6965:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:6966:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:6971:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:6972:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:6973:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:6975:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:6977:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:6979:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:6979:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:6982:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:7001:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:7013:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:7016:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:7030:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:7034:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:7038:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:7043:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:7050:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:7058:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:7060:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:7063:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:7067:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:7079:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:7084:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:7147:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:7156:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:7159:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:7161:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:7163:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:7168:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:7175:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:7183:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:7187:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:7205:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:7217:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:7220:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:7221:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:7230:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:7235:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:7236:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:7237:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:7238:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:7239:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:7240:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:7242:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:7243:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:7246:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:7247:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:7248:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:7254:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:7256:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:7257:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:7260:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:7268:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:7286:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:7295:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:7297:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:7302:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/eval.c:7337:  Should leave no spaces after a cast: u'(char_u *) encode_tv2string'  [whitespace/cast] [2]
src/nvim/eval.c:7347:  Should leave no spaces after a cast: u'(char_u *) encode_tv2string'  [whitespace/cast] [2]
src/nvim/eval.c:7476:  Should leave no spaces after a cast: u'(SpecialVarValue) ('  [whitespace/cast] [2]
src/nvim/eval.c:7530:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:7538:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:7541:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:7545:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:7554:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:7563:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:7570:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:7572:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:7575:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:7592:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:7600:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:7611:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:7623:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:7633:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:7635:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:7637:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:7639:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:7642:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:7644:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:7649:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:7649:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:7654:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:7655:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:7661:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:7668:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:7669:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:7670:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:7672:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:7674:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:7676:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:7679:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:7685:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:7688:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:7689:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:7690:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:7691:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:7693:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:7695:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:7703:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:7705:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:7709:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:7714:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:7715:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:7717:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:7721:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:7728:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:7731:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:7738:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:7739:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:7741:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:7743:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:7755:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:7760:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:7760:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:7762:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:7764:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:7770:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:7775:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:7778:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:7783:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:7800:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:7806:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:7808:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:7809:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:7809:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:7811:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:7812:  while should always use braces  [readability/braces] [5]
src/nvim/eval.c:7818:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:7830:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:7833:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:7835:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:7837:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:7838:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:7851:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:7859:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:7867:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:7870:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:7872:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:7874:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:7878:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:7892:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:7896:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:7904:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:7913:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:7916:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:7917:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:7919:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:7923:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:7929:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:7932:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:7941:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:7953:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:7955:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:7964:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:7970:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:7978:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:7991:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:8003:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:8006:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:8007:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:8010:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:8011:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:8016:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:8017:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:8018:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:8018:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:8031:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:8034:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:8036:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:8036:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:8039:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:8047:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:8053:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:8063:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:8070:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:8074:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:8078:  for should always use braces  [readability/braces] [5]
src/nvim/eval.c:8079:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:8079:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:8080:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:8088:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:8092:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:8097:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/eval.c:8099:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:8100:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:8100:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:8101:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:8105:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:8110:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:8126:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:8192:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:8199:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:8352:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:8360:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:8368:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:8383:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:8383:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:8388:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:8394:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:8395:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:8396:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:8397:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:8398:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:8399:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:8400:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:8408:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:8409:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:8410:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:8411:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:8412:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:8417:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:8455:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:8463:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:8467:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:8475:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:8479:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:8483:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:8491:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:8499:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:8555:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:8562:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:8566:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:8567:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:8568:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:8569:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:8570:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:8570:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:8571:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:8573:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:8574:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:8577:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:8578:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:8579:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:8580:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:8580:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:8581:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:8586:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:8588:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:8590:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:8594:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:8596:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:8603:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:8604:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:8605:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:8609:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:8610:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:8618:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:8628:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:8642:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:8644:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:8650:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:8653:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:8655:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:8661:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:8663:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:8665:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:8666:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:8666:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:8674:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:8679:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:8694:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/eval.c:8696:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:8699:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:8702:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:8705:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:8705:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:8707:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:8746:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:8758:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:8766:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:8767:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:8769:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:8771:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:8771:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:8778:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:8794:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:8796:  Missing space after {  [whitespace/braces] [5]
src/nvim/eval.c:8796:  Missing space before }  [whitespace/braces] [5]
src/nvim/eval.c:8799:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:8800:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:8801:  for should always use braces  [readability/braces] [5]
src/nvim/eval.c:8801:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/eval.c:8802:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:8808:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:8815:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:8819:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:8827:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:8830:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:8848:  Missing space before asterisk in char*  [whitespace/operators] [2]
src/nvim/eval.c:8851:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:8870:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:8871:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:8880:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:8881:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:8882:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:8882:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:8883:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:8886:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:8897:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:8906:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:8908:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:8910:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
src/nvim/eval.c:8914:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:8919:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:8958:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:8965:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:8968:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:8977:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/eval.c:8979:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:8991:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:9012:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:9015:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:9017:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:9038:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:9038:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:9040:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:9046:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:9051:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:9053:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:9056:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:9058:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:9067:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:9072:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:9075:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:9083:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:9091:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:9099:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:9101:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:9103:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:9108:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:9116:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:9119:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:9123:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:9129:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:9133:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:9147:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:9149:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:9149:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:9155:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:9157:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:9163:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:9173:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:9174:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:9176:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:9184:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:9189:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:9192:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:9197:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:9200:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:9208:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:9212:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:9229:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:9232:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:9234:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:9237:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:9239:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:9245:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:9251:  At least two spaces is best between code and comments  [whitespace/comments] [2]
src/nvim/eval.c:9255:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:9254:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/eval.c:9259:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:9265:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:9279:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:9280:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:9285:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:9286:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:9292:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:9299:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:9307:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:9309:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:9310:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:9312:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:9312:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:9317:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:9321:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/eval.c:9325:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:9331:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:9336:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:9338:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:9340:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:9341:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:9344:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:9357:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:9360:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:9366:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:9369:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:9373:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:9375:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:9380:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:9386:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/eval.c:9396:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:9400:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:9401:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:9402:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:9406:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:9409:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:9411:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:9415:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/eval.c:9415:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:9420:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:9429:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:9430:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:9431:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:9432:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:9435:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:9437:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:9440:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:9443:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:9452:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:9454:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:9456:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:9457:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:9463:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:9467:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:9468:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:9468:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:9469:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:9473:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:9475:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:9476:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:9478:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:9478:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:9481:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:9485:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:9489:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:9490:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:9493:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:9496:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:9502:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:9504:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:9507:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:9508:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:9510:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:9511:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:9513:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:9514:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:9516:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:9517:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:9519:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:9520:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:9523:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:9527:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:9528:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:9536:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:9539:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:9549:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:9551:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:9566:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:9570:  for should always use braces  [readability/braces] [5]
src/nvim/eval.c:9571:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:9580:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:9588:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:9602:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:9611:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:9619:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:9629:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:9806:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:9815:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:9828:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:9836:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:9848:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:9850:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:9850:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:9853:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:9863:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:9878:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:9894:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:9896:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:9899:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:9903:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:9907:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:9911:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:9915:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:9918:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:9943:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:9945:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:9954:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:9966:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:9969:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:9975:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:9987:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/eval.c:9988:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/eval.c:10002:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/eval.c:10024:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:10048:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:10049:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:10055:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:10056:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:10060:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:10068:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:10076:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:10083:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:10119:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:10124:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/eval.c:10136:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:10146:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:10151:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:10152:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:10156:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:10168:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:10191:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:10198:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:10199:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:10207:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:10215:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:10223:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:10231:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:10235:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/eval.c:10237:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:10295:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:10298:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/eval.c:10299:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/eval.c:10302:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:10312:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:10314:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:10318:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:10337:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:10351:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:10352:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:10355:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:10358:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:10365:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:10367:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:10371:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:10387:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:10389:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:10391:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:10392:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:10392:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:10400:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:10466:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:10473:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:10507:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:10572:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:10589:  for should always use braces  [readability/braces] [5]
src/nvim/eval.c:10589:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/eval.c:10591:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:10595:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:10627:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:10628:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:10634:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:10643:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:10647:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:10751:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:10759:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:10762:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:10764:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:10764:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:10766:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:10770:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:10771:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:10772:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:10773:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:10776:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:10802:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:10820:  Should leave no spaces after a cast: u'(int) get_tv_number'  [whitespace/cast] [2]
src/nvim/eval.c:10829:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:10854:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:10873:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:10881:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:10889:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:10901:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:10920:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:10921:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:10923:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:10931:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:10939:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:10941:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:10945:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:10953:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:10964:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:10966:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:10970:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:10972:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:10976:  for should always use braces  [readability/braces] [5]
src/nvim/eval.c:10977:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:10987:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:11007:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:11007:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:11009:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:11012:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:11014:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:11014:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:11015:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:11021:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:11029:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:11037:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:11041:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:11046:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:11047:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:11057:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:11060:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:11064:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/eval.c:11068:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:11069:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:11070:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:11075:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:11081:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:11084:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:11089:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:11092:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:11107:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:11108:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:11109:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:11117:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:11119:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:11126:  Missing space after {  [whitespace/braces] [5]
src/nvim/eval.c:11126:  Missing space before }  [whitespace/braces] [5]
src/nvim/eval.c:11128:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:11134:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:11136:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:11137:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:11140:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:11144:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:11154:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:11166:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:11174:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:11189:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:11191:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:11191:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:11205:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:11213:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:11221:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:11232:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:11231:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:11234:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:11236:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:11236:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:11238:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:11239:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:11240:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:11240:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:11241:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:11243:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:11252:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:11254:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:11256:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:11257:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:11259:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:11260:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:11269:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:11289:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:11295:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/eval.c:11297:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:11304:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:11309:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:11312:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:11317:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:11333:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:11352:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:11459:  Should leave no spaces after a cast: u'(char *) save_tv_as_string'  [whitespace/cast] [2]
src/nvim/eval.c:11500:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:11540:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/eval.c:11680:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:11739:  Should leave no spaces after a cast: u'(int) ('  [whitespace/cast] [2]
src/nvim/eval.c:11777:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:11789:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:11791:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:11793:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:11800:  Should leave no spaces after a cast: u'(char *) sep'  [whitespace/cast] [2]
src/nvim/eval.c:11803:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:11825:  Should leave no spaces after a cast: u'(char *) get_tv_string_buf_chk'  [whitespace/cast] [2]
src/nvim/eval.c:11833:  Should leave no spaces after a cast: u'(int) len'  [whitespace/cast] [2]
src/nvim/eval.c:11845:  Should leave no spaces after a cast: u'(char_u *) encode_tv2json'  [whitespace/cast] [2]
src/nvim/eval.c:11848:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:11856:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:11872:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:11914:  Should leave no spaces after a cast: u'(char *) argvars'  [whitespace/cast] [2]
src/nvim/eval.c:11915:  Should leave no spaces after a cast: u'(char *) argvars'  [whitespace/cast] [2]
src/nvim/eval.c:11921:  Should leave no spaces after a cast: u'(char *) argvars'  [whitespace/cast] [2]
src/nvim/eval.c:11926:  Should leave no spaces after a cast: u'(char **) &rettv'  [whitespace/cast] [2]
src/nvim/eval.c:11939:  Should leave no spaces after a cast: u'(int) int_out'  [whitespace/cast] [2]
src/nvim/eval.c:11943:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:11951:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:11959:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:11968:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:11969:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:11974:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:11982:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:11984:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:11986:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:11987:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:11990:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:12004:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:12008:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:12025:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:12026:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:12030:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:12035:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:12042:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:12045:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:12047:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:12058:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:12059:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:12060:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:12066:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:12086:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:12091:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:12094:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:12099:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:12102:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:12107:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:12129:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:12135:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:12143:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:12152:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:12156:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:12159:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:12163:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:12165:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:12167:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:12169:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:12171:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:12174:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:12176:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:12176:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:12182:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:12184:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:12195:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:12199:  Should leave no spaces after a cast: u'(char_u *) encode_tv2echo'  [whitespace/cast] [2]
src/nvim/eval.c:12207:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:12209:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:12212:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:12215:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:12220:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:12230:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:12231:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/eval.c:12241:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:12242:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:12244:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:12246:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:12247:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:12249:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:12249:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:12250:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:12253:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:12267:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:12275:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:12281:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:12282:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:12283:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:12290:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:12324:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/eval.c:12369:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/eval.c:12379:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:12401:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:12407:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:12407:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:12410:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:12418:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:12426:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:12439:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:12452:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:12455:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:12462:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:12469:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/eval.c:12471:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:12475:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:12476:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:12481:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:12486:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:12491:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:12494:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:12499:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:12502:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:12512:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:12516:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:12518:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:12518:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:12519:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:12520:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:12524:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:12528:  Should leave no spaces after a cast: u'(char *) dir'  [whitespace/cast] [2]
src/nvim/eval.c:12544:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:12555:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:12557:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:12562:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:12564:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:12566:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:12568:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:12572:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:12574:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:12578:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:12587:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:12591:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:12593:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:12619:  Should leave no spaces after a cast: u'(char *) msg'  [whitespace/cast] [2]
src/nvim/eval.c:12707:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:12714:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/eval.c:12719:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:12725:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:12735:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:12737:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:12739:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:12749:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:12758:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:12771:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:12779:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:12782:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:12786:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:12794:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:12796:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:12797:  while should always use braces  [readability/braces] [5]
src/nvim/eval.c:12798:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:12802:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:12808:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:12821:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:12822:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:12834:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:12839:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:12843:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:12851:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:12859:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:12868:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:12876:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:12880:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:12881:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:12882:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:12884:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:12886:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:12886:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:12894:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:12899:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:12902:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:12902:  Missing space before asterisk in 256)*  [whitespace/operators] [2]
src/nvim/eval.c:12904:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:12905:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:12906:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:12907:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:12910:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:12911:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:12914:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:12915:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:12916:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:12922:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:12933:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:12940:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:12946:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:12948:  while should always use braces  [readability/braces] [5]
src/nvim/eval.c:12949:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:12950:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:12951:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:12952:  while should always use braces  [readability/braces] [5]
src/nvim/eval.c:12953:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:12959:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:12965:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:12975:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:12976:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:12978:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:12980:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:12982:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:12983:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:12994:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:12997:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:12999:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:12999:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:13000:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:13004:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:13004:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/eval.c:13007:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:13015:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:13017:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:13020:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:13022:  Redundant blank line at the start of a code block should be deleted.  [whitespace/blank_line] [2]
src/nvim/eval.c:13023:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:13027:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:13029:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:13029:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:13036:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:13040:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:13042:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:13046:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:13049:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:13130:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:13150:  Should leave no spaces after a cast: u'(char_u *) xstrdup'  [whitespace/cast] [2]
src/nvim/eval.c:13154:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:13197:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:13198:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:13198:  Line contains only semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/eval.c:13199:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:13201:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:13201:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:13208:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:13210:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:13211:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:13211:  Line contains only semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/eval.c:13212:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:13214:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:13214:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:13218:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:13219:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:13222:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:13222:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:13224:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:13224:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:13239:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:13246:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:13248:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:13250:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:13253:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:13276:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:13280:  for should always use braces  [readability/braces] [5]
src/nvim/eval.c:13287:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:13316:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:13317:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:13322:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:13324:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:13328:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:13329:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:13334:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:13345:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:13357:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:13359:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:13362:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:13368:  Should leave no spaces after a cast: u'(char_u *) xstrdup'  [whitespace/cast] [2]
src/nvim/eval.c:13375:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:13380:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:13392:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:13395:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:13403:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:13404:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:13406:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:13406:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:13412:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:13423:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:13428:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:13430:  while should always use braces  [readability/braces] [5]
src/nvim/eval.c:13432:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:13437:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:13441:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:13461:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:13484:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:13498:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:13512:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:13513:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:13520:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:13534:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:13537:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:13539:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:13554:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:13562:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:13563:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:13576:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:13579:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:13583:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:13588:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:13591:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:13605:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:13607:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:13609:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:13611:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:13615:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:13619:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:13624:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:13625:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:13627:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:13628:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:13804:  Should leave no spaces after a cast: u'(char *) get_tv_string'  [whitespace/cast] [2]
src/nvim/eval.c:13840:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:13851:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:13854:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:13859:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:13871:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:13874:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:13874:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:13876:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:13878:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:13884:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:13894:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:13902:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:13912:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:13919:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:13921:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:13926:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:13929:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:13934:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:13947:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:13951:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:13955:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:13956:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:13958:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:13959:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:13960:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:13963:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:13972:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:13973:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:13976:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:13977:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:13980:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:13980:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:13984:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:13988:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:13993:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:13994:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:13997:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:14005:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:14013:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:14033:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:14038:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/eval.c:14039:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/eval.c:14040:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:14041:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:14042:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:14043:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:14044:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:14045:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:14047:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:14048:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:14066:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:14070:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:14073:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:14077:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/eval.c:14078:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:14080:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:14082:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:14081:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/eval.c:14083:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:14093:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:14094:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:14095:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:14098:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:14101:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:14104:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:14106:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:14111:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:14114:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:14118:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:14121:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:14126:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:14131:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:14133:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:14134:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:14136:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:14138:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:14139:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:14143:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:14144:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:14145:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:14146:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:14148:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:14151:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:14153:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:14158:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:14163:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:14164:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:14169:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:14171:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:14172:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:14178:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:14199:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:14215:  Should leave no spaces after a cast: u'(char_u *) addrs'  [whitespace/cast] [2]
src/nvim/eval.c:14243:  Should leave no spaces after a cast: u'(char *) rettv'  [whitespace/cast] [2]
src/nvim/eval.c:14262:  Should leave no spaces after a cast: u'(char *) argvars'  [whitespace/cast] [2]
src/nvim/eval.c:14266:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:14277:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:14279:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:14281:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:14285:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:14291:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:14293:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:14296:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:14302:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:14306:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:14330:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/eval.c:14336:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:14340:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:14345:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:14352:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:14388:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:14404:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:14407:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:14410:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:14411:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:14417:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:14418:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:14421:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:14424:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:14425:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:14429:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:14430:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:14432:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:14434:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:14437:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:14438:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:14439:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:14439:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:14440:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:14443:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:14443:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:14445:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:14448:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:14504:  Missing space before asterisk in char_u*  [whitespace/operators] [2]
src/nvim/eval.c:14513:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:14528:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:14544:  Redundant blank line at the start of a code block should be deleted.  [whitespace/blank_line] [2]
src/nvim/eval.c:14545:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:14582:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/eval.c:14619:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:14661:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:14669:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:14685:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:14687:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:14688:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:14690:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:14695:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:14696:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:14697:  for should always use braces  [readability/braces] [5]
src/nvim/eval.c:14697:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/eval.c:14711:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:14713:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:14750:  while should always use braces  [readability/braces] [5]
src/nvim/eval.c:14764:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:14776:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:14787:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:14792:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:14795:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:14796:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:14797:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:14801:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:14809:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:14817:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:14831:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:14834:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:14836:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:14851:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:14875:  Should leave no spaces after a cast: u'(int) STRLEN'  [whitespace/cast] [2]
src/nvim/eval.c:14878:  Should leave no spaces after a cast: u'(char_u *) xstrdup'  [whitespace/cast] [2]
src/nvim/eval.c:14882:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:14888:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/eval.c:14892:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:14900:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:14909:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:14933:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:14974:  Should leave no spaces after a cast: u'(char_u *) encode_tv2string'  [whitespace/cast] [2]
src/nvim/eval.c:14983:  Should leave no spaces after a cast: u'(char_u *) encode_tv2string'  [whitespace/cast] [2]
src/nvim/eval.c:15083:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:15114:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:15129:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:15133:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:15177:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:15193:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:15225:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/eval.c:15286:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:15298:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:15310:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:15311:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:15312:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:15319:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:15342:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:15348:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:15360:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:15364:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:15367:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:15372:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/eval.c:15395:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:15396:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:15398:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:15405:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:15406:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:15407:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:15410:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:15415:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:15420:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:15422:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:15423:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:15423:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:15424:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:15426:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:15428:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:15435:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:15437:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:15438:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:15440:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:15440:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:15441:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:15453:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:15460:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:15462:  Should leave no spaces after a cast: u'(void) string2float'  [whitespace/cast] [2]
src/nvim/eval.c:15503:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:15515:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:15517:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:15522:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:15523:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:15525:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:15525:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:15532:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:15534:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:15536:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:15537:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:15540:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:15543:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:15545:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:15548:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:15554:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:15569:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:15570:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:15573:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:15576:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:15578:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:15583:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:15587:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:15593:  Should leave no spaces after a cast: u'(char_u *) encode_tv2string'  [whitespace/cast] [2]
src/nvim/eval.c:15596:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:15602:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/eval.c:15605:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:15624:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:15630:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:15638:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:15644:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:15651:  Should leave no spaces after a cast: u'(varnumber_T) mb_string2cells'  [whitespace/cast] [2]
src/nvim/eval.c:15654:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:15663:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:15669:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:15671:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:15673:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:15674:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:15676:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:15683:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:15685:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:15687:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:15694:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:15710:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:15711:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:15715:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:15717:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:15718:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:15719:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:15723:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:15726:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/eval.c:15728:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:15734:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:15736:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:15740:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:15749:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:15754:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:15778:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:15793:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:15795:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:15799:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:15808:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:15810:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:15811:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:15814:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:15816:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:15821:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:15838:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:15839:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:15849:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:15849:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:15851:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:15851:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:15855:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:15860:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:15860:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:15862:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:15862:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:15866:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:15870:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:15875:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:15875:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:15877:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:15877:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:15882:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:15883:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:15885:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:15886:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:15891:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:15897:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:15906:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:15908:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:15914:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:15929:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:15930:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:15937:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:15947:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:15949:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:15961:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:15972:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:15973:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:15980:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:15990:  Missing space before asterisk in list_T*  [whitespace/operators] [2]
src/nvim/eval.c:15997:  Should leave no spaces after a cast: u'(char_u *) xmemscan'  [whitespace/cast] [2]
src/nvim/eval.c:16013:  Missing space before asterisk in char_u*  [whitespace/operators] [2]
src/nvim/eval.c:16019:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/eval.c:16031:  Should leave no spaces after a cast: u'(char *) save_tv_as_string'  [whitespace/cast] [2]
src/nvim/eval.c:16051:  Should leave no spaces after a cast: u'(long) status'  [whitespace/cast] [2]
src/nvim/eval.c:16058:  Should leave no spaces after a cast: u'(char_u *) xstrdup'  [whitespace/cast] [2]
src/nvim/eval.c:16068:  Should leave no spaces after a cast: u'(char_u *) res'  [whitespace/cast] [2]
src/nvim/eval.c:16080:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/eval.c:16082:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:16090:  Should leave no spaces after a cast: u'(char_u *) res'  [whitespace/cast] [2]
src/nvim/eval.c:16106:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:16114:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:16116:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:16116:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:16118:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:16131:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:16143:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:16145:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:16148:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:16155:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:16168:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:16169:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:16170:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:16172:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:16174:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:16182:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:16186:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:16190:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:16195:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:16204:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:16206:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:16212:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:16223:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:16226:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:16233:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:16242:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:16243:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:16249:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:16345:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:16350:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:16495:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:16513:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:16514:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:16517:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:16518:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:16519:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:16519:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:16520:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:16521:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:16526:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:16535:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:16550:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:16559:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:16562:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:16563:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:16566:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:16567:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:16575:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:16593:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:16593:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:16597:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:16601:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:16604:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:16607:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:16609:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:16619:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:16621:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:16623:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:16625:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:16635:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:16671:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:16681:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:16694:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:16707:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:16717:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:16725:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:16734:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:16738:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:16744:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:16756:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:16757:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:16761:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:16766:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:16802:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:16810:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:16812:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:16816:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:16825:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:16833:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:16835:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:16839:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:16848:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:16859:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:16870:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/eval.c:16872:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/eval.c:16874:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:16882:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:16889:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:16892:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:16892:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:16924:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:16926:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:16932:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:16960:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/eval.c:17036:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:17044:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:17046:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:17090:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:17100:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:17110:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:17115:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/eval.c:17117:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:17118:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:17125:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:17129:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:17133:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:17136:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:17138:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:17139:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:17141:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:17143:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:17147:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:17149:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:17154:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:17155:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:17156:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:17157:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:17159:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:17161:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:17168:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:17170:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:17170:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:17172:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:17173:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:17177:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:17178:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:17179:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:17188:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:17192:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:17197:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:17210:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:17224:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:17226:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:17233:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:17234:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:17236:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:17237:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:17241:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:17242:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:17246:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:17247:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:17252:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:17254:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:17264:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:17274:  for should always use braces  [readability/braces] [5]
src/nvim/eval.c:17274:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/eval.c:17275:  Line contains only semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/eval.c:17276:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:17276:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:17313:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:17329:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:17333:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:17339:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:17343:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:17347:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:17357:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:17362:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:17370:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:17407:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:17408:  for should always use braces  [readability/braces] [5]
src/nvim/eval.c:17409:  Line contains only semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/eval.c:17410:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:17416:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:17434:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:17436:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:17458:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:17471:  Lines should very rarely be longer than 100 characters  [whitespace/line_length] [4]
src/nvim/eval.c:17478:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:17485:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:17495:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:17502:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:17504:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:17513:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:17522:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:17531:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:17539:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:17547:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:17563:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:17571:  Should leave no spaces after a cast: u'(char_u *) buf'  [whitespace/cast] [2]
src/nvim/eval.c:17579:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:17585:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:17623:  Should leave no spaces after a cast: u'(char_u *) xstrdup'  [whitespace/cast] [2]
src/nvim/eval.c:17625:  Should leave no spaces after a cast: u'(char_u *) xstrndup'  [whitespace/cast] [2]
src/nvim/eval.c:17661:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:17679:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:17687:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:17694:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:17702:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:17709:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:17728:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:17730:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:17733:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:17736:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:17738:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:17740:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:17741:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:17745:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:17746:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/eval.c:17747:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:17748:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/eval.c:17749:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:17752:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:17755:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:17757:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:17756:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/eval.c:17758:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:17760:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:17759:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/eval.c:17761:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:17763:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:17765:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:17766:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/eval.c:17771:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:17775:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/eval.c:17776:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/eval.c:17791:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:17795:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:17803:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:17806:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/eval.c:17806:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:17817:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:17820:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:17828:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:17833:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/eval.c:17834:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/eval.c:17837:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:17838:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:17853:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:17858:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:17860:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:17863:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:17864:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:17866:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:17868:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:17871:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:17875:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:17881:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:17885:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:17886:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:17887:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:17899:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:18072:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:18077:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:18081:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:18091:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:18093:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:18172:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:18183:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:18192:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:18199:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:18207:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:18247:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/eval.c:18262:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:18275:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:18288:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:18290:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:18295:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:18299:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/eval.c:18304:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:18322:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:18327:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:18329:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:18329:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:18333:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:18394:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:18412:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:18429:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:18438:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:18439:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:18444:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:18455:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:18458:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/eval.c:18460:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:18469:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:18474:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:18493:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:18498:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:18504:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:18511:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:18514:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:18525:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/eval.c:18527:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:18545:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:18558:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:18563:  Should leave no spaces after a cast: u'(char_u *) encode_tv2echo'  [whitespace/cast] [2]
src/nvim/eval.c:18565:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:18569:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/eval.c:18570:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/eval.c:18575:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:18578:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:18581:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:18581:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:18585:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:18587:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:18589:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:18591:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:18592:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:18595:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:18596:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:18597:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:18602:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:18606:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:18610:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:18615:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/eval.c:18616:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/eval.c:18619:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:18639:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:18641:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:18656:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:18658:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:18658:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:18666:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:18668:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:18682:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:18683:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:18689:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:18690:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:18747:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:18751:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/eval.c:18752:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/eval.c:18753:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:18754:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:18760:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:18760:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:18762:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:18764:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:18769:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:18770:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:18772:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:18775:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:18783:  for should always use braces  [readability/braces] [5]
src/nvim/eval.c:18783:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/eval.c:18787:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:18789:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:18816:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:18888:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:18907:  Should leave no spaces after a cast: u'(char_u *) xstrdup'  [whitespace/cast] [2]
src/nvim/eval.c:18914:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:18916:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:18917:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:18919:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:18923:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:18929:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:18931:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:18932:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:18934:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:18938:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:18945:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:18949:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:18962:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:18963:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:18965:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:18971:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:18976:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:18978:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:18981:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:18986:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:18989:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:18995:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:18997:  Should leave no spaces after a cast: u'(char_u *) encode_tv2echo'  [whitespace/cast] [2]
src/nvim/eval.c:18999:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/eval.c:19002:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:19013:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:19025:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:19026:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:19027:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:19027:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:19028:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:19029:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:19031:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:19036:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:19044:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:19046:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:19050:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:19069:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:19070:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:19074:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:19079:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:19089:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:19104:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:19107:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:19109:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:19111:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:19116:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:19117:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:19122:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:19132:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:19139:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:19142:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:19146:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:19147:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:19148:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:19149:  while should always use braces  [readability/braces] [5]
src/nvim/eval.c:19150:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:19154:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:19169:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:19170:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:19178:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:19185:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:19191:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/eval.c:19193:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:19195:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:19196:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:19204:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:19208:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:19220:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/eval.c:19222:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:19224:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:19226:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:19232:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:19233:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:19256:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:19262:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:19266:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:19267:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:19270:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:19273:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:19275:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:19284:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:19289:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:19290:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/eval.c:19291:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:19295:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:19297:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:19299:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:19300:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:19307:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:19313:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:19322:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:19323:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:19332:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:19334:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:19336:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:19341:  while should always use braces  [readability/braces] [5]
src/nvim/eval.c:19343:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:19344:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:19347:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:19348:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:19352:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:19357:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:19359:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:19362:  while should always use braces  [readability/braces] [5]
src/nvim/eval.c:19363:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:19367:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:19376:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:19377:  for should always use braces  [readability/braces] [5]
src/nvim/eval.c:19377:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/eval.c:19387:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:19388:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:19389:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:19390:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:19394:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:19402:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:19404:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:19416:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:19420:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:19422:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:19424:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:19427:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:19431:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:19435:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:19437:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:19441:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:19444:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:19452:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:19453:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:19455:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:19459:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:19462:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:19464:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:19464:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:19468:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:19470:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:19472:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:19479:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:19480:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:19482:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:19486:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:19493:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:19494:  for should always use braces  [readability/braces] [5]
src/nvim/eval.c:19494:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/eval.c:19495:  Line contains only semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/eval.c:19497:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:19499:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:19504:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:19506:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:19508:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:19514:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:19520:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:19527:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:19552:  Closing ) should be moved to the previous line  [whitespace/parens] [2]
src/nvim/eval.c:19553:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:19555:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:19557:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:19562:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:19565:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:19569:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:19575:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:19577:  while should always use braces  [readability/braces] [5]
src/nvim/eval.c:19580:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:19581:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:19585:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:19587:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:19590:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:19594:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:19597:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:19609:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:19612:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:19636:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:19639:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/eval.c:19648:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:19655:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:19656:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:19662:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/eval.c:19663:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:19672:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:19679:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:19680:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:19686:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:19690:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:19703:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:19704:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:19723:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:19734:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/eval.c:19736:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:19738:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:19749:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:19753:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:19762:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:19765:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:19768:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:19770:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:19769:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:19772:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:19777:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:19783:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:19785:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:19814:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:19819:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:19823:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:19828:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:19848:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:19862:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:19867:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:19868:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:19869:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:19873:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:19878:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/eval.c:19897:  Missing space before {  [whitespace/braces] [5]
src/nvim/eval.c:19901:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:19901:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:19913:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:19932:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:19941:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:19947:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:19953:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:19957:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/eval.c:19958:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:19963:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:19968:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:19970:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:19972:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:19975:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:19979:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:19988:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:19998:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:20000:  while should always use braces  [readability/braces] [5]
src/nvim/eval.c:20001:  for should always use braces  [readability/braces] [5]
src/nvim/eval.c:20001:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/eval.c:20018:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:20025:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:20028:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:20027:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:20031:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:20033:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:20045:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:20054:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:20061:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:20062:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:20081:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:20084:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:20096:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:20097:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:20101:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/eval.c:20103:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:20108:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:20110:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:20112:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:20114:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:20121:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/eval.c:20122:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:20125:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:20125:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:20135:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:20136:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:20138:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:20139:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:20145:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/eval.c:20146:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/eval.c:20151:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:20159:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/eval.c:20162:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:20163:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:20165:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:20171:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:20180:  End of the inner expression should have the same indent as start  [whitespace/indent] [2]
src/nvim/eval.c:20179:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:20184:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:20186:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:20188:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:20190:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:20192:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:20196:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:20206:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:20217:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:20221:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/eval.c:20222:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/eval.c:20224:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:20229:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:20232:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:20234:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:20235:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:20239:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:20241:  for should always use braces  [readability/braces] [5]
src/nvim/eval.c:20241:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/eval.c:20242:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:20244:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:20245:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:20245:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:20246:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:20246:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:20247:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:20263:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:20268:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:20276:  while should always use braces  [readability/braces] [5]
src/nvim/eval.c:20283:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:20299:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:20300:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:20301:  while should always use braces  [readability/braces] [5]
src/nvim/eval.c:20302:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:20305:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:20306:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:20308:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:20309:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:20314:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:20323:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:20333:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:20337:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:20351:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:20361:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:20364:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:20381:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:20386:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:20389:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:20394:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:20401:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:20408:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:20410:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:20412:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:20418:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:20447:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:20456:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:20458:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:20459:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:20463:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:20466:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/eval.c:20467:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/eval.c:20468:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:20469:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:20470:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:20471:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:20472:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:20473:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:20474:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:20484:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:20492:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:20499:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:20506:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:20517:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:20519:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:20520:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:20523:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:20528:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:20533:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:20545:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:20548:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:20555:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:20556:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:20572:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:20578:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:20580:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:20581:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/eval.c:20583:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:20584:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:20586:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:20586:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:20587:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:20588:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/eval.c:20601:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:20613:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:20614:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:20640:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:20648:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/eval.c:20657:  Should leave no spaces after a cast: u'(char_u *) encode_tv2string'  [whitespace/cast] [2]
src/nvim/eval.c:20672:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:20675:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:20681:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:20683:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:20692:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:20704:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:20706:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:20708:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:20710:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:20725:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:20734:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:20736:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:20739:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:20741:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:20744:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:20744:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:20751:  Should leave no spaces after a cast: u'(char_u *) encode_tv2string'  [whitespace/cast] [2]
src/nvim/eval.c:20763:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:20766:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:20773:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:20777:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:20781:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:20784:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:20789:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:20791:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:20796:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:20802:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:20808:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:20810:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/eval.c:20812:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:20818:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:20819:  for should always use braces  [readability/braces] [5]
src/nvim/eval.c:20834:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:20845:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:20848:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/eval.c:20849:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/eval.c:20851:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:20856:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:20860:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:20863:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:20864:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:20865:  for should always use braces  [readability/braces] [5]
src/nvim/eval.c:20871:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:20886:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:20893:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:20900:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:20901:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:20906:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:20907:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:20908:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:20911:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:20912:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/eval.c:20913:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:20917:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:20918:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:20921:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:20924:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:20926:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:20926:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:20929:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:20930:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:20933:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:20946:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:20947:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:20948:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:20950:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:20956:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:20960:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:20961:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:20965:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:20965:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:20966:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:20974:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:20977:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:20981:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:20990:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:20992:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:20998:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:21006:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:21014:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:21024:  Should leave no spaces after a cast: u'(char_u *) encode_tv2echo'  [whitespace/cast] [2]
src/nvim/eval.c:21032:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:21038:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:21048:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:21050:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:21053:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:21052:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:21056:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:21060:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:21063:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:21063:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:21064:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:21065:  while should always use braces  [readability/braces] [5]
src/nvim/eval.c:21067:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:21068:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:21070:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:21070:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:21073:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:21078:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:21081:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:21083:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:21082:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:21090:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:21104:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:21105:  while should always use braces  [readability/braces] [5]
src/nvim/eval.c:21106:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:21107:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:21114:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:21122:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:21123:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:21126:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:21136:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:21143:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:21149:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:21157:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:21163:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:21176:  while should always use braces  [readability/braces] [5]
src/nvim/eval.c:21203:  Should leave no spaces after a cast: u'(size_t) globvarht'  [whitespace/cast] [2]
src/nvim/eval.c:21207:  Should leave no spaces after a cast: u'(size_t) ('  [whitespace/cast] [2]
src/nvim/eval.c:21212:  Should leave no spaces after a cast: u'(size_t) ('  [whitespace/cast] [2]
src/nvim/eval.c:21216:  Should leave no spaces after a cast: u'(const hashitem_T *) iter'  [whitespace/cast] [2]
src/nvim/eval.c:21218:  Should leave no spaces after a cast: u'(char *) HI2DI'  [whitespace/cast] [2]
src/nvim/eval.c:21220:  Should leave no spaces after a cast: u'(size_t) ('  [whitespace/cast] [2]
src/nvim/eval.c:21233:  Should leave no spaces after a cast: u'(char_u *) name'  [whitespace/cast] [2]
src/nvim/eval.c:21245:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/eval.c:21247:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:21252:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:21255:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:21256:  for should always use braces  [readability/braces] [5]
src/nvim/eval.c:21256:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/eval.c:21257:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:21259:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:21262:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:21263:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:21264:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:21265:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:21266:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:21267:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:21282:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:21283:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:21292:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:21308:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:21317:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:21319:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:21319:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:21321:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:21327:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:21330:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:21331:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:21361:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:21368:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/eval.c:21369:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/eval.c:21370:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:21371:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:21372:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:21373:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:21374:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:21385:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:21392:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:21404:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:21406:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:21410:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:21412:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:21421:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:21423:  Missing space before asterisk in )*  [whitespace/operators] [2]
src/nvim/eval.c:21424:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:21426:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:21430:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:21432:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:21434:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:21436:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:21438:  Missing space before asterisk in )*  [whitespace/operators] [2]
src/nvim/eval.c:21442:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:21443:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:21444:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:21452:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:21454:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:21456:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:21457:  Missing space before asterisk in )*  [whitespace/operators] [2]
src/nvim/eval.c:21457:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:21458:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:21470:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:21476:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:21477:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:21492:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:21493:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:21498:  while should always use braces  [readability/braces] [5]
src/nvim/eval.c:21502:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:21507:  while should always use braces  [readability/braces] [5]
src/nvim/eval.c:21512:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:21518:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:21525:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:21526:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:21529:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:21533:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:21535:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:21537:  for should always use braces  [readability/braces] [5]
src/nvim/eval.c:21537:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/eval.c:21538:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:21540:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:21544:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/eval.c:21546:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:21547:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:21547:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:21553:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:21554:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:21563:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:21569:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/eval.c:21574:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:21579:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:21590:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:21596:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:21597:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:21621:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:21637:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:21651:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:21654:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:21664:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:21671:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/eval.c:21673:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:21675:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:21678:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:21680:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:21680:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/eval.c:21683:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:21685:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:21689:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:21697:  if should always use braces  [readability/braces] [5]
src/nvim/eval.c:21699:  An else should always have braces before it  [readability/braces] [5]
src/nvim/eval.c:21700:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval.c:21845:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:21882:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:21889:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:21896:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:22021:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:22070:  Missing space after {  [whitespace/braces] [5]
src/nvim/eval.c:22070:  Missing space before }  [whitespace/braces] [5]
src/nvim/eval.c:22071:  Missing space after {  [whitespace/braces] [5]
src/nvim/eval.c:22071:  Missing space before }  [whitespace/braces] [5]
src/nvim/eval.c:22072:  Missing space after {  [whitespace/braces] [5]
src/nvim/eval.c:22072:  Missing space before }  [whitespace/braces] [5]
src/nvim/eval.c:22074:  Missing space after {  [whitespace/braces] [5]
src/nvim/eval.c:22074:  Missing space before }  [whitespace/braces] [5]
src/nvim/eval.c:22094:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/eval.c:22141:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval.c:22178:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/eval/decode.c:58:  Should leave no spaces after a cast: u'(list_T *) eval_msgpack_type_lists'  [whitespace/cast] [2]
src/nvim/eval/decode.c:111:  Should leave no spaces after a cast: u'(void *) obj'  [whitespace/cast] [2]
src/nvim/eval/decode.c:112:  Should leave no spaces after a cast: u'(void *) last_container'  [whitespace/cast] [2]
src/nvim/eval/decode.c:113:  Should leave no spaces after a cast: u'(void) kv_pop'  [whitespace/cast] [2]
src/nvim/eval/decode.c:181:  Should leave no spaces after a cast: u'(void) kv_pop'  [whitespace/cast] [2]
src/nvim/eval/decode.c:199:  Should leave no spaces after a cast: u'(int) ('  [whitespace/cast] [2]
src/nvim/eval/decode.c:261:  Should leave no spaces after a cast: u'(int) buf_len'  [whitespace/cast] [2]
src/nvim/eval/decode.c:268:  Should leave no spaces after a cast: u'(int) buf_len'  [whitespace/cast] [2]
src/nvim/eval/decode.c:302:  Should leave no spaces after a cast: u'(uint8_t) *p'  [whitespace/cast] [2]
src/nvim/eval/decode.c:309:  Should leave no spaces after a cast: u'(char_u *) p'  [whitespace/cast] [2]
src/nvim/eval/decode.c:317:  Should leave no spaces after a cast: u'(uint8_t) p'  [whitespace/cast] [2]
src/nvim/eval/decode.c:325:  Should leave no spaces after a cast: u'(size_t) utf_char2len'  [whitespace/cast] [2]
src/nvim/eval/decode.c:326:  Should leave no spaces after a cast: u'(size_t) ('  [whitespace/cast] [2]
src/nvim/eval/decode.c:332:  Should leave no spaces after a cast: u'(int) buf_len'  [whitespace/cast] [2]
src/nvim/eval/decode.c:349:  Should leave no spaces after a cast: u'(char_u *) str_end'  [whitespace/cast] [2]
src/nvim/eval/decode.c:364:  Should leave no spaces after a cast: u'(char_u *) ubuf'  [whitespace/cast] [2]
src/nvim/eval/decode.c:371:  Should leave no spaces after a cast: u'(int) ch'  [whitespace/cast] [2]
src/nvim/eval/decode.c:375:  Should leave no spaces after a cast: u'(int) ('  [whitespace/cast] [2]
src/nvim/eval/decode.c:378:  Should leave no spaces after a cast: u'(char_u *) str_end'  [whitespace/cast] [2]
src/nvim/eval/decode.c:382:  Should leave no spaces after a cast: u'(int) ch'  [whitespace/cast] [2]
src/nvim/eval/decode.c:404:  Should leave no spaces after a cast: u'(int) *t'  [whitespace/cast] [2]
src/nvim/eval/decode.c:418:  Should leave no spaces after a cast: u'(size_t) ('  [whitespace/cast] [2]
src/nvim/eval/decode.c:419:  Should leave no spaces after a cast: u'(char *) string_convert'  [whitespace/cast] [2]
src/nvim/eval/decode.c:423:  Should leave no spaces after a cast: u'(int) str_len'  [whitespace/cast] [2]
src/nvim/eval/decode.c:440:  Should leave no spaces after a cast: u'(void *) list'  [whitespace/cast] [2]
src/nvim/eval/decode.c:451:  Should leave no spaces after a cast: u'(char_u *) str'  [whitespace/cast] [2]
src/nvim/eval/decode.c:555:  Should leave no spaces after a cast: u'(size_t) ('  [whitespace/cast] [2]
src/nvim/eval/decode.c:562:  Should leave no spaces after a cast: u'(int) exp_num_len'  [whitespace/cast] [2]
src/nvim/eval/decode.c:569:  Should leave no spaces after a cast: u'(char_u *) s'  [whitespace/cast] [2]
src/nvim/eval/decode.c:570:  Should leave no spaces after a cast: u'(int) exp_num_len'  [whitespace/cast] [2]
src/nvim/eval/decode.c:573:  Should leave no spaces after a cast: u'(int) exp_num_len'  [whitespace/cast] [2]
src/nvim/eval/decode.c:575:  Should leave no spaces after a cast: u'(varnumber_T) nr'  [whitespace/cast] [2]
src/nvim/eval/decode.c:668:  Should leave no spaces after a cast: u'(void) kv_pop'  [whitespace/cast] [2]
src/nvim/eval/decode.c:886:  Should leave no spaces after a cast: u'(int) buf_len'  [whitespace/cast] [2]
src/nvim/eval/decode.c:933:  Should leave no spaces after a cast: u'(varnumber_T) mobj'  [whitespace/cast] [2]
src/nvim/eval/decode.c:945:  Should leave no spaces after a cast: u'(varnumber_T) ('  [whitespace/cast] [2]
src/nvim/eval/decode.c:946:  Should leave no spaces after a cast: u'(varnumber_T) ('  [whitespace/cast] [2]
src/nvim/eval/decode.c:947:  Should leave no spaces after a cast: u'(varnumber_T) ('  [whitespace/cast] [2]
src/nvim/eval/decode.c:956:  Should leave no spaces after a cast: u'(varnumber_T) mobj'  [whitespace/cast] [2]
src/nvim/eval/decode.c:966:  Should leave no spaces after a cast: u'(uint64_t) mobj'  [whitespace/cast] [2]
src/nvim/eval/decode.c:968:  Should leave no spaces after a cast: u'(varnumber_T) ('  [whitespace/cast] [2]
src/nvim/eval/decode.c:969:  Should leave no spaces after a cast: u'(varnumber_T) ('  [whitespace/cast] [2]
src/nvim/eval/decode.c:970:  Should leave no spaces after a cast: u'(varnumber_T) ('  [whitespace/cast] [2]
src/nvim/eval/decode.c:990:  Should leave no spaces after a cast: u'(void *) list'  [whitespace/cast] [2]
src/nvim/eval/decode.c:1012:  Should leave no spaces after a cast: u'(void *) list'  [whitespace/cast] [2]
src/nvim/eval/decode.c:1106:  Should leave no spaces after a cast: u'(void *) ext_val_list'  [whitespace/cast] [2]
src/nvim/eval/encode.c:53:  Should leave no spaces after a cast: u'(list_T *) data'  [whitespace/cast] [2]
src/nvim/eval/encode.c:76:  Should leave no spaces after a cast: u'(size_t) ('  [whitespace/cast] [2]
src/nvim/eval/encode.c:128:  Should leave no spaces after a cast: u'(char *) IObuff'  [whitespace/cast] [2]
src/nvim/eval/encode.c:146:  Should leave no spaces after a cast: u'(char *) IObuff'  [whitespace/cast] [2]
src/nvim/eval/encode.c:151:  Should leave no spaces after a cast: u'(char *) IObuff'  [whitespace/cast] [2]
src/nvim/eval/encode.c:161:  Should leave no spaces after a cast: u'(char *) msg_ga'  [whitespace/cast] [2]
src/nvim/eval/encode.c:231:  Should leave no spaces after a cast: u'(char) state'  [whitespace/cast] [2]
src/nvim/eval/encode.c:232:  Should leave no spaces after a cast: u'(char) ('  [whitespace/cast] [2]
src/nvim/eval/encode.c:237:  Should leave no spaces after a cast: u'(size_t) ('  [whitespace/cast] [2]
src/nvim/eval/encode.c:242:  Should leave no spaces after a cast: u'(size_t) ('  [whitespace/cast] [2]
src/nvim/eval/encode.c:259:  Should leave no spaces after a cast: u'(const char *) buf'  [whitespace/cast] [2]
src/nvim/eval/encode.c:264:  Should leave no spaces after a cast: u'(int) ('  [whitespace/cast] [2]
src/nvim/eval/encode.c:284:  Should leave no spaces after a cast: u'(int64_t) ('  [whitespace/cast] [2]
src/nvim/eval/encode.c:306:  Should leave no spaces after a cast: u'(char_u *) numbuf'  [whitespace/cast] [2]
src/nvim/eval/encode.c:370:  Should leave no spaces after a cast: u'(void *) mpval'  [whitespace/cast] [2]
src/nvim/eval/encode.c:374:  Should leave no spaces after a cast: u'(void *) mpval'  [whitespace/cast] [2]
src/nvim/eval/encode.c:397:  Should leave no spaces after a cast: u'(void *) mpval'  [whitespace/cast] [2]
src/nvim/eval/encode.c:401:  Should leave no spaces after a cast: u'(void *) mpval'  [whitespace/cast] [2]
src/nvim/eval/encode.c:465:  Should leave no spaces after a cast: u'(char_u *) numbuf'  [whitespace/cast] [2]
src/nvim/eval/encode.c:513:  Should leave no spaces after a cast: u'(const void *) p_enc'  [whitespace/cast] [2]
src/nvim/eval/encode.c:574:  Should leave no spaces after a cast: u'(size_t) ('  [whitespace/cast] [2]
src/nvim/eval/encode.c:581:  Should leave no spaces after a cast: u'(int) str_len'  [whitespace/cast] [2]
src/nvim/eval/encode.c:641:  Should leave no spaces after a cast: u'(const char *) ('  [whitespace/cast] [2]
src/nvim/eval/encode.c:678:  Should leave no spaces after a cast: u'(dict_T *) spdict'  [whitespace/cast] [2]
src/nvim/eval/encode.c:682:  Should leave no spaces after a cast: u'(dict_T *) spdict'  [whitespace/cast] [2]
src/nvim/eval/encode.c:746:  Should leave no spaces after a cast: u'(size_t) ga'  [whitespace/cast] [2]
src/nvim/eval/encode.c:749:  Should leave no spaces after a cast: u'(char *) ga'  [whitespace/cast] [2]
src/nvim/eval/encode.c:772:  Should leave no spaces after a cast: u'(size_t) ga'  [whitespace/cast] [2]
src/nvim/eval/encode.c:775:  Should leave no spaces after a cast: u'(char *) ga'  [whitespace/cast] [2]
src/nvim/eval/encode.c:793:  Should leave no spaces after a cast: u'(size_t) ga'  [whitespace/cast] [2]
src/nvim/eval/encode.c:796:  Should leave no spaces after a cast: u'(char *) ga'  [whitespace/cast] [2]
src/nvim/eval/encode.c:824:  Should leave no spaces after a cast: u'(int8_t) type'  [whitespace/cast] [2]
src/nvim/eval/encode.c:827:  Should leave no spaces after a cast: u'(int8_t) type'  [whitespace/cast] [2]
src/nvim/eval/encode.c:833:  Should leave no spaces after a cast: u'(int64_t) ('  [whitespace/cast] [2]
src/nvim/eval/encode.c:836:  Should leave no spaces after a cast: u'(double) ('  [whitespace/cast] [2]
src/nvim/eval/encode.c:847:  Should leave no spaces after a cast: u'(size_t) ('  [whitespace/cast] [2]
src/nvim/eval/encode.c:868:  Should leave no spaces after a cast: u'(size_t) ('  [whitespace/cast] [2]
src/nvim/event/process.c:198:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/event/process.c:297:  Should leave no spaces after a cast: u'(WatcherPtr) **node'  [whitespace/cast] [2]
src/nvim/event/queue.c:81:  Missing space after {  [whitespace/braces] [5]
src/nvim/event/queue.c:81:  Missing space before }  [whitespace/braces] [5]
src/nvim/event/rstream.c:157:  Should leave no spaces after a cast: u'(int64_t) stream'  [whitespace/cast] [2]
src/nvim/event/rstream.c:169:  Should leave no spaces after a cast: u'(size_t) req'  [whitespace/cast] [2]
src/nvim/event/socket.c:24:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/event/socket.c:57:  Should leave no spaces after a cast: u'(int) lport'  [whitespace/cast] [2]
src/nvim/event/socket.c:158:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/event/time.c:24:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds2.c:2378:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds.c:1:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:62:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:90:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:105:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:107:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_cmds.c:116:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:116:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:118:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:119:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:120:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_cmds.c:124:  Closing ) should be moved to the previous line  [whitespace/parens] [2]
src/nvim/ex_cmds.c:127:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_cmds.c:129:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:131:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds.c:132:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_cmds.c:135:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds.c:136:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds.c:137:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:139:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_cmds.c:143:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:146:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:147:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:150:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:155:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:158:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds.c:159:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds.c:160:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:162:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:164:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_cmds.c:171:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:184:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:185:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:187:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_cmds.c:193:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:194:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:197:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:202:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:204:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:206:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:210:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:214:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/ex_cmds.c:215:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:215:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:217:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_cmds.c:217:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_cmds.c:218:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:218:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:220:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds.c:222:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:222:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:225:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:227:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_cmds.c:227:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_cmds.c:228:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:230:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:234:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:238:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:244:  while should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:244:  Empty loop bodies should use {} or continue  [whitespace/empty_loop_body] [5]
src/nvim/ex_cmds.c:245:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_cmds.c:248:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_cmds.c:252:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:254:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:261:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:272:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:276:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:277:  for should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:278:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/ex_cmds.c:279:  Line contains only semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/ex_cmds.c:282:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:283:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:283:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:290:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:324:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:327:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:330:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:331:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_cmds.c:358:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:359:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:399:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/ex_cmds.c:472:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/ex_cmds.c:540:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:542:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:553:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:558:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/ex_cmds.c:570:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:576:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/ex_cmds.c:605:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:611:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:617:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:618:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:622:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:623:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:626:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:627:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:630:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:637:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:639:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/ex_cmds.c:643:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:647:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:651:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:653:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_cmds.c:654:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_cmds.c:657:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:659:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:682:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:687:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:690:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds.c:692:  for should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:694:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:695:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:702:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:705:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:708:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:710:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_cmds.c:711:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_cmds.c:713:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:713:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:717:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:720:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:722:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:725:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:733:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:761:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:765:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:769:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:771:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:775:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:804:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds.c:807:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:810:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:813:  for should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:814:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_cmds.c:817:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:819:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_cmds.c:823:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:826:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:828:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_cmds.c:834:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:849:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:862:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:873:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:878:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:881:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:884:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:885:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:887:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_cmds.c:888:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:889:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_cmds.c:890:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:891:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_cmds.c:892:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_cmds.c:900:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:910:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:917:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:918:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:919:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:920:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:921:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:921:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:929:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:934:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:937:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:938:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:938:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:943:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:951:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:963:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:965:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:972:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:979:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:981:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_cmds.c:981:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_cmds.c:984:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_cmds.c:988:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_cmds.c:995:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:996:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1004:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:1006:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1014:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_cmds.c:1016:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1017:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1026:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1027:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1030:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:1032:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:1052:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1066:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1066:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:1077:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1090:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:1110:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds.c:1115:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1119:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1119:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_cmds.c:1121:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds.c:1121:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:1122:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1123:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_cmds.c:1124:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:1125:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1128:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:1131:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:1134:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1138:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1145:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:1157:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1167:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/ex_cmds.c:1168:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/ex_cmds.c:1169:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/ex_cmds.c:1170:  End of the inner expression should have the same indent as start  [whitespace/indent] [2]
src/nvim/ex_cmds.c:1170:  Closing ) should be moved to the previous line  [whitespace/parens] [2]
src/nvim/ex_cmds.c:1172:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:1176:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:1177:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_cmds.c:1179:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1183:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:1188:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds.c:1195:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:1209:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:1210:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1212:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_cmds.c:1212:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_cmds.c:1213:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1216:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds.c:1221:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1226:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_cmds.c:1227:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1228:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1229:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/ex_cmds.c:1229:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1233:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1240:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1241:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_cmds.c:1246:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds.c:1247:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:1248:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1250:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_cmds.c:1255:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1257:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_cmds.c:1258:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:1264:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_cmds.c:1267:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:1269:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:1275:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1279:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/ex_cmds.c:1280:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/ex_cmds.c:1282:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1287:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1298:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1302:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1303:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1305:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1306:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:1316:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/ex_cmds.c:1330:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:1333:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1341:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:1343:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:1345:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1355:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1358:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:1398:  Should leave no spaces after a cast: u'(char *) cmd'  [whitespace/cast] [2]
src/nvim/ex_cmds.c:1403:  Should leave no spaces after a cast: u'(char *) itmp'  [whitespace/cast] [2]
src/nvim/ex_cmds.c:1422:  Should leave no spaces after a cast: u'(char *) itmp'  [whitespace/cast] [2]
src/nvim/ex_cmds.c:1433:  Should leave no spaces after a cast: u'(char *) p_srr'  [whitespace/cast] [2]
src/nvim/ex_cmds.c:1435:  Should leave no spaces after a cast: u'(char_u *) buf'  [whitespace/cast] [2]
src/nvim/ex_cmds.c:1462:  Should leave no spaces after a cast: u'(size_t) ('  [whitespace/cast] [2]
src/nvim/ex_cmds.c:1464:  Should leave no spaces after a cast: u'(size_t) ('  [whitespace/cast] [2]
src/nvim/ex_cmds.c:1474:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds.c:1475:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1480:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1488:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:1489:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1489:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_cmds.c:1496:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:1505:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:1506:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1507:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:1509:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1509:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:1511:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1523:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_cmds.c:1531:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:1536:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:1537:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1542:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1547:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1558:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:1568:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1573:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:1577:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1582:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1582:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:1583:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:1584:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_cmds.c:1588:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1599:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1605:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1605:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:1614:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:1618:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1622:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:1627:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1631:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:1634:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_cmds.c:1637:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1656:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1661:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds.c:1662:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds.c:1663:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds.c:1665:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:1666:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds.c:1668:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_cmds.c:1680:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:1681:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:1683:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1687:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1702:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:1703:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:1705:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_cmds.c:1706:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:1709:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1722:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1728:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds.c:1728:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_cmds.c:1730:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1733:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:1734:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_cmds.c:1736:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1746:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1752:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/ex_cmds.c:1753:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/ex_cmds.c:1757:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds.c:1756:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/ex_cmds.c:1756:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1756:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/ex_cmds.c:1757:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds.c:1758:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1759:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1762:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1786:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:1788:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_cmds.c:1795:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1801:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1821:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds.c:1822:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds.c:1828:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_cmds.c:1831:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds.c:1842:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1849:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:1851:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_cmds.c:1855:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:1859:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1867:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:1868:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_cmds.c:1874:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1882:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_cmds.c:1887:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_cmds.c:1890:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds.c:1890:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds.c:1890:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:1891:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_cmds.c:1893:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:1894:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_cmds.c:1895:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1896:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:1899:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1902:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:1903:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1908:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1914:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:1915:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:1917:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_cmds.c:1920:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1927:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1935:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:1937:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds.c:1939:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds.c:1938:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/ex_cmds.c:1940:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_cmds.c:1942:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds.c:1944:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds.c:1943:  Lines should very rarely be longer than 100 characters  [whitespace/line_length] [4]
src/nvim/ex_cmds.c:1947:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1948:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_cmds.c:1949:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:1950:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_cmds.c:1951:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_cmds.c:1952:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_cmds.c:1954:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_cmds.c:1956:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds.c:1957:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_cmds.c:1960:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:1963:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1971:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/ex_cmds.c:1977:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:1979:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:1983:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1986:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1987:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_cmds.c:1990:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:1991:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1991:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_cmds.c:1994:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:1995:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:1997:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:1998:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_cmds.c:2000:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2004:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:2005:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_cmds.c:2006:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:2009:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:2013:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2014:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_cmds.c:2015:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds.c:2016:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds.c:2017:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2018:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_cmds.c:2019:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2026:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2055:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/ex_cmds.c:2056:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/ex_cmds.c:2060:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2066:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2067:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2068:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/ex_cmds.c:2068:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2068:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:2071:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:2083:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:2087:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:2091:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2091:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:2092:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2093:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_cmds.c:2095:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2096:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:2099:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:2103:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:2106:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:2107:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_cmds.c:2108:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2109:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_cmds.c:2110:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:2111:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_cmds.c:2111:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_cmds.c:2112:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2116:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2116:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/ex_cmds.c:2117:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:2123:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2131:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds.c:2132:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds.c:2133:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds.c:2134:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds.c:2132:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds.c:2133:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds.c:2134:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds.c:2135:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:2140:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2157:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_cmds.c:2161:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2167:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:2169:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:2173:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:2175:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_cmds.c:2175:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_cmds.c:2181:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:2188:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds.c:2195:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:2197:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2198:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:2199:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2200:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_cmds.c:2201:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:2202:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2204:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:2208:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2208:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:2212:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2220:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2227:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2237:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:2240:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:2241:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2242:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2245:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2249:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2249:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:2250:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_cmds.c:2251:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_cmds.c:2251:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_cmds.c:2252:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:2255:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2256:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:2258:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds.c:2258:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:2260:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2266:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:2270:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2274:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2275:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2276:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2291:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_cmds.c:2293:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2295:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_cmds.c:2300:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2305:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_cmds.c:2306:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
src/nvim/ex_cmds.c:2333:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_cmds.c:2336:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2338:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:2340:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2340:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:2343:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2346:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:2348:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2355:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2356:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2362:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:2364:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_cmds.c:2367:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2369:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:2370:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:2370:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_cmds.c:2376:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2378:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_cmds.c:2379:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2380:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2383:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2388:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2391:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:2393:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2393:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:2396:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2400:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2404:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2407:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2412:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2418:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2425:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2433:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2436:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2442:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2444:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2446:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2449:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:2449:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:2452:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:2456:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2462:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds.c:2461:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:2464:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds.c:2463:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:2474:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:2477:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2483:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2491:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2493:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:2497:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2501:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2505:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2509:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_cmds.c:2510:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_cmds.c:2512:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2513:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:2519:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2520:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:2522:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2531:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2533:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:2534:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:2535:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2535:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:2536:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:2539:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_cmds.c:2545:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:2548:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:2551:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:2558:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:2563:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2566:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:2567:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_cmds.c:2569:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2587:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds.c:2592:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2594:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2600:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:2607:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2608:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:2611:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2612:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:2615:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:2616:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_cmds.c:2618:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2619:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:2622:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2623:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:2627:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_cmds.c:2628:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:2633:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_cmds.c:2636:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:2638:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2640:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:2643:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:2646:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:2647:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_cmds.c:2660:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:2663:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2664:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:2667:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2669:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/ex_cmds.c:2670:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:2671:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_cmds.c:2672:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_cmds.c:2674:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_cmds.c:2684:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2685:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:2688:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_cmds.c:2689:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:2693:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_cmds.c:2696:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:2697:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:2702:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:2705:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2711:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:2712:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_cmds.c:2720:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2720:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:2721:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_cmds.c:2724:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2731:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:2735:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2736:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:2739:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/ex_cmds.c:2740:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2740:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:2742:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:2745:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2749:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2764:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2766:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:2768:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_cmds.c:2770:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_cmds.c:2772:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:2777:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:2779:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_cmds.c:2780:  while should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:2781:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_cmds.c:2790:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:2794:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2795:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:2796:  for should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:2796:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/ex_cmds.c:2797:  Line contains only semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/ex_cmds.c:2825:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2827:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:2829:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_cmds.c:2830:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_cmds.c:2836:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:2839:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:2842:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:2849:  for should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:2858:  for should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:2864:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_cmds.c:2867:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2876:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_cmds.c:2878:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:2881:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2891:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_cmds.c:2898:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_cmds.c:2900:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:2904:  Missing space after {  [whitespace/braces] [5]
src/nvim/ex_cmds.c:2904:  Missing space before }  [whitespace/braces] [5]
src/nvim/ex_cmds.c:2968:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:2978:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_cmds.c:3084:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3130:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:3131:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3132:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_cmds.c:3133:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3135:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3138:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3143:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3149:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_cmds.c:3154:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:3155:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3156:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3157:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3158:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3159:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:3161:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3162:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3163:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3165:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3165:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:3166:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3169:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3173:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3176:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3177:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3180:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3180:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:3181:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_cmds.c:3187:  Should leave no spaces after a cast: u'(char *) sub'  [whitespace/cast] [2]
src/nvim/ex_cmds.c:3192:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3193:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3197:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3198:  Should leave no spaces after a cast: u'(char_u *) old_sub'  [whitespace/cast] [2]
src/nvim/ex_cmds.c:3200:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3224:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:3228:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3232:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3240:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3240:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:3265:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3270:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:3286:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:3293:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3341:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3344:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_cmds.c:3347:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3356:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3371:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3374:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:3376:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3384:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:3385:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3387:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_cmds.c:3388:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_cmds.c:3388:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_cmds.c:3389:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3390:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:3392:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_cmds.c:3393:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_cmds.c:3398:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3413:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_cmds.c:3416:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_cmds.c:3417:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3419:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:3426:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3430:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3433:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3435:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:3436:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_cmds.c:3438:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3457:  for should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:3457:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/ex_cmds.c:3459:  for should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:3459:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/ex_cmds.c:3472:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:3473:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3479:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3485:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/ex_cmds.c:3492:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:3499:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_cmds.c:3504:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:3508:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:3509:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3509:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:3512:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/ex_cmds.c:3512:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3514:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_cmds.c:3515:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3519:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:3521:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_cmds.c:3525:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3525:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_cmds.c:3526:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3526:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_cmds.c:3528:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_cmds.c:3529:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_cmds.c:3531:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3532:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3532:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:3534:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_cmds.c:3536:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3537:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:3538:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:3541:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3541:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:3547:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_cmds.c:3550:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:3552:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:3564:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:3566:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_cmds.c:3571:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:3572:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_cmds.c:3575:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3582:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_cmds.c:3586:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:3590:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3594:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3620:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3624:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_cmds.c:3627:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3633:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:3635:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_cmds.c:3635:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_cmds.c:3644:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3651:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds.c:3652:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds.c:3652:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_cmds.c:3654:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_cmds.c:3656:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3660:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3674:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3678:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3685:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3693:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/ex_cmds.c:3694:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3694:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:3696:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_cmds.c:3697:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3698:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3700:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds.c:3700:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:3710:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3711:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_cmds.c:3712:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_cmds.c:3713:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_cmds.c:3714:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3715:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_cmds.c:3716:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3720:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_cmds.c:3729:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3743:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3755:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds.c:3756:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds.c:3755:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds.c:3756:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds.c:3759:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3771:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:3773:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_cmds.c:3776:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3782:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_cmds.c:3783:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:3785:  for should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:3785:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/ex_cmds.c:3786:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:3797:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3809:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3817:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:3819:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds.c:3821:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3825:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3828:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:3837:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:3838:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_cmds.c:3839:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3840:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3848:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3855:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3863:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3911:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3917:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/ex_cmds.c:3918:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3921:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3930:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:3932:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_cmds.c:3934:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:3936:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds.c:3937:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_cmds.c:3939:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds.c:3940:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds.c:3941:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds.c:3942:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:3944:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds.c:3945:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_cmds.c:3947:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds.c:3948:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:3949:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3960:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3978:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3980:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3981:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3983:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3990:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3990:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/ex_cmds.c:3994:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3994:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:3996:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_cmds.c:3999:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4001:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4007:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_cmds.c:4012:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:4013:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4014:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_cmds.c:4015:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4016:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_cmds.c:4022:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4023:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:4024:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4024:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_cmds.c:4025:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4027:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4027:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:4028:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4031:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:4032:  Missing space after ,  [whitespace/comma] [3]
src/nvim/ex_cmds.c:4039:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4042:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/ex_cmds.c:4043:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4045:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds.c:4053:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4056:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:4058:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_cmds.c:4067:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4071:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4076:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4077:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4078:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4080:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4087:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4088:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_cmds.c:4092:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:4098:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:4100:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_cmds.c:4106:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:4108:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_cmds.c:4109:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4111:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4115:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4117:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:4118:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:4120:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4124:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:4131:  Missing space after {  [whitespace/braces] [5]
src/nvim/ex_cmds.c:4131:  Missing space before }  [whitespace/braces] [5]
src/nvim/ex_cmds.c:4136:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4141:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/ex_cmds.c:4142:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4145:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4158:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4161:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:4164:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_cmds.c:4165:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_cmds.c:4166:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/ex_cmds.c:4166:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4168:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4168:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:4169:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4178:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4185:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4200:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4204:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/ex_cmds.c:4219:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4219:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:4221:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_cmds.c:4224:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4226:  while should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:4229:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4232:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4233:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:4236:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4240:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds.c:4243:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:4244:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4245:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/ex_cmds.c:4247:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:4252:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:4254:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_cmds.c:4256:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:4261:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4265:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4272:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:4274:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_cmds.c:4275:  for should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:4276:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:4278:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:4280:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_cmds.c:4280:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_cmds.c:4281:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4291:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4295:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:4298:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:4301:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:4304:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4311:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds.c:4312:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds.c:4313:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds.c:4312:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4313:  Closing ) should be moved to the previous line  [whitespace/parens] [2]
src/nvim/ex_cmds.c:4314:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:4320:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:4321:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4323:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4327:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:4329:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4334:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:4335:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_cmds.c:4338:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4339:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:4347:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4358:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4364:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4375:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/ex_cmds.c:4376:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/ex_cmds.c:4378:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4379:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4386:  for should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:4387:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:4390:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4399:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:4402:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_cmds.c:4404:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:4406:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4408:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:4413:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4427:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4433:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/ex_cmds.c:4437:  Missing space after {  [whitespace/braces] [5]
src/nvim/ex_cmds.c:4438:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4445:  Missing space before }  [whitespace/braces] [5]
src/nvim/ex_cmds.c:4446:  Missing space after {  [whitespace/braces] [5]
src/nvim/ex_cmds.c:4454:  Missing space before }  [whitespace/braces] [5]
src/nvim/ex_cmds.c:4457:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4459:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4463:  for should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:4469:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4470:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4481:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4482:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:4485:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4490:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:4526:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4533:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds.c:4534:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds.c:4533:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds.c:4534:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds.c:4535:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:4536:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4541:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:4542:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4543:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_cmds.c:4545:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:4546:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4548:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4548:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_cmds.c:4551:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4555:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_cmds.c:4559:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4589:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4593:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4598:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4609:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:4613:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4615:  Missing space before asterisk in )*  [whitespace/operators] [2]
src/nvim/ex_cmds.c:4616:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds.c:4617:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4618:  while should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:4640:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:4648:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:4650:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:4651:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:4655:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:4656:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:4657:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:4658:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:4659:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:4661:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:4664:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4672:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:4678:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4682:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/ex_cmds.c:4683:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:4686:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4688:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4689:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_cmds.c:4692:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:4696:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4697:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_cmds.c:4699:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_cmds.c:4701:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4702:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_cmds.c:4709:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4721:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/ex_cmds.c:4722:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:4723:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:4726:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4732:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:4741:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4743:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4745:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/ex_cmds.c:4747:  Missing space after {  [whitespace/braces] [5]
src/nvim/ex_cmds.c:4747:  Missing space before }  [whitespace/braces] [5]
src/nvim/ex_cmds.c:4749:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds.c:4759:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4761:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/ex_cmds.c:4762:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/ex_cmds.c:4763:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:4765:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:4770:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:4774:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:4778:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4783:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:4787:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4793:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/ex_cmds.c:4794:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:4805:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4810:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:4812:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4816:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:4819:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_cmds.c:4821:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:4822:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:4825:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_cmds.c:4827:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4832:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/ex_cmds.c:4833:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/ex_cmds.c:4832:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_cmds.c:4834:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:4835:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4837:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_cmds.c:4837:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_cmds.c:4838:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4841:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:4846:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:4847:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:4849:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_cmds.c:4863:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4871:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4902:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4902:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:4911:  Missing space after {  [whitespace/braces] [5]
src/nvim/ex_cmds.c:4911:  Missing space before }  [whitespace/braces] [5]
src/nvim/ex_cmds.c:4913:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds.c:4915:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:4920:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4934:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4940:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds.c:4940:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:4942:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/ex_cmds.c:4946:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4949:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/ex_cmds.c:4957:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_cmds.c:4960:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4962:  for should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:4962:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/ex_cmds.c:4966:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_cmds.c:4969:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4970:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:4975:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4975:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:4976:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:4977:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4977:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:4979:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_cmds.c:4981:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/ex_cmds.c:4982:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds.c:4984:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_cmds.c:4986:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:4988:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4990:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4993:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4994:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4995:  for should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:4995:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/ex_cmds.c:4996:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:4999:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5009:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_cmds.c:5012:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/ex_cmds.c:5014:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5029:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5036:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5039:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/ex_cmds.c:5046:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds.c:5047:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds.c:5052:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_cmds.c:5053:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_cmds.c:5057:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:5057:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_cmds.c:5060:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5063:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/ex_cmds.c:5065:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:5066:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5068:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_cmds.c:5068:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_cmds.c:5069:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5070:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/ex_cmds.c:5071:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5072:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:5080:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:5081:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5081:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:5084:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5105:  Missing space after {  [whitespace/braces] [5]
src/nvim/ex_cmds.c:5105:  Missing space before }  [whitespace/braces] [5]
src/nvim/ex_cmds.c:5114:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5124:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5131:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5134:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_cmds.c:5151:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5159:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5163:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5181:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5190:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5215:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5216:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5217:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5218:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5219:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5220:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5221:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5227:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5234:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_cmds.c:5241:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5242:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5243:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5245:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5246:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5247:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5248:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5249:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5250:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5251:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5252:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5253:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5254:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5257:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5264:  End of the inner expression should have the same indent as start  [whitespace/indent] [2]
src/nvim/ex_cmds.c:5262:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5263:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5270:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/ex_cmds.c:5279:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5284:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5284:  Missing space before asterisk in char_u	*  [whitespace/operators] [2]
src/nvim/ex_cmds.c:5285:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5285:  Missing space before asterisk in char_u	*  [whitespace/operators] [2]
src/nvim/ex_cmds.c:5286:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5287:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5287:  Missing space before asterisk in sign_T	*  [whitespace/operators] [2]
src/nvim/ex_cmds.c:5288:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5288:  Missing space before asterisk in sign_T	*  [whitespace/operators] [2]
src/nvim/ex_cmds.c:5290:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5293:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:5295:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5296:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5300:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:5302:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5305:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5305:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:5306:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5306:  Missing space before {  [whitespace/braces] [5]
src/nvim/ex_cmds.c:5307:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5307:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5308:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5308:  for should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:5309:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5310:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5311:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5311:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/ex_cmds.c:5312:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5313:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5313:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_cmds.c:5314:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5314:  Missing space before {  [whitespace/braces] [5]
src/nvim/ex_cmds.c:5315:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5317:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5318:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5318:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:5319:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5319:  Missing space before asterisk in 		*  [whitespace/operators] [2]
src/nvim/ex_cmds.c:5320:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5320:  while should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:5321:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5321:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_cmds.c:5323:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5324:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5324:  for should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:5325:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5326:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5326:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:5327:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5328:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5329:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5330:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5330:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:5331:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5332:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5332:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5333:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5333:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:5334:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5334:  Missing space before {  [whitespace/braces] [5]
src/nvim/ex_cmds.c:5335:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5335:  Missing space before asterisk in sign_T	*  [whitespace/operators] [2]
src/nvim/ex_cmds.c:5336:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5338:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5338:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5339:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5341:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5344:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5344:  for should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:5345:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5346:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5346:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:5347:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5347:  Missing space before {  [whitespace/braces] [5]
src/nvim/ex_cmds.c:5348:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5348:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_cmds.c:5349:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5349:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:5350:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5351:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5351:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:5352:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5353:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5354:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5355:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5356:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5357:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5357:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5358:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5359:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5360:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5361:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5363:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5364:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5364:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:5365:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5365:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5367:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5369:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5369:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5370:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5370:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:5371:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5372:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5372:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_cmds.c:5373:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5374:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5376:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5376:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5377:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5377:  for should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:5378:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5378:  Missing space before {  [whitespace/braces] [5]
src/nvim/ex_cmds.c:5379:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5380:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5380:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:5381:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5382:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5383:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5383:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:5384:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5385:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5386:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5387:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5388:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5389:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5390:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5390:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/ex_cmds.c:5391:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5392:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5392:  Missing space before asterisk in 			char_u	*  [whitespace/operators] [2]
src/nvim/ex_cmds.c:5393:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5394:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5396:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5398:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5398:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5399:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5399:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:5400:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5400:  Missing space before {  [whitespace/braces] [5]
src/nvim/ex_cmds.c:5401:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5402:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5402:  for should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:5403:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5404:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5404:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:5405:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5406:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5407:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5408:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5409:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5409:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/ex_cmds.c:5411:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5411:  Missing space before {  [whitespace/braces] [5]
src/nvim/ex_cmds.c:5412:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5412:  for should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:5412:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/ex_cmds.c:5413:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5413:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:5414:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5415:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5416:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5417:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5417:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5418:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5418:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:5419:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5419:  Missing space before {  [whitespace/braces] [5]
src/nvim/ex_cmds.c:5420:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5421:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5422:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5423:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5425:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5426:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5428:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5429:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5431:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5431:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:5432:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5433:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5434:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5434:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/ex_cmds.c:5435:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5436:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5437:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5438:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5439:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5439:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/ex_cmds.c:5440:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5441:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5442:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5443:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5444:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5444:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/ex_cmds.c:5445:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5446:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5447:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5448:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5449:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5450:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5451:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5451:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/ex_cmds.c:5452:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5453:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5453:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_cmds.c:5454:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5454:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5455:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5456:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5456:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_cmds.c:5457:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5457:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5458:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5459:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5461:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/ex_cmds.c:5463:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5464:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5465:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5465:  Missing space before asterisk in 	char_u		*  [whitespace/operators] [2]
src/nvim/ex_cmds.c:5466:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5466:  Missing space before asterisk in 	char_u		*  [whitespace/operators] [2]
src/nvim/ex_cmds.c:5468:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5468:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:5469:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5469:  Missing space before {  [whitespace/braces] [5]
src/nvim/ex_cmds.c:5470:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5470:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:5471:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5472:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5472:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5473:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5474:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5475:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5475:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/ex_cmds.c:5476:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5477:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5477:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5478:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5479:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5479:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:5480:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5480:  Missing space before {  [whitespace/braces] [5]
src/nvim/ex_cmds.c:5481:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5482:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5483:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5484:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5484:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/ex_cmds.c:5485:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5486:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5487:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5487:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/ex_cmds.c:5488:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5489:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5490:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5492:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5492:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:5493:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5493:  Missing space before {  [whitespace/braces] [5]
src/nvim/ex_cmds.c:5494:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5494:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5495:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5496:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5497:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5499:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5499:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5500:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5501:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5501:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:5502:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5502:  Missing space before {  [whitespace/braces] [5]
src/nvim/ex_cmds.c:5503:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5504:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5504:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:5505:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5506:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5507:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5508:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5509:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5509:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/ex_cmds.c:5510:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5511:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5512:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5512:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:5513:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5513:  Missing space before {  [whitespace/braces] [5]
src/nvim/ex_cmds.c:5514:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5515:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5516:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5517:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5519:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5520:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5521:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5522:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5523:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5525:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5531:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5531:  for should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:5532:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5532:  Missing space before {  [whitespace/braces] [5]
src/nvim/ex_cmds.c:5533:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5533:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:5534:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5535:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5536:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5537:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5538:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5539:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5539:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/ex_cmds.c:5540:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5541:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5541:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:5542:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5542:  Missing space before {  [whitespace/braces] [5]
src/nvim/ex_cmds.c:5543:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5544:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5545:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5546:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5547:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5548:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5549:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5549:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/ex_cmds.c:5550:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5551:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5552:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5553:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5554:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5554:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:5555:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5556:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5556:  while should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:5557:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5557:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_cmds.c:5558:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5559:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5559:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/ex_cmds.c:5560:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5561:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5562:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5563:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5564:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5565:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5565:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/ex_cmds.c:5566:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5567:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5568:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5569:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5569:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:5570:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5571:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5572:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5573:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5573:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/ex_cmds.c:5574:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5575:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5576:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5577:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5578:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5579:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5581:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5581:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:5582:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5582:  Missing space before {  [whitespace/braces] [5]
src/nvim/ex_cmds.c:5583:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5584:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5585:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5585:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/ex_cmds.c:5586:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5586:  Missing space before {  [whitespace/braces] [5]
src/nvim/ex_cmds.c:5587:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5587:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:5588:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5589:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5589:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_cmds.c:5590:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5590:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5591:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5592:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5593:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5593:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/ex_cmds.c:5594:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5594:  Missing space before {  [whitespace/braces] [5]
src/nvim/ex_cmds.c:5595:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5595:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5596:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5596:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:5597:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5598:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5598:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_cmds.c:5599:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5599:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5600:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5600:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:5601:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5601:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5601:  Missing space before {  [whitespace/braces] [5]
src/nvim/ex_cmds.c:5602:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5603:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5604:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5605:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5606:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5606:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/ex_cmds.c:5607:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5607:  Missing space before {  [whitespace/braces] [5]
src/nvim/ex_cmds.c:5608:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5609:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5610:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds.c:5609:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/ex_cmds.c:5611:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5612:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5613:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5615:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5616:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5617:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5617:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/ex_cmds.c:5618:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5619:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5620:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5620:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/ex_cmds.c:5621:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5621:  Missing space before {  [whitespace/braces] [5]
src/nvim/ex_cmds.c:5622:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5622:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:5623:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5624:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5624:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_cmds.c:5625:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5626:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5626:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5627:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5628:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5629:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5630:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5630:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/ex_cmds.c:5631:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5632:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5632:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5633:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5634:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5635:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5636:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5637:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5637:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5638:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5638:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/ex_cmds.c:5639:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5639:  Missing space before {  [whitespace/braces] [5]
src/nvim/ex_cmds.c:5640:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5640:  for should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:5641:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5641:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:5642:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5643:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5643:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:5644:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5645:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5646:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5647:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5648:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5648:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:5649:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5651:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5652:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5652:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_cmds.c:5653:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5653:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5654:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5655:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:5657:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_cmds.c:5659:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5660:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5660:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/ex_cmds.c:5661:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5665:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5685:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:5687:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_cmds.c:5693:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:5695:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_cmds.c:5700:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5708:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:5710:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_cmds.c:5715:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5723:  for should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:5726:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:5729:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:5737:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5745:  for should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:5746:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:5752:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5759:  for should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:5760:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:5766:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5771:  while should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:5778:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5778:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5779:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5779:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5780:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5780:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5781:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5781:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5782:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5782:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5785:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5791:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5791:  Missing space before asterisk in sign_T	*  [whitespace/operators] [2]
src/nvim/ex_cmds.c:5792:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5797:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5799:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5799:  Missing space before {  [whitespace/braces] [5]
src/nvim/ex_cmds.c:5800:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5801:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5802:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5803:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5804:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5805:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5807:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5807:  Missing space before {  [whitespace/braces] [5]
src/nvim/ex_cmds.c:5808:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5809:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5810:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5811:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5812:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5813:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5815:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5815:  Missing space before {  [whitespace/braces] [5]
src/nvim/ex_cmds.c:5816:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5817:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5818:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5820:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5820:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5821:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5822:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5822:  for should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:5823:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5823:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:5824:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5825:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5827:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_cmds.c:5831:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5842:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5848:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:5849:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5860:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:5862:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5872:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5901:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:5903:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5921:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/ex_cmds.c:5923:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5938:  if should always use braces  [readability/braces] [5]
src/nvim/ex_cmds.c:5940:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:1:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:71:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:73:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:77:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:78:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:79:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:80:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:81:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:82:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:83:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:84:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:87:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:89:  Missing space after {  [whitespace/braces] [5]
src/nvim/ex_docmd.c:89:  Missing space before }  [whitespace/braces] [5]
src/nvim/ex_docmd.c:94:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:97:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:99:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:100:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:105:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:111:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:112:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:113:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:114:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:120:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:144:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:151:  Missing space after {  [whitespace/braces] [5]
src/nvim/ex_docmd.c:151:  Missing space before }  [whitespace/braces] [5]
src/nvim/ex_docmd.c:156:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:161:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:162:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:163:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:164:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:165:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:166:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:172:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:187:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:191:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/ex_docmd.c:192:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/ex_docmd.c:193:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:201:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:203:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:207:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:209:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:213:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:213:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_docmd.c:214:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:214:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_docmd.c:218:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:220:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:223:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:224:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:225:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:226:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:233:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_docmd.c:239:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:241:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:241:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_docmd.c:243:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:246:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:250:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:253:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:254:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:256:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:261:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_docmd.c:262:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_docmd.c:264:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:268:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:274:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:277:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:297:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:300:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:301:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:302:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:302:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:303:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:305:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:306:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:306:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:308:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:309:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:310:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:311:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:312:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:313:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:314:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:319:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:325:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:327:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:337:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:341:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:359:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:361:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:362:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_docmd.c:364:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:376:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:380:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:381:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:395:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:398:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:399:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:404:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:406:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:410:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:412:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:414:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:424:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:425:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:430:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:432:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:438:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:440:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:445:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:448:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:454:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_docmd.c:458:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:464:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:476:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:480:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:487:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:489:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:495:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:512:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:514:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:518:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:519:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:521:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:522:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:523:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:523:  Closing ) should be moved to the previous line  [whitespace/parens] [2]
src/nvim/ex_docmd.c:524:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:527:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:528:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:532:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:534:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:539:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:541:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:545:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:546:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/ex_docmd.c:551:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:562:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:565:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:573:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:573:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:575:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:575:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:576:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:576:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_docmd.c:577:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_docmd.c:578:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:583:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_docmd.c:587:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:588:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:589:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:592:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_docmd.c:595:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:600:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_docmd.c:602:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:603:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:604:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_docmd.c:606:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:607:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:614:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:625:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:632:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:633:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:636:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:639:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_docmd.c:641:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:650:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:661:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:663:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:665:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:675:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:676:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:678:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:681:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:684:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/ex_docmd.c:690:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:701:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:711:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:712:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:713:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:717:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:721:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:728:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:729:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:731:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:733:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
src/nvim/ex_docmd.c:735:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:744:  while should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:759:  Empty loop bodies should use {} or continue  [whitespace/empty_loop_body] [5]
src/nvim/ex_docmd.c:750:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:762:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:766:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:775:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:777:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:779:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:781:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:785:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:793:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:795:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:796:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:796:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_docmd.c:798:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:803:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:807:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:810:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:822:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:831:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:832:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:851:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:852:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:853:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:871:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:878:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/ex_docmd.c:879:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:882:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:890:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:891:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:896:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:897:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:899:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:900:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:901:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_docmd.c:902:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:906:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:910:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:911:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:914:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:918:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:923:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:929:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_docmd.c:930:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_docmd.c:931:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:933:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:940:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:941:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:941:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:943:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:949:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:953:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:953:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:960:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:970:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:971:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:973:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:974:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:976:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:980:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_docmd.c:986:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:987:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_docmd.c:993:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1003:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1008:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1014:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1026:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1031:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1037:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1049:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1061:  while should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:1066:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:1069:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:1070:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1083:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:1096:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_docmd.c:1097:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:1108:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_docmd.c:1109:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:1120:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1168:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1174:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1189:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1204:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1210:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1231:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1237:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1238:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1243:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:1245:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1251:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_docmd.c:1253:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1254:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:1255:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1257:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1260:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_docmd.c:1262:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1269:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1270:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:1273:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1278:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1281:  while should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:1282:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_docmd.c:1284:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1290:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:1293:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1294:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:1297:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:1301:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1305:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:1308:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1322:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:1344:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:1349:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1362:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:1370:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1374:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/ex_docmd.c:1390:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:1391:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_docmd.c:1392:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:1395:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:1397:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:1399:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_docmd.c:1401:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1403:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_docmd.c:1404:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_docmd.c:1409:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:1411:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:1416:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:1423:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:1432:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:1434:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:1436:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:1438:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:1451:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1453:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:1455:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:1459:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1463:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:1478:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1508:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1545:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1546:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_docmd.c:1598:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_docmd.c:1600:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1601:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/ex_docmd.c:1609:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_docmd.c:1611:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:1612:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:1615:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:1616:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:1619:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_docmd.c:1622:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_docmd.c:1627:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:1629:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_docmd.c:1631:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_docmd.c:1634:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1637:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1638:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:1642:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1645:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1649:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1653:  while should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:1656:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1681:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:1683:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:1683:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_docmd.c:1684:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:1686:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:1701:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_docmd.c:1704:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:1712:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:1716:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1724:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:1727:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:1734:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:1735:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:1734:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:1735:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:1735:  Closing ) should be moved to the previous line  [whitespace/parens] [2]
src/nvim/ex_docmd.c:1738:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1741:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_docmd.c:1742:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:1743:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_docmd.c:1744:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:1746:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1755:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1762:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1769:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1770:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:1772:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:1776:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1779:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:1787:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1793:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1798:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1803:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1814:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:1815:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:1815:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:1822:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:1826:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1826:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:1839:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1844:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:1847:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1851:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:1853:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:1856:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1860:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:1861:  while should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:1868:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1869:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1874:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:1875:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1876:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_docmd.c:1877:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:1883:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1883:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:1884:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:1885:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1886:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_docmd.c:1887:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:1893:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1894:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_docmd.c:1895:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_docmd.c:1900:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1904:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:1907:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1911:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:1914:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1919:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:1923:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/ex_docmd.c:1924:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1930:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:1932:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:1986:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1989:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1995:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2004:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2017:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2019:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:2024:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_docmd.c:2025:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2028:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:2033:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2036:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:2038:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2050:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2058:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2074:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2142:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:2146:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2153:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2158:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:2161:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:2161:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_docmd.c:2163:  while should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:2164:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_docmd.c:2167:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:2167:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:2168:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2168:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:2174:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2185:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2190:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2195:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:2199:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2206:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:2208:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:2209:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:2210:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:2211:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:2213:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:2215:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:2218:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2218:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:2232:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:2233:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:2234:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:2236:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:2239:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2241:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:2248:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2250:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:2253:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:2255:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2259:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2261:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:2265:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:2266:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_docmd.c:2268:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2268:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:2271:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_docmd.c:2274:  Small and focused functions are preferred: do_one_cmd() has 775 non-comment lines (error triggered by exceeding 500 lines).  [readability/fn_size] [1]
src/nvim/ex_docmd.c:2276:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2280:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/ex_docmd.c:2281:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/ex_docmd.c:2282:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2283:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2284:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2289:  for should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:2289:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/ex_docmd.c:2290:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:2294:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:2296:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:2299:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2313:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/ex_docmd.c:2314:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/ex_docmd.c:2320:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_docmd.c:2326:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2339:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2351:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_docmd.c:2363:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_docmd.c:2365:  while should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:2366:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_docmd.c:2367:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2368:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:2369:  while should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:2370:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_docmd.c:2372:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2373:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:2374:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_docmd.c:2377:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2379:  for should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:2379:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/ex_docmd.c:2380:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:2383:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_docmd.c:2384:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:2386:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:2391:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:2393:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:2396:  for should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:2399:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:2400:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:2402:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:2409:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2410:  while should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:2411:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_docmd.c:2414:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:2421:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2428:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/ex_docmd.c:2430:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2431:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2432:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2433:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2439:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:2440:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:2441:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2443:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/ex_docmd.c:2443:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2443:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:2446:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2451:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/ex_docmd.c:2456:  while should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:2459:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2463:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:2465:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:2469:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2473:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:2474:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:2475:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:2476:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:2478:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:2480:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:2486:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:2486:  Use operator ~ instead of compl  [readability/alt_tokens] [2]
src/nvim/ex_docmd.c:2492:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2496:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:2497:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:2498:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:2505:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2506:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:2511:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2513:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:2518:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2520:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:2528:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2530:  Missing space after {  [whitespace/braces] [5]
src/nvim/ex_docmd.c:2530:  Missing space before }  [whitespace/braces] [5]
src/nvim/ex_docmd.c:2530:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:2531:  Missing space after {  [whitespace/braces] [5]
src/nvim/ex_docmd.c:2531:  Missing space before }  [whitespace/braces] [5]
src/nvim/ex_docmd.c:2531:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:2532:  Missing space after {  [whitespace/braces] [5]
src/nvim/ex_docmd.c:2532:  Missing space before }  [whitespace/braces] [5]
src/nvim/ex_docmd.c:2532:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:2533:  Missing space after {  [whitespace/braces] [5]
src/nvim/ex_docmd.c:2533:  Missing space before }  [whitespace/braces] [5]
src/nvim/ex_docmd.c:2533:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:2534:  Missing space after {  [whitespace/braces] [5]
src/nvim/ex_docmd.c:2534:  Missing space before }  [whitespace/braces] [5]
src/nvim/ex_docmd.c:2534:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:2535:  Missing space after {  [whitespace/braces] [5]
src/nvim/ex_docmd.c:2535:  Missing space before }  [whitespace/braces] [5]
src/nvim/ex_docmd.c:2535:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:2536:  Missing space after {  [whitespace/braces] [5]
src/nvim/ex_docmd.c:2536:  Missing space before }  [whitespace/braces] [5]
src/nvim/ex_docmd.c:2536:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:2537:  Missing space after {  [whitespace/braces] [5]
src/nvim/ex_docmd.c:2537:  Missing space before }  [whitespace/braces] [5]
src/nvim/ex_docmd.c:2537:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:2538:  Missing space after {  [whitespace/braces] [5]
src/nvim/ex_docmd.c:2538:  Missing space before }  [whitespace/braces] [5]
src/nvim/ex_docmd.c:2538:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:2539:  Missing space after {  [whitespace/braces] [5]
src/nvim/ex_docmd.c:2539:  Missing space before }  [whitespace/braces] [5]
src/nvim/ex_docmd.c:2539:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:2540:  Missing space after {  [whitespace/braces] [5]
src/nvim/ex_docmd.c:2540:  Missing space before }  [whitespace/braces] [5]
src/nvim/ex_docmd.c:2540:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:2541:  Missing space after {  [whitespace/braces] [5]
src/nvim/ex_docmd.c:2541:  Missing space before }  [whitespace/braces] [5]
src/nvim/ex_docmd.c:2541:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:2542:  Missing space after {  [whitespace/braces] [5]
src/nvim/ex_docmd.c:2542:  Missing space before }  [whitespace/braces] [5]
src/nvim/ex_docmd.c:2542:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:2543:  Missing space after {  [whitespace/braces] [5]
src/nvim/ex_docmd.c:2543:  Missing space before }  [whitespace/braces] [5]
src/nvim/ex_docmd.c:2543:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:2544:  Missing space after {  [whitespace/braces] [5]
src/nvim/ex_docmd.c:2544:  Missing space before }  [whitespace/braces] [5]
src/nvim/ex_docmd.c:2544:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:2545:  Missing space after {  [whitespace/braces] [5]
src/nvim/ex_docmd.c:2545:  Missing space before }  [whitespace/braces] [5]
src/nvim/ex_docmd.c:2545:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:2546:  Missing space after {  [whitespace/braces] [5]
src/nvim/ex_docmd.c:2546:  Missing space before }  [whitespace/braces] [5]
src/nvim/ex_docmd.c:2546:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:2547:  Missing space after {  [whitespace/braces] [5]
src/nvim/ex_docmd.c:2547:  Missing space before }  [whitespace/braces] [5]
src/nvim/ex_docmd.c:2547:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:2548:  Missing space after {  [whitespace/braces] [5]
src/nvim/ex_docmd.c:2548:  Missing space before }  [whitespace/braces] [5]
src/nvim/ex_docmd.c:2548:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:2549:  Missing space after {  [whitespace/braces] [5]
src/nvim/ex_docmd.c:2549:  Missing space before }  [whitespace/braces] [5]
src/nvim/ex_docmd.c:2549:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:2550:  Missing space after {  [whitespace/braces] [5]
src/nvim/ex_docmd.c:2550:  Missing space before }  [whitespace/braces] [5]
src/nvim/ex_docmd.c:2550:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:2551:  Missing space after {  [whitespace/braces] [5]
src/nvim/ex_docmd.c:2551:  Missing space before }  [whitespace/braces] [5]
src/nvim/ex_docmd.c:2551:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:2554:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2563:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:2565:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/ex_docmd.c:2566:  for should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:2566:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/ex_docmd.c:2567:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:2569:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:2576:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2584:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:2589:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2590:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/ex_docmd.c:2591:  for should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:2591:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/ex_docmd.c:2592:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:2594:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:2598:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2603:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:2605:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:2607:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:2608:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2612:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2620:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/ex_docmd.c:2622:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2629:  Use operator ~ instead of compl  [readability/alt_tokens] [2]
src/nvim/ex_docmd.c:2631:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:2632:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2632:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:2636:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2639:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2642:  for should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:2643:  Line contains only semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/ex_docmd.c:2646:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:2648:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2653:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2658:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2662:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:2669:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:2670:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2672:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2710:  for should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:2712:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:2713:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:2723:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2727:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:2737:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:2738:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:2738:  Closing ) should be moved to the previous line  [whitespace/parens] [2]
src/nvim/ex_docmd.c:2739:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:2740:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2744:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2749:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2751:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2752:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:2753:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_docmd.c:2756:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2766:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2767:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:2768:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_docmd.c:2770:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2771:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_docmd.c:2772:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:2777:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2778:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2779:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_docmd.c:2780:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:2785:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2785:  while should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:2786:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_docmd.c:2790:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2792:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2794:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:2796:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2797:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:2800:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2804:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2810:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2811:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:2815:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:2816:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_docmd.c:2818:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:2820:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:2822:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2835:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2841:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2844:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:2845:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2845:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_docmd.c:2852:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:2853:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2855:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2862:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:2864:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:2866:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:2867:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_docmd.c:2868:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:2875:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2877:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/ex_docmd.c:2878:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:2879:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:2880:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:2881:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2883:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:2885:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:2887:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:2889:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:2891:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:2895:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:2897:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:2904:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2908:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:2912:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2915:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:2917:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2918:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:2922:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2925:  for should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:2925:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/ex_docmd.c:2926:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:2930:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_docmd.c:2931:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2932:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:2932:  Use operator ~ instead of compl  [readability/alt_tokens] [2]
src/nvim/ex_docmd.c:2932:  Use operator ~ instead of compl  [readability/alt_tokens] [2]
src/nvim/ex_docmd.c:2933:  Use operator ~ instead of compl  [readability/alt_tokens] [2]
src/nvim/ex_docmd.c:2936:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2938:  for should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:2938:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/ex_docmd.c:2939:  Line contains only semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/ex_docmd.c:2940:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2946:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_docmd.c:2951:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2958:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:2976:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:3014:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:3024:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:3029:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:3031:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:3034:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:3037:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:3063:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:3071:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:3081:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:3082:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:3083:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:3083:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_docmd.c:3086:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:3087:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_docmd.c:3088:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_docmd.c:3090:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:3097:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:3098:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_docmd.c:3101:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:3103:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:3104:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_docmd.c:3105:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_docmd.c:3107:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:3107:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:3108:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_docmd.c:3109:  while should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:3110:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_docmd.c:3111:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:3123:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:3124:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:3125:  for should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:3126:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:3131:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:3132:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:3134:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:3140:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:3144:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:3164:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:3166:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:3193:  while should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:3222:  while should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:3224:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:3233:  Use operator ~ instead of compl  [readability/alt_tokens] [2]
src/nvim/ex_docmd.c:3234:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:3236:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:3236:  Use operator ~ instead of compl  [readability/alt_tokens] [2]
src/nvim/ex_docmd.c:3238:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:3238:  Use operator ~ instead of compl  [readability/alt_tokens] [2]
src/nvim/ex_docmd.c:3240:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:3240:  Use operator ~ instead of compl  [readability/alt_tokens] [2]
src/nvim/ex_docmd.c:3242:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:3242:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:3243:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:3246:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:3247:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:3249:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:3250:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:3250:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_docmd.c:3268:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:3268:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:3279:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:3279:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:3284:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:3284:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:3289:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:3289:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:3334:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:3335:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:3338:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_docmd.c:3365:  Small and focused functions are preferred: () has 610 non-comment lines (error triggered by exceeding 500 lines).  [readability/fn_size] [1]
src/nvim/ex_docmd.c:3367:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:3377:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/ex_docmd.c:3379:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:3386:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:3390:  while should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:3391:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:3392:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_docmd.c:3393:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:3396:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:3397:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_docmd.c:3400:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:3401:  while should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:3407:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:3435:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:3436:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_docmd.c:3460:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:3461:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_docmd.c:3497:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:3507:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:3508:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_docmd.c:3509:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:3509:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_docmd.c:3510:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:3513:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_docmd.c:3514:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:3515:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:3517:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:3517:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_docmd.c:3528:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:3535:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:3537:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:3538:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_docmd.c:3540:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:3541:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:3545:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:3547:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:3554:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:3556:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:3560:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:3567:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:3572:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:3573:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_docmd.c:3579:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:3581:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:3583:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:3583:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_docmd.c:3595:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:3600:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:3600:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_docmd.c:3605:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_docmd.c:3609:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:3609:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:3615:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:3621:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:3642:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:3643:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:3644:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:3646:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:3646:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/ex_docmd.c:3646:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:3648:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:3650:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:3653:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:3655:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:3665:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:3671:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:3673:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:3675:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:3684:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:3693:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:3695:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:3699:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:3711:  Missing space before ( in switch(  [whitespace/parens] [5]
src/nvim/ex_docmd.c:3715:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:3774:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:3779:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:3780:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:3782:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:3788:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:3801:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:3807:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:3820:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:3830:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:3832:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:3835:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:3837:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:3844:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:3846:  while should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:3847:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_docmd.c:3867:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:3875:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:3881:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:3887:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:3890:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:3897:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:3901:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:3902:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_docmd.c:3905:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:3910:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_docmd.c:3914:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:3918:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:3919:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:3919:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:3921:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:3926:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:3935:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:3957:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:3965:  for should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:3965:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/ex_docmd.c:3974:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:3988:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:3995:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4005:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:4005:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:4008:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_docmd.c:4017:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4025:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:4026:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/ex_docmd.c:4027:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4028:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:4029:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_docmd.c:4030:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:4037:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4043:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:4053:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:4056:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:4057:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:4068:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4078:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4085:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:4086:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4089:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4095:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4099:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4101:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4103:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4110:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:4118:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4129:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:4130:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4130:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_docmd.c:4131:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:4132:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4134:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4134:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:4137:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4138:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/ex_docmd.c:4142:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4143:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4145:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/ex_docmd.c:4150:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4156:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4157:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_docmd.c:4166:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4166:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:4170:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4178:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4179:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_docmd.c:4180:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:4182:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:4182:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_docmd.c:4184:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:4185:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:4186:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4189:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4195:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4199:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/ex_docmd.c:4201:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4206:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:4208:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:4209:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_docmd.c:4216:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4227:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4232:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_docmd.c:4234:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:4240:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4242:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:4254:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:4256:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:4264:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:4267:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_docmd.c:4269:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:4274:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:4277:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4278:  for should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:4278:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/ex_docmd.c:4281:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4284:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:4286:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:4288:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:4290:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:4297:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4302:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4302:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:4305:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4310:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4319:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:4322:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4327:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:4330:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4338:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4348:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4355:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_docmd.c:4357:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:4361:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4377:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4391:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4411:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4423:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4435:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4449:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4463:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4480:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4487:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:4489:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_docmd.c:4494:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4501:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:4503:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:4507:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4515:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/ex_docmd.c:4516:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/ex_docmd.c:4517:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4529:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:4531:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:4532:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:4534:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:4535:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:4539:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:4541:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:4543:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4550:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4555:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:4574:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4578:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4581:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:4583:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_docmd.c:4586:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4587:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/ex_docmd.c:4594:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:4596:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:4613:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4614:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:4618:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4627:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_docmd.c:4664:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4714:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:4722:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/ex_docmd.c:4726:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4727:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:4730:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4731:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:4732:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/ex_docmd.c:4733:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:4735:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:4738:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4749:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_docmd.c:4754:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4757:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/ex_docmd.c:4758:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/ex_docmd.c:4759:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/ex_docmd.c:4760:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/ex_docmd.c:4767:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4770:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4771:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/ex_docmd.c:4773:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_docmd.c:4775:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:4776:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4777:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/ex_docmd.c:4779:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_docmd.c:4801:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4802:  for should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:4802:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/ex_docmd.c:4816:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:4817:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:4821:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:4824:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:4829:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:4835:  Missing space after {  [whitespace/braces] [5]
src/nvim/ex_docmd.c:4838:  Missing space before }  [whitespace/braces] [5]
src/nvim/ex_docmd.c:4841:  for should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:4841:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/ex_docmd.c:4858:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4859:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:4861:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:4863:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:4865:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:4867:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:4867:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_docmd.c:4873:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4874:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/ex_docmd.c:4885:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:4886:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4886:  Line contains only semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/ex_docmd.c:4887:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:4889:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:4891:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:4893:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:4895:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:4904:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:4906:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:4928:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:4933:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:4937:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:4945:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:4972:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4983:  Use operator ~ instead of compl  [readability/alt_tokens] [2]
src/nvim/ex_docmd.c:4991:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4993:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_docmd.c:4995:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/ex_docmd.c:4995:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:5001:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:5003:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:5004:  while should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:5005:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_docmd.c:5013:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:5027:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_docmd.c:5032:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:5042:  Missing space before asterisk in ucmd_T*  [whitespace/operators] [2]
src/nvim/ex_docmd.c:5048:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:5065:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/ex_docmd.c:5068:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:5071:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:5085:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_docmd.c:5087:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:5091:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:5101:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:5103:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:5117:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:5119:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:5145:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:5179:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:5188:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/ex_docmd.c:5189:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/ex_docmd.c:5193:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:5194:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:5235:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:5239:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:5241:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_docmd.c:5246:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:5248:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:5252:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:5254:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:5257:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:5259:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/ex_docmd.c:5260:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:5261:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:5263:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_docmd.c:5264:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:5265:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_docmd.c:5270:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/ex_docmd.c:5271:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:5272:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:5275:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:5283:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:5284:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:5285:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:5289:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:5298:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:5301:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:5303:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:5305:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:5320:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/ex_docmd.c:5324:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:5328:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:5332:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:5422:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:5425:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:5427:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:5429:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:5436:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:5441:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:5443:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:5467:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:5469:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:5472:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:5479:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:5480:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:5485:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:5488:  for should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:5488:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/ex_docmd.c:5489:  Line contains only semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/ex_docmd.c:5493:  Closing ) should be moved to the previous line  [whitespace/parens] [2]
src/nvim/ex_docmd.c:5494:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:5509:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:5510:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:5513:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:5514:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_docmd.c:5516:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:5518:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:5520:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:5520:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_docmd.c:5526:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:5528:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:5531:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_docmd.c:5533:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:5535:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:5538:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:5543:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:5549:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:5559:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:5567:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:5572:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:5575:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:5580:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:5586:  Missing space after {  [whitespace/braces] [5]
src/nvim/ex_docmd.c:5588:  Missing space before }  [whitespace/braces] [5]
src/nvim/ex_docmd.c:5590:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:5595:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:5600:  Missing space after {  [whitespace/braces] [5]
src/nvim/ex_docmd.c:5600:  Missing space before }  [whitespace/braces] [5]
src/nvim/ex_docmd.c:5602:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:5607:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:5615:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:5641:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:5647:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:5662:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:5663:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/ex_docmd.c:5672:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/ex_docmd.c:5676:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:5678:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:5702:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:5724:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_docmd.c:5725:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:5726:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_docmd.c:5732:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_docmd.c:5734:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_docmd.c:5740:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:5742:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:5746:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:5752:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:5755:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:5764:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:5776:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:5792:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:5795:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:5795:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:5796:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:5814:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:5819:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:5827:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:5833:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:5834:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:5835:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:5840:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:5845:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:5846:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:5848:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:5858:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:5865:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:5867:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:5868:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:5870:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:5870:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_docmd.c:5873:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:5876:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:5883:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:5896:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:5900:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/ex_docmd.c:5901:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/ex_docmd.c:5904:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:5913:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:5914:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:5916:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:5924:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:5925:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:5927:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:5931:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:5939:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:5941:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:5943:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:5943:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_docmd.c:5955:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:5962:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:5967:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:5969:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:5971:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:5971:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_docmd.c:5972:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:5974:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:5976:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/ex_docmd.c:5980:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:5981:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:5983:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:5995:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6000:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6002:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:6003:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:6004:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:6008:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6021:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6024:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/ex_docmd.c:6028:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6030:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:6033:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:6035:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:6036:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:6040:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6050:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:6052:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:6057:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:6060:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6066:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:6073:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:6075:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:6075:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_docmd.c:6076:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6079:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:6080:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6080:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:6081:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:6081:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_docmd.c:6087:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:6090:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:6092:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:6098:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6111:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6113:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6115:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6119:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6128:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6133:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:6134:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6136:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:6159:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6164:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:6166:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:6166:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_docmd.c:6169:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:6171:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:6172:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:6174:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6177:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6182:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:6190:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6199:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6208:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6221:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6233:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6247:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6252:  for should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:6252:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/ex_docmd.c:6256:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:6257:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:6260:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:6260:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:6267:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6271:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/ex_docmd.c:6278:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/ex_docmd.c:6280:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6282:  while should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:6287:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6289:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:6298:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:6299:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:6302:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6306:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/ex_docmd.c:6307:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/ex_docmd.c:6310:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6313:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6313:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:6319:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:6322:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_docmd.c:6326:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6331:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/ex_docmd.c:6339:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/ex_docmd.c:6350:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6356:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:6359:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6364:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6365:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:6366:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:6367:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:6368:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:6369:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:6372:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:6374:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:6377:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6385:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6405:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6408:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:6410:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:6416:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:6417:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:6422:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6431:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:6433:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6434:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:6441:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:6442:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6447:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_docmd.c:6448:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:6457:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6471:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6488:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6494:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6503:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/ex_docmd.c:6503:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6512:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_docmd.c:6533:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_docmd.c:6539:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_docmd.c:6548:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6556:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:6566:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6579:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:6581:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:6583:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:6583:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:6585:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6592:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6605:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6616:  for should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:6617:  Line contains only semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/ex_docmd.c:6622:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:6624:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6624:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:6628:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:6630:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6630:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:6636:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6645:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:6647:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6652:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:6663:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6671:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6674:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/ex_docmd.c:6675:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/ex_docmd.c:6677:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6683:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6688:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:6690:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6703:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:6721:  Closing ) should be moved to the previous line  [whitespace/parens] [2]
src/nvim/ex_docmd.c:6722:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6725:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:6726:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:6730:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/ex_docmd.c:6734:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6736:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:6739:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:6740:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:6741:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:6742:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/ex_docmd.c:6742:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6742:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:6746:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:6747:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:6748:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:6749:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:6751:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:6752:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:6753:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:6754:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6760:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6765:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6772:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6776:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:6780:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:6784:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:6788:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6792:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:6800:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:6803:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6815:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:6817:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:6821:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6836:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6857:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6864:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:6865:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:6866:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:6867:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:6871:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:6877:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:6884:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:6896:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6896:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:6897:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:6898:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:6898:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_docmd.c:6899:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:6903:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6903:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:6906:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:6908:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:6911:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:6912:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
src/nvim/ex_docmd.c:6915:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:6919:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6921:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:6923:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:6926:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:6927:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:6929:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_docmd.c:6998:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:7011:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7012:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:7014:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:7017:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:7020:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7029:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7031:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:7033:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:7064:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7065:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:7072:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7082:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_docmd.c:7086:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7102:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:7115:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7137:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:7145:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7158:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:7160:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:7170:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7177:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_docmd.c:7182:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:7184:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:7185:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7194:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7214:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:7228:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7229:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:7230:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/ex_docmd.c:7231:  End of the inner expression should have the same indent as start  [whitespace/indent] [2]
src/nvim/ex_docmd.c:7233:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:7235:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:7242:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7247:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7250:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:7257:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7269:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7278:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:7280:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_docmd.c:7287:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7294:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:7295:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:7299:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7311:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7318:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7318:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:7324:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_docmd.c:7326:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:7331:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7346:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7347:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:7353:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:7355:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7360:  while should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:7367:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7372:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:7375:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7380:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7380:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:7381:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:7382:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:7391:  Should leave no spaces after a cast: u'(char *) eap'  [whitespace/cast] [2]
src/nvim/ex_docmd.c:7399:  Should leave no spaces after a cast: u'(char *) eap'  [whitespace/cast] [2]
src/nvim/ex_docmd.c:7402:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7410:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7416:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:7417:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:7420:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:7422:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:7425:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:7426:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:7427:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:7428:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:7429:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:7433:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:7435:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:7437:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:7437:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:7440:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7449:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:7451:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:7451:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_docmd.c:7453:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_docmd.c:7455:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_docmd.c:7457:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_docmd.c:7463:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7465:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:7471:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7473:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_docmd.c:7476:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7476:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:7478:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:7478:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_docmd.c:7479:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7480:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:7496:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7501:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_docmd.c:7502:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:7503:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_docmd.c:7504:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:7506:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:7509:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7510:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/ex_docmd.c:7514:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7516:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:7519:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:7522:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7531:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:7534:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:7535:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:7536:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:7541:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7542:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:7545:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7546:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:7551:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7560:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:7561:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:7563:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:7588:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7588:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:7591:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7604:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:7607:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7609:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:7624:  Should leave no spaces after a cast: u'(char *) eap'  [whitespace/cast] [2]
src/nvim/ex_docmd.c:7633:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7638:  Should leave no spaces after a cast: u'(char_u *) fname'  [whitespace/cast] [2]
src/nvim/ex_docmd.c:7640:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:7642:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:7646:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7647:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:7648:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:7651:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7652:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:7656:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:7657:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:7660:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:7664:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:7667:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:7668:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:7670:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:7672:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7675:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7678:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:7682:  Should leave no spaces after a cast: u'(char_u *) fname'  [whitespace/cast] [2]
src/nvim/ex_docmd.c:7687:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:7688:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:7693:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7697:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:7699:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:7700:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7704:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:7706:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:7712:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:7714:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:7716:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:7717:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:7718:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:7720:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:7721:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:7724:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:7725:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:7740:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:7757:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7762:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/ex_docmd.c:7765:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7771:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7782:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:7788:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7795:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7795:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:7797:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7797:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:7799:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:7799:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_docmd.c:7800:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7803:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7803:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:7805:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7809:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7814:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7816:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:7821:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7850:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_docmd.c:7852:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7852:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:7853:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7854:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7854:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:7856:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7864:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7865:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/ex_docmd.c:7866:  for should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:7866:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/ex_docmd.c:7867:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7867:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:7874:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/ex_docmd.c:7876:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/ex_docmd.c:7888:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7896:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7909:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:7913:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7916:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7919:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_docmd.c:7932:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7934:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7938:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7942:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7950:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:7953:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7955:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:7958:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:7960:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:7962:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:7966:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:7968:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7972:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7978:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:7981:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8012:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:8017:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8029:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:8035:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8036:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:8038:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:8041:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8044:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8047:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8053:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8057:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8058:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:8059:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_docmd.c:8065:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8066:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:8068:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:8072:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:8079:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8084:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8088:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8099:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:8101:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8109:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8122:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8135:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8137:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8139:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8141:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8143:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8145:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8147:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8148:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8150:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8152:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8166:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:8166:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:8169:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8183:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8185:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8187:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8189:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8191:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8193:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8195:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8197:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8201:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/ex_docmd.c:8212:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8233:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/ex_docmd.c:8240:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:8234:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8235:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8236:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8237:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8238:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8239:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/ex_docmd.c:8239:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8240:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:8249:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8250:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:8254:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:8255:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:8257:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8261:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8266:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8272:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8276:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8288:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8295:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/ex_docmd.c:8295:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_docmd.c:8297:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8300:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8301:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_docmd.c:8305:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8306:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8310:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:8311:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:8312:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:8316:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8316:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:8317:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_docmd.c:8319:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8323:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8328:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:8340:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:8344:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8345:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_docmd.c:8350:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8356:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8359:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8362:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8364:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:8365:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:8377:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8383:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/ex_docmd.c:8387:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8396:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8404:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8409:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/ex_docmd.c:8418:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8419:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8420:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_docmd.c:8421:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:8433:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:8434:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8437:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:8440:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_docmd.c:8446:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8458:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8465:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/ex_docmd.c:8471:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8472:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:8474:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_docmd.c:8495:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8501:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8508:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8526:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:8527:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_docmd.c:8528:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:8528:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_docmd.c:8529:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8532:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:8537:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8550:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8558:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8562:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/ex_docmd.c:8563:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/ex_docmd.c:8565:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8568:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:8580:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:8581:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8581:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:8583:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8587:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:8589:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:8590:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:8593:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8596:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:8599:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8603:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:8617:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8621:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:8622:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:8622:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/ex_docmd.c:8626:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:8628:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:8631:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8634:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:8637:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8643:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:8645:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:8646:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:8652:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8659:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8660:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:8666:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:8675:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:8678:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8684:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8686:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/ex_docmd.c:8693:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:8694:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8702:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:8703:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:8706:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8717:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:8720:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:8721:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:8727:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8728:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:8731:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8734:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:8736:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:8738:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:8740:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:8743:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8749:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:8750:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_docmd.c:8751:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:8752:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:8753:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:8757:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8758:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:8761:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8768:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:8770:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:8773:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8777:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:8779:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:8780:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:8782:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:8787:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8792:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8795:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:8799:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8803:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:8806:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8808:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:8813:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:8821:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8824:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:8825:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:8828:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:8830:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:8832:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:8835:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8836:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:8837:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:8841:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8844:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:8860:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:8862:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_docmd.c:8864:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8865:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:8867:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:8868:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:8869:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:8870:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:8867:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:8868:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:8869:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:8870:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:8874:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8875:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:8877:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:8877:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:8884:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8885:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:8891:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8903:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8906:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:8908:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8910:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:8912:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:8912:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:8914:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_docmd.c:8917:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8918:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:8919:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:8923:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8929:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8930:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:8937:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8945:  for should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:8946:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:8951:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8959:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:8961:  for should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:8962:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:8963:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:8964:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:8981:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8985:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/ex_docmd.c:8986:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/ex_docmd.c:8992:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/ex_docmd.c:8989:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8990:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8991:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/ex_docmd.c:8991:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8998:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:9000:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:9004:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:9008:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:9011:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:9012:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:9013:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:9014:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:9018:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:9022:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:9025:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:9028:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:9030:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:9036:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:9040:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:9044:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:9045:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:9048:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:9049:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:9053:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:9057:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:9060:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:9064:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:9074:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:9076:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:9077:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:9079:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:9083:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:9086:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:9093:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:9097:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:9101:  Redundant blank line at the start of a code block should be deleted.  [whitespace/blank_line] [2]
src/nvim/ex_docmd.c:9102:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:9104:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:9118:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:9120:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:9124:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:9125:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:9133:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:9133:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:9141:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:9148:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:9152:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:9156:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:9162:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:9166:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/ex_docmd.c:9167:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/ex_docmd.c:9171:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:9184:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/ex_docmd.c:9185:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:9190:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:9204:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:9213:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:9218:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:9224:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:9226:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:9231:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:9244:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:9245:  for should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:9246:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:9250:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:9251:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:9254:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:9260:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:9267:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:9285:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_docmd.c:9286:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_docmd.c:9287:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/ex_docmd.c:9291:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_docmd.c:9305:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:9307:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:9310:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_docmd.c:9315:  Almost always, snprintf is better than strcpy  [runtime/printf] [4]
src/nvim/ex_docmd.c:9322:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:9340:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:9346:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:9351:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:9359:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:9362:  Should leave no spaces after a cast: u'(void) shada_read_everything'  [whitespace/cast] [2]
src/nvim/ex_docmd.c:9364:  Should leave no spaces after a cast: u'(char *) eap'  [whitespace/cast] [2]
src/nvim/ex_docmd.c:9369:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:9375:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:9380:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:9390:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:9396:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_docmd.c:9400:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:9406:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:9408:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:9417:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:9433:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:9441:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:9486:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_docmd.c:9506:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:9511:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:9517:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:9519:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:9527:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:9529:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_docmd.c:9534:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:9539:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:9608:  if should always use braces  [readability/braces] [5]
src/nvim/ex_docmd.c:9608:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_docmd.c:9615:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_docmd.c:9615:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_docmd.c:9621:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/ex_docmd.c:9647:  Missing spaces around ==  [whitespace/operators] [3]
src/nvim/ex_docmd.c:9647:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_eval.c:1:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:27:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:44:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:60:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:61:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_eval.c:63:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_eval.c:67:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:76:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_eval.c:78:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:94:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:102:  if should always use braces  [readability/braces] [5]
src/nvim/ex_eval.c:103:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_eval.c:106:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:117:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:125:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:130:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:144:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:150:  if should always use braces  [readability/braces] [5]
src/nvim/ex_eval.c:151:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_eval.c:153:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:164:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_eval.c:167:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:175:  if should always use braces  [readability/braces] [5]
src/nvim/ex_eval.c:176:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_eval.c:178:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:186:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_eval.c:187:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_eval.c:190:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:194:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_eval.c:196:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:206:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:209:  if should always use braces  [readability/braces] [5]
src/nvim/ex_eval.c:210:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_eval.c:216:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:221:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_eval.c:222:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_eval.c:225:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:237:  while should always use braces  [readability/braces] [5]
src/nvim/ex_eval.c:248:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:250:  if should always use braces  [readability/braces] [5]
src/nvim/ex_eval.c:257:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_eval.c:261:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_eval.c:265:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:281:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:291:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:298:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:303:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_eval.c:304:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_eval.c:307:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:309:  if should always use braces  [readability/braces] [5]
src/nvim/ex_eval.c:312:  if should always use braces  [readability/braces] [5]
src/nvim/ex_eval.c:314:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_eval.c:314:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_eval.c:315:  if should always use braces  [readability/braces] [5]
src/nvim/ex_eval.c:317:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_eval.c:318:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_eval.c:323:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:330:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:334:  if should always use braces  [readability/braces] [5]
src/nvim/ex_eval.c:335:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_eval.c:337:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:339:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:344:  if should always use braces  [readability/braces] [5]
src/nvim/ex_eval.c:346:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_eval.c:349:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:358:  if should always use braces  [readability/braces] [5]
src/nvim/ex_eval.c:359:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_eval.c:361:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:364:  if should always use braces  [readability/braces] [5]
src/nvim/ex_eval.c:368:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_eval.c:371:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:374:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/ex_eval.c:393:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:417:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/ex_eval.c:424:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_eval.c:425:  Should leave no spaces after a cast: u'(char_u *) value'  [whitespace/cast] [2]
src/nvim/ex_eval.c:432:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:443:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:459:  if should always use braces  [readability/braces] [5]
src/nvim/ex_eval.c:460:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:465:  if should always use braces  [readability/braces] [5]
src/nvim/ex_eval.c:470:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_eval.c:476:  if should always use braces  [readability/braces] [5]
src/nvim/ex_eval.c:477:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:477:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_eval.c:478:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_eval.c:480:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_eval.c:481:  if should always use braces  [readability/braces] [5]
src/nvim/ex_eval.c:482:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:482:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_eval.c:485:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:487:  if should always use braces  [readability/braces] [5]
src/nvim/ex_eval.c:489:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_eval.c:490:  if should always use braces  [readability/braces] [5]
src/nvim/ex_eval.c:492:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_eval.c:501:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_eval.c:508:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:525:  if should always use braces  [readability/braces] [5]
src/nvim/ex_eval.c:526:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:526:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_eval.c:527:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_eval.c:529:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_eval.c:530:  if should always use braces  [readability/braces] [5]
src/nvim/ex_eval.c:531:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:531:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_eval.c:533:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_eval.c:535:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:536:  if should always use braces  [readability/braces] [5]
src/nvim/ex_eval.c:538:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_eval.c:539:  if should always use braces  [readability/braces] [5]
src/nvim/ex_eval.c:541:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_eval.c:546:  if should always use braces  [readability/braces] [5]
src/nvim/ex_eval.c:548:  if should always use braces  [readability/braces] [5]
src/nvim/ex_eval.c:554:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:559:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_eval.c:561:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_eval.c:562:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_eval.c:565:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:572:  Should leave no spaces after a cast: u'(char *) excp'  [whitespace/cast] [2]
src/nvim/ex_eval.c:580:  Should leave no spaces after a cast: u'(char *) IObuff'  [whitespace/cast] [2]
src/nvim/ex_eval.c:589:  if should always use braces  [readability/braces] [5]
src/nvim/ex_eval.c:590:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:590:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_eval.c:591:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_eval.c:593:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_eval.c:594:  if should always use braces  [readability/braces] [5]
src/nvim/ex_eval.c:595:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:595:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_eval.c:598:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:600:  if should always use braces  [readability/braces] [5]
src/nvim/ex_eval.c:602:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_eval.c:603:  if should always use braces  [readability/braces] [5]
src/nvim/ex_eval.c:605:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_eval.c:610:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:615:  if should always use braces  [readability/braces] [5]
src/nvim/ex_eval.c:619:  Should leave no spaces after a cast: u'(char *) caught_stack'  [whitespace/cast] [2]
src/nvim/ex_eval.c:629:  Should leave no spaces after a cast: u'(char *) IObuff'  [whitespace/cast] [2]
src/nvim/ex_eval.c:640:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:641:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_eval.c:644:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:651:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:673:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:693:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:703:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_eval.c:705:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_eval.c:707:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:707:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_eval.c:712:  if should always use braces  [readability/braces] [5]
src/nvim/ex_eval.c:713:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:713:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_eval.c:714:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_eval.c:715:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:715:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_eval.c:717:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:719:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_eval.c:720:  if should always use braces  [readability/braces] [5]
src/nvim/ex_eval.c:723:  if should always use braces  [readability/braces] [5]
src/nvim/ex_eval.c:725:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_eval.c:729:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:736:  if should always use braces  [readability/braces] [5]
src/nvim/ex_eval.c:739:  if should always use braces  [readability/braces] [5]
src/nvim/ex_eval.c:744:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:751:  if should always use braces  [readability/braces] [5]
src/nvim/ex_eval.c:754:  if should always use braces  [readability/braces] [5]
src/nvim/ex_eval.c:759:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:766:  if should always use braces  [readability/braces] [5]
src/nvim/ex_eval.c:769:  if should always use braces  [readability/braces] [5]
src/nvim/ex_eval.c:775:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:785:  if should always use braces  [readability/braces] [5]
src/nvim/ex_eval.c:787:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_eval.c:787:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_eval.c:788:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_eval.c:791:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:804:  if should always use braces  [readability/braces] [5]
src/nvim/ex_eval.c:806:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_eval.c:807:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:812:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:817:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_eval.c:818:  if should always use braces  [readability/braces] [5]
src/nvim/ex_eval.c:822:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_eval.c:822:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_eval.c:823:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:832:  if should always use braces  [readability/braces] [5]
src/nvim/ex_eval.c:836:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_eval.c:840:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:850:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:868:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_eval.c:875:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_eval.c:878:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:880:  if should always use braces  [readability/braces] [5]
src/nvim/ex_eval.c:882:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:882:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_eval.c:883:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_eval.c:886:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:898:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_eval.c:903:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:910:  if should always use braces  [readability/braces] [5]
src/nvim/ex_eval.c:912:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_eval.c:914:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_eval.c:915:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:917:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_eval.c:921:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:931:  if should always use braces  [readability/braces] [5]
src/nvim/ex_eval.c:933:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_eval.c:933:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_eval.c:934:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:940:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_eval.c:941:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_eval.c:947:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:957:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:964:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:968:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:971:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_eval.c:973:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:978:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:979:  if should always use braces  [readability/braces] [5]
src/nvim/ex_eval.c:981:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_eval.c:982:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_eval.c:990:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1000:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1004:  if should always use braces  [readability/braces] [5]
src/nvim/ex_eval.c:1010:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1018:  if should always use braces  [readability/braces] [5]
src/nvim/ex_eval.c:1020:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_eval.c:1020:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_eval.c:1021:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1025:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_eval.c:1030:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1034:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1036:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1044:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1052:  if should always use braces  [readability/braces] [5]
src/nvim/ex_eval.c:1054:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_eval.c:1054:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_eval.c:1055:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1059:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_eval.c:1067:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1086:  if should always use braces  [readability/braces] [5]
src/nvim/ex_eval.c:1088:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_eval.c:1088:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_eval.c:1091:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1093:  if should always use braces  [readability/braces] [5]
src/nvim/ex_eval.c:1095:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_eval.c:1099:  if should always use braces  [readability/braces] [5]
src/nvim/ex_eval.c:1101:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_eval.c:1103:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1104:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/ex_eval.c:1107:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1112:  if should always use braces  [readability/braces] [5]
src/nvim/ex_eval.c:1115:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1116:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_eval.c:1119:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1129:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/ex_eval.c:1134:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1143:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1151:  if should always use braces  [readability/braces] [5]
src/nvim/ex_eval.c:1153:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_eval.c:1153:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_eval.c:1158:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1161:  if should always use braces  [readability/braces] [5]
src/nvim/ex_eval.c:1163:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_eval.c:1168:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1176:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_eval.c:1178:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1189:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_eval.c:1190:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_eval.c:1195:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_eval.c:1196:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_eval.c:1201:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1215:  if should always use braces  [readability/braces] [5]
src/nvim/ex_eval.c:1217:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_eval.c:1218:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1227:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_eval.c:1230:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1238:  if should always use braces  [readability/braces] [5]
src/nvim/ex_eval.c:1240:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_eval.c:1240:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_eval.c:1241:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_eval.c:1242:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_eval.c:1246:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1257:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1262:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1287:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
src/nvim/ex_eval.c:1291:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1297:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_eval.c:1298:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_eval.c:1299:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_eval.c:1310:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_eval.c:1313:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1316:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_eval.c:1318:  for should always use braces  [readability/braces] [5]
src/nvim/ex_eval.c:1318:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/ex_eval.c:1319:  if should always use braces  [readability/braces] [5]
src/nvim/ex_eval.c:1322:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1325:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_eval.c:1326:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_eval.c:1328:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_eval.c:1331:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1337:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_eval.c:1341:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1346:  if should always use braces  [readability/braces] [5]
src/nvim/ex_eval.c:1347:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_eval.c:1349:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1361:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1369:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1396:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_eval.c:1398:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_eval.c:1406:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1409:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_eval.c:1411:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1416:  if should always use braces  [readability/braces] [5]
src/nvim/ex_eval.c:1419:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1429:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_eval.c:1433:  if should always use braces  [readability/braces] [5]
src/nvim/ex_eval.c:1437:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1443:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_eval.c:1447:  if should always use braces  [readability/braces] [5]
src/nvim/ex_eval.c:1449:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_eval.c:1449:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_eval.c:1452:  for should always use braces  [readability/braces] [5]
src/nvim/ex_eval.c:1452:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/ex_eval.c:1453:  if should always use braces  [readability/braces] [5]
src/nvim/ex_eval.c:1455:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1459:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_eval.c:1463:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1468:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_eval.c:1470:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1481:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1485:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1492:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1500:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_eval.c:1502:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1520:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_eval.c:1523:  if should always use braces  [readability/braces] [5]
src/nvim/ex_eval.c:1525:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_eval.c:1532:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1539:  if should always use braces  [readability/braces] [5]
src/nvim/ex_eval.c:1544:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1556:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1563:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_eval.c:1586:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1589:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_eval.c:1590:  while should always use braces  [readability/braces] [5]
src/nvim/ex_eval.c:1590:  Empty loop bodies should use {} or continue  [whitespace/empty_loop_body] [5]
src/nvim/ex_eval.c:1592:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_eval.c:1593:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_eval.c:1595:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1602:  if should always use braces  [readability/braces] [5]
src/nvim/ex_eval.c:1607:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1613:  if should always use braces  [readability/braces] [5]
src/nvim/ex_eval.c:1615:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_eval.c:1618:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1630:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1634:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_eval.c:1636:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1638:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_eval.c:1639:  if should always use braces  [readability/braces] [5]
src/nvim/ex_eval.c:1640:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_eval.c:1644:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1653:  if should always use braces  [readability/braces] [5]
src/nvim/ex_eval.c:1655:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_eval.c:1659:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1669:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_eval.c:1671:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_eval.c:1672:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_eval.c:1676:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_eval.c:1677:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_eval.c:1682:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1696:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_eval.c:1699:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_eval.c:1702:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1709:  if should always use braces  [readability/braces] [5]
src/nvim/ex_eval.c:1710:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_eval.c:1711:  if should always use braces  [readability/braces] [5]
src/nvim/ex_eval.c:1712:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_eval.c:1713:  if should always use braces  [readability/braces] [5]
src/nvim/ex_eval.c:1714:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_eval.c:1719:  if should always use braces  [readability/braces] [5]
src/nvim/ex_eval.c:1720:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1725:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1738:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1750:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1761:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1768:  if should always use braces  [readability/braces] [5]
src/nvim/ex_eval.c:1770:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_eval.c:1770:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_eval.c:1774:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_eval.c:1777:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_eval.c:1779:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1787:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1806:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1806:  if should always use braces  [readability/braces] [5]
src/nvim/ex_eval.c:1809:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1814:  if should always use braces  [readability/braces] [5]
src/nvim/ex_eval.c:1815:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1816:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_eval.c:1817:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_eval.c:1820:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1822:  if should always use braces  [readability/braces] [5]
src/nvim/ex_eval.c:1825:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1830:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/ex_eval.c:1830:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_eval.c:1831:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1836:  if should always use braces  [readability/braces] [5]
src/nvim/ex_eval.c:1839:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1844:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_eval.c:1846:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_eval.c:1849:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1852:  if should always use braces  [readability/braces] [5]
src/nvim/ex_eval.c:1853:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_eval.c:1854:  if should always use braces  [readability/braces] [5]
src/nvim/ex_eval.c:1855:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_eval.c:1856:  if should always use braces  [readability/braces] [5]
src/nvim/ex_eval.c:1857:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1857:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_eval.c:1859:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1861:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_eval.c:1866:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1882:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/ex_eval.c:1885:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_eval.c:1887:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/ex_eval.c:1889:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1909:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_eval.c:1917:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1921:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_eval.c:1922:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_eval.c:1922:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_eval.c:1923:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_eval.c:1925:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_eval.c:1932:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1938:  if should always use braces  [readability/braces] [5]
src/nvim/ex_eval.c:1941:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1946:  if should always use braces  [readability/braces] [5]
src/nvim/ex_eval.c:1948:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_eval.c:1953:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1958:  if should always use braces  [readability/braces] [5]
src/nvim/ex_eval.c:1960:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_eval.c:1963:  if should always use braces  [readability/braces] [5]
src/nvim/ex_eval.c:1966:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1981:  if should always use braces  [readability/braces] [5]
src/nvim/ex_eval.c:1987:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1992:  if should always use braces  [readability/braces] [5]
src/nvim/ex_eval.c:1994:  if should always use braces  [readability/braces] [5]
src/nvim/ex_eval.c:2000:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:2007:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/ex_eval.c:2010:  if should always use braces  [readability/braces] [5]
src/nvim/ex_eval.c:2011:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_eval.c:2012:  if should always use braces  [readability/braces] [5]
src/nvim/ex_eval.c:2014:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_eval.c:2018:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:2026:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:2033:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.c:2035:  while should always use braces  [readability/braces] [5]
src/nvim/ex_eval.c:2036:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_eval.c:2038:  if should always use braces  [readability/braces] [5]
src/nvim/ex_eval.c:2042:  if should always use braces  [readability/braces] [5]
src/nvim/ex_eval.c:2044:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_eval.c:2045:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_getln.c:1:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:61:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:67:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:68:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:69:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:70:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:71:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:72:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:73:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:74:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:75:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:76:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/ex_getln.c:76:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:78:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/ex_getln.c:78:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:80:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:81:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:82:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:124:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:130:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:132:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:134:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:139:  Missing space after {  [whitespace/braces] [5]
src/nvim/ex_getln.c:139:  Missing space before }  [whitespace/braces] [5]
src/nvim/ex_getln.c:140:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:140:  Missing space after {  [whitespace/braces] [5]
src/nvim/ex_getln.c:140:  Missing space before }  [whitespace/braces] [5]
src/nvim/ex_getln.c:141:  Missing space after {  [whitespace/braces] [5]
src/nvim/ex_getln.c:141:  Missing space before }  [whitespace/braces] [5]
src/nvim/ex_getln.c:142:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:143:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:150:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:152:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:296:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_getln.c:542:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_getln.c:594:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_getln.c:619:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_getln.c:620:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_getln.c:622:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_getln.c:623:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_getln.c:652:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_getln.c:654:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_getln.c:707:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_getln.c:707:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_getln.c:749:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_getln.c:752:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_getln.c:764:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_getln.c:767:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_getln.c:799:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_getln.c:805:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_getln.c:808:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_getln.c:819:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_getln.c:871:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_getln.c:876:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_getln.c:893:  while should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:902:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_getln.c:906:  while should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:908:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_getln.c:910:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_getln.c:1014:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_getln.c:1023:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_getln.c:1088:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_getln.c:1105:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_getln.c:1164:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_getln.c:1219:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:1259:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_getln.c:1297:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_getln.c:1319:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_getln.c:1331:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_getln.c:1331:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_getln.c:1357:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/ex_getln.c:1359:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/ex_getln.c:1375:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_getln.c:1382:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_getln.c:1468:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_getln.c:1469:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_getln.c:1468:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_getln.c:1469:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_getln.c:1524:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_getln.c:1528:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_getln.c:1529:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_getln.c:1530:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_getln.c:1609:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:1629:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/ex_getln.c:1638:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:1645:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/ex_getln.c:1647:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:1648:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:1649:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:1650:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:1665:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:1669:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:1675:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:1680:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:1681:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_getln.c:1685:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:1691:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:1693:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_getln.c:1697:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:1705:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_getln.c:1710:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:1718:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_getln.c:1720:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_getln.c:1725:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:1725:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:1730:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:1736:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:1738:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_getln.c:1742:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:1752:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:1752:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:1754:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_getln.c:1756:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/ex_getln.c:1758:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:1759:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:1761:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:1767:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:1772:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:1778:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:1784:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:1788:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/ex_getln.c:1789:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:1791:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:1794:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:1795:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:1800:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:1807:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/ex_getln.c:1809:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/ex_getln.c:1808:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/ex_getln.c:1808:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:1808:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/ex_getln.c:1811:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:1818:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:1818:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_getln.c:1824:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:1826:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:1829:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:1830:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:1832:  while should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:1839:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:1852:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_getln.c:1853:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_getln.c:1855:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:1858:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_getln.c:1862:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:1867:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:1878:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:1879:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:1910:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_getln.c:1925:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:1949:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:1952:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:1953:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_getln.c:1958:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_getln.c:1962:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_getln.c:1970:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_getln.c:1982:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_getln.c:2001:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:2003:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_getln.c:2004:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2013:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_getln.c:2018:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2023:  while should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:2024:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_getln.c:2027:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2035:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_getln.c:2036:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_getln.c:2043:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_getln.c:2044:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_getln.c:2046:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2047:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_getln.c:2049:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:2050:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_getln.c:2051:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2051:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_getln.c:2053:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:2059:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2066:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2069:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:2071:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_getln.c:2078:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2088:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2089:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2101:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2103:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:2118:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2126:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:2127:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/ex_getln.c:2129:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:2132:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/ex_getln.c:2145:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2150:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2158:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2168:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2170:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2174:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:2176:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_getln.c:2179:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2180:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:2182:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_getln.c:2182:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_getln.c:2186:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_getln.c:2198:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:2210:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_getln.c:2214:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2221:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:2223:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_getln.c:2225:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:2227:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_getln.c:2231:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2236:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:2238:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_getln.c:2239:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:2241:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_getln.c:2243:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_getln.c:2244:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_getln.c:2246:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_getln.c:2250:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2264:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:2271:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_getln.c:2272:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_getln.c:2276:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2278:  for should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:2279:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_getln.c:2280:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2282:  for should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:2284:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_getln.c:2287:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_getln.c:2289:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_getln.c:2291:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_getln.c:2298:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2311:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2315:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_getln.c:2318:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_getln.c:2322:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2328:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_getln.c:2334:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_getln.c:2338:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2339:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:2341:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_getln.c:2343:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2350:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2350:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:2352:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_getln.c:2354:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/ex_getln.c:2356:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2357:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:2359:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2362:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:2366:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:2371:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_getln.c:2375:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:2380:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_getln.c:2382:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2391:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_getln.c:2400:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2409:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2420:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2447:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2449:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:2453:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2456:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:2460:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2463:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_getln.c:2464:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_getln.c:2465:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_getln.c:2469:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2470:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:2473:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2480:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2484:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:2488:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:2490:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_getln.c:2494:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:2499:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:2507:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2517:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:2518:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_getln.c:2519:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_getln.c:2522:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:2523:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_getln.c:2524:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:2526:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_getln.c:2528:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:2539:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2546:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_getln.c:2551:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2557:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:2559:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_getln.c:2569:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:2571:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:2576:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2577:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:2578:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_getln.c:2579:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_getln.c:2580:  for should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:2580:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/ex_getln.c:2584:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2589:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:2592:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2602:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2603:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_getln.c:2606:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_getln.c:2610:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2614:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2614:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_getln.c:2616:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2618:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_getln.c:2623:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:2625:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_getln.c:2632:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:2638:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:2643:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:2653:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:2655:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_getln.c:2656:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2657:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2657:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:2658:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2662:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2670:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2670:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:2671:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_getln.c:2681:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:2682:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:2686:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2692:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/ex_getln.c:2693:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/ex_getln.c:2696:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2697:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2712:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2715:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2719:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2726:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2731:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2734:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:2735:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_getln.c:2737:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_getln.c:2737:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_getln.c:2740:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:2743:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:2746:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_getln.c:2747:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_getln.c:2749:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2751:  for should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:2751:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/ex_getln.c:2752:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:2770:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_getln.c:2771:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_getln.c:2781:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2783:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:2786:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:2788:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_getln.c:2789:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2795:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2830:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/ex_getln.c:2833:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2840:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2841:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_getln.c:2843:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2845:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2851:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:2853:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_getln.c:2854:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2854:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_getln.c:2855:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_getln.c:2857:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2862:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:2864:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_getln.c:2868:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:2870:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_getln.c:2873:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:2875:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_getln.c:2876:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:2879:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_getln.c:2883:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2892:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2892:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:2898:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_getln.c:2900:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2904:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_getln.c:2906:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2910:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:2914:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:2917:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2920:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2925:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:2927:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_getln.c:2932:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2938:  for should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:2938:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/ex_getln.c:2939:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:2940:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_getln.c:2943:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2948:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:2950:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_getln.c:2953:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:2973:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/ex_getln.c:3007:  for should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:3007:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/ex_getln.c:3011:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/ex_getln.c:3013:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:3018:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:3021:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3022:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:3028:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3037:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_getln.c:3045:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3056:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/ex_getln.c:3061:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3064:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:3073:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3077:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/ex_getln.c:3078:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3090:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_getln.c:3097:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3099:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:3104:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3106:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:3109:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3113:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/ex_getln.c:3122:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3135:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3136:  for should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:3136:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/ex_getln.c:3137:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:3146:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3154:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3163:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3175:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3185:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/ex_getln.c:3193:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3215:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_getln.c:3217:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:3227:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3227:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_getln.c:3228:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3232:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3232:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_getln.c:3233:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3236:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:3237:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3237:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_getln.c:3238:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_getln.c:3240:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_getln.c:3240:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_getln.c:3241:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3243:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/ex_getln.c:3247:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_getln.c:3249:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_getln.c:3251:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:3255:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:3257:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_getln.c:3257:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_getln.c:3258:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3259:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3261:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:3266:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3275:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3276:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/ex_getln.c:3288:  for should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:3293:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3298:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3301:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_getln.c:3307:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_getln.c:3308:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3310:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:3312:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_getln.c:3312:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_getln.c:3314:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_getln.c:3314:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_getln.c:3318:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_getln.c:3323:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3327:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3329:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_getln.c:3334:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3338:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3341:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:3347:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3355:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_getln.c:3358:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:3363:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_getln.c:3364:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_getln.c:3366:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_getln.c:3373:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3383:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3384:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:3387:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_getln.c:3390:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3390:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:3391:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_getln.c:3394:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3396:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:3397:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_getln.c:3398:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_getln.c:3399:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_getln.c:3401:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_getln.c:3404:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3412:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/ex_getln.c:3415:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3429:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3435:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3437:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:3445:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_getln.c:3445:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_getln.c:3446:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3448:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:3449:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/ex_getln.c:3449:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3452:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3453:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:3454:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3456:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3458:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:3460:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3467:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3469:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:3499:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3510:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/ex_getln.c:3511:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:3516:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:3521:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_getln.c:3522:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_getln.c:3528:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3573:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3584:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/ex_getln.c:3585:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/ex_getln.c:3587:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3588:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3589:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3595:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3599:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:3605:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3611:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_getln.c:3612:  while should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:3615:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3623:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3634:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/ex_getln.c:3635:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/ex_getln.c:3637:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3638:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3639:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3640:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3648:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3651:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3655:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3659:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:3662:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3672:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3681:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/ex_getln.c:3684:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3686:  for should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:3686:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/ex_getln.c:3687:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:3691:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:3697:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3700:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/ex_getln.c:3701:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/ex_getln.c:3706:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3713:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3714:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:3716:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:3718:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:3720:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:3729:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3732:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_getln.c:3735:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3738:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_getln.c:3740:  for should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:3740:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/ex_getln.c:3742:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:3747:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:3753:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:3755:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_getln.c:3757:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_getln.c:3759:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:3762:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3764:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:3772:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3775:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_getln.c:3775:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_getln.c:3791:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:3793:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:3820:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:3823:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3826:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:3829:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_getln.c:3831:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_getln.c:3833:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_getln.c:3833:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_getln.c:3841:  Missing space after {  [whitespace/braces] [5]
src/nvim/ex_getln.c:3841:  Missing space before }  [whitespace/braces] [5]
src/nvim/ex_getln.c:3841:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_getln.c:3842:  Missing space after {  [whitespace/braces] [5]
src/nvim/ex_getln.c:3842:  Missing space before }  [whitespace/braces] [5]
src/nvim/ex_getln.c:3842:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_getln.c:3843:  Missing space after {  [whitespace/braces] [5]
src/nvim/ex_getln.c:3843:  Missing space before }  [whitespace/braces] [5]
src/nvim/ex_getln.c:3843:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_getln.c:3844:  Missing space after {  [whitespace/braces] [5]
src/nvim/ex_getln.c:3844:  Missing space before }  [whitespace/braces] [5]
src/nvim/ex_getln.c:3844:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_getln.c:3845:  Missing space after {  [whitespace/braces] [5]
src/nvim/ex_getln.c:3845:  Missing space before }  [whitespace/braces] [5]
src/nvim/ex_getln.c:3845:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_getln.c:3846:  Missing space after {  [whitespace/braces] [5]
src/nvim/ex_getln.c:3846:  Missing space before }  [whitespace/braces] [5]
src/nvim/ex_getln.c:3846:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_getln.c:3847:  Missing space after {  [whitespace/braces] [5]
src/nvim/ex_getln.c:3847:  Missing space before }  [whitespace/braces] [5]
src/nvim/ex_getln.c:3847:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_getln.c:3848:  Missing space after {  [whitespace/braces] [5]
src/nvim/ex_getln.c:3848:  Missing space before }  [whitespace/braces] [5]
src/nvim/ex_getln.c:3848:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_getln.c:3849:  Missing space after {  [whitespace/braces] [5]
src/nvim/ex_getln.c:3849:  Missing space before }  [whitespace/braces] [5]
src/nvim/ex_getln.c:3849:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_getln.c:3850:  Missing space after {  [whitespace/braces] [5]
src/nvim/ex_getln.c:3850:  Missing space before }  [whitespace/braces] [5]
src/nvim/ex_getln.c:3850:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_getln.c:3851:  Missing space after {  [whitespace/braces] [5]
src/nvim/ex_getln.c:3851:  Missing space before }  [whitespace/braces] [5]
src/nvim/ex_getln.c:3851:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_getln.c:3852:  Missing space after {  [whitespace/braces] [5]
src/nvim/ex_getln.c:3852:  Missing space before }  [whitespace/braces] [5]
src/nvim/ex_getln.c:3852:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_getln.c:3853:  Missing space after {  [whitespace/braces] [5]
src/nvim/ex_getln.c:3853:  Missing space before }  [whitespace/braces] [5]
src/nvim/ex_getln.c:3853:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_getln.c:3854:  Missing space after {  [whitespace/braces] [5]
src/nvim/ex_getln.c:3854:  Missing space before }  [whitespace/braces] [5]
src/nvim/ex_getln.c:3854:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_getln.c:3855:  Missing space after {  [whitespace/braces] [5]
src/nvim/ex_getln.c:3855:  Missing space before }  [whitespace/braces] [5]
src/nvim/ex_getln.c:3855:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_getln.c:3856:  Missing space after {  [whitespace/braces] [5]
src/nvim/ex_getln.c:3856:  Missing space before }  [whitespace/braces] [5]
src/nvim/ex_getln.c:3856:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_getln.c:3857:  Missing space after {  [whitespace/braces] [5]
src/nvim/ex_getln.c:3857:  Missing space before }  [whitespace/braces] [5]
src/nvim/ex_getln.c:3857:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_getln.c:3858:  Missing space after {  [whitespace/braces] [5]
src/nvim/ex_getln.c:3858:  Missing space before }  [whitespace/braces] [5]
src/nvim/ex_getln.c:3858:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_getln.c:3859:  Missing space after {  [whitespace/braces] [5]
src/nvim/ex_getln.c:3859:  Missing space before }  [whitespace/braces] [5]
src/nvim/ex_getln.c:3859:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_getln.c:3860:  Missing space after {  [whitespace/braces] [5]
src/nvim/ex_getln.c:3860:  Missing space before }  [whitespace/braces] [5]
src/nvim/ex_getln.c:3860:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_getln.c:3861:  Missing space after {  [whitespace/braces] [5]
src/nvim/ex_getln.c:3861:  Missing space before }  [whitespace/braces] [5]
src/nvim/ex_getln.c:3861:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_getln.c:3862:  Missing space after {  [whitespace/braces] [5]
src/nvim/ex_getln.c:3862:  Missing space before }  [whitespace/braces] [5]
src/nvim/ex_getln.c:3862:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_getln.c:3864:  Missing space after {  [whitespace/braces] [5]
src/nvim/ex_getln.c:3864:  Missing space before }  [whitespace/braces] [5]
src/nvim/ex_getln.c:3864:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_getln.c:3865:  Missing space after {  [whitespace/braces] [5]
src/nvim/ex_getln.c:3865:  Missing space before }  [whitespace/braces] [5]
src/nvim/ex_getln.c:3865:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_getln.c:3867:  Missing space after {  [whitespace/braces] [5]
src/nvim/ex_getln.c:3867:  Missing space before }  [whitespace/braces] [5]
src/nvim/ex_getln.c:3867:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_getln.c:3868:  Missing space after {  [whitespace/braces] [5]
src/nvim/ex_getln.c:3868:  Missing space before }  [whitespace/braces] [5]
src/nvim/ex_getln.c:3868:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_getln.c:3872:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3877:  for should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:3877:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/ex_getln.c:3880:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_getln.c:3894:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3908:  End of the inner expression should have the same indent as start  [whitespace/indent] [2]
src/nvim/ex_getln.c:3906:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3915:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/ex_getln.c:3917:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:3917:  At least two spaces is best between code and comments  [whitespace/comments] [2]
src/nvim/ex_getln.c:3919:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:3919:  At least two spaces is best between code and comments  [whitespace/comments] [2]
src/nvim/ex_getln.c:3922:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_getln.c:3925:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:3932:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/ex_getln.c:3934:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:3934:  At least two spaces is best between code and comments  [whitespace/comments] [2]
src/nvim/ex_getln.c:3936:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:3936:  At least two spaces is best between code and comments  [whitespace/comments] [2]
src/nvim/ex_getln.c:3939:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:3941:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_getln.c:3945:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3947:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:3953:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3955:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:3958:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3959:  Missing space before asterisk in )*  [whitespace/operators] [2]
src/nvim/ex_getln.c:3960:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_getln.c:3961:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_getln.c:3965:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3993:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3996:  for should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:3996:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/ex_getln.c:3997:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:4003:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:4004:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:4006:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_getln.c:4009:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_getln.c:4009:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_getln.c:4018:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:4040:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:4044:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:4051:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:4056:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/ex_getln.c:4059:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:4062:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_getln.c:4068:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:4069:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_getln.c:4081:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:4095:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:4107:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/ex_getln.c:4110:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:4116:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_getln.c:4120:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:4127:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:4130:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/ex_getln.c:4139:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:4145:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:4152:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:4153:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_getln.c:4160:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:4161:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_getln.c:4169:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:4179:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:4183:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:4185:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:4186:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:4260:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:4263:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:4352:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:4385:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:4401:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:4416:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:4418:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:4495:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:4499:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/ex_getln.c:4500:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/ex_getln.c:4511:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:4512:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_getln.c:4515:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:4516:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_getln.c:4518:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:4523:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:4524:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_getln.c:4528:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:4536:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:4585:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:4587:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:4592:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/ex_getln.c:4593:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/ex_getln.c:4596:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:4597:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:4608:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:4611:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:4618:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:4621:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ex_getln.c:4622:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:4628:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:4633:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:4641:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:4647:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:4653:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:4661:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:4667:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:4669:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:4671:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:4676:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:4685:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:4690:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:4700:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:4705:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:4714:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:4717:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:4719:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:4721:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_getln.c:4726:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:4736:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:4738:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:4743:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:4753:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_getln.c:4755:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:4761:  while should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:4763:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:4766:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_getln.c:4768:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:4772:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:4774:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:4780:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:4787:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:4789:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_getln.c:4813:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:4827:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:4827:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_getln.c:4838:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:4848:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:4851:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:4854:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:4861:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:4870:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:4871:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_getln.c:4875:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:4878:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:4891:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_getln.c:4931:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:4953:  while should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:4965:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_getln.c:4975:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/ex_getln.c:4983:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:4985:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:4987:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:4988:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/ex_getln.c:4989:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:4995:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_getln.c:4994:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/ex_getln.c:4996:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:4998:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_getln.c:4999:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_getln.c:5004:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:5037:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:5054:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:5060:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:5084:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:5092:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:5095:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:5097:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:5100:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:5108:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:5110:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_getln.c:5113:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_getln.c:5114:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_getln.c:5116:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_getln.c:5119:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:5122:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:5123:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_getln.c:5134:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:5138:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:5145:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:5147:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:5149:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_getln.c:5149:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_getln.c:5154:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:5156:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_getln.c:5163:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:5168:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:5174:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:5177:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_getln.c:5178:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:5178:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:5184:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:5194:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:5195:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_getln.c:5197:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:5200:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:5206:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:5212:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:5213:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:5215:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:5217:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:5221:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:5225:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:5231:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:5235:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:5238:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_getln.c:5240:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:5242:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_getln.c:5242:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ex_getln.c:5246:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:5254:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:5261:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ex_getln.c:5263:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:5265:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:5266:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ex_getln.c:5268:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:5284:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.c:5298:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:5303:  if should always use braces  [readability/braces] [5]
src/nvim/ex_getln.c:5305:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ex_getln.c:5376:  Should leave no spaces after a cast: u'(histentry_T *) iter'  [whitespace/cast] [2]
src/nvim/ex_getln.c:5389:  Should leave no spaces after a cast: u'(const void *) ('  [whitespace/cast] [2]
src/nvim/farsi.c:175:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:296:  At least two spaces is best between code and comments  [whitespace/comments] [2]
src/nvim/farsi.c:298:  At least two spaces is best between code and comments  [whitespace/comments] [2]
src/nvim/farsi.c:362:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:363:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:364:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:365:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:366:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:367:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:368:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:369:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:370:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:371:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:372:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:373:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:374:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:375:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:377:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:378:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:379:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:380:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:381:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:382:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:383:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:384:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:385:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:447:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:510:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:556:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:625:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/farsi.c:636:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/farsi.c:649:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/farsi.c:655:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/farsi.c:667:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/farsi.c:770:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:771:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:772:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:773:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:774:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:775:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:776:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:777:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:778:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:779:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:780:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:781:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:782:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:783:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:784:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:785:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:786:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:787:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:788:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:789:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:790:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:791:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:792:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:793:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:794:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:795:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:796:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:797:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:798:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:799:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:800:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:801:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:802:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:803:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:804:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:805:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:806:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:807:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:808:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:809:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:810:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:811:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:812:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:813:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:814:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:815:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:816:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:817:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:818:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:819:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:820:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:960:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:961:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:962:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:963:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:964:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:965:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:966:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:967:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:968:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:969:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:970:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:971:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:972:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:973:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:974:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:975:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:976:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:977:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:978:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:979:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:980:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:981:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:982:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:983:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:984:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:985:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:986:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:987:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:988:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:989:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:990:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:991:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:992:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:993:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:994:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:995:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:996:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:997:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:998:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:999:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:1000:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:1001:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:1002:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:1003:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:1004:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:1005:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:1006:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:1007:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:1008:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:1009:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:1010:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:1074:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/farsi.c:1279:  Small and focused functions are preferred: fkmap() has 600 non-comment lines (error triggered by exceeding 500 lines).  [readability/fn_size] [1]
src/nvim/farsi.c:1378:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:1553:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:1565:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/farsi.c:1607:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/farsi.c:1635:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/farsi.c:1636:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/farsi.c:1645:  Missing space before asterisk in char_u*  [whitespace/operators] [2]
src/nvim/farsi.c:1659:  Missing space before asterisk in char_u*  [whitespace/operators] [2]
src/nvim/farsi.c:1674:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/farsi.c:1691:  Missing space before asterisk in char_u*  [whitespace/operators] [2]
src/nvim/farsi.c:1855:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:1856:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:1857:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:1858:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:1859:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:1860:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:1861:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:1862:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:1863:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:1864:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:1865:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:1866:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:1867:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:1868:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:1869:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:1870:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:1871:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:1872:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:1873:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:1874:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:1875:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:1876:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:1877:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:1878:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:1879:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:1880:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:1881:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:1882:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:1883:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:1884:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:1885:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:1886:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:1887:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:1888:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:1889:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:1890:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:1891:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:1892:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:1893:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:1894:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:1895:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:1896:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:1897:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:1898:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:1899:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:1900:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:1901:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:1902:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:1903:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:1904:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:1905:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:1909:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:1910:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:1911:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:1912:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:1913:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:1914:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:1915:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:1916:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:1917:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:1918:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:1962:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:1963:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:1964:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:1966:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:1967:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:1968:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:1969:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:1970:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:1971:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:1972:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:1973:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:1983:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:1984:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:1986:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:1996:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:1997:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:1998:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:1999:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:2000:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/farsi.c:2001:  Extra space before last semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/fileio.c:1:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:58:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:58:  Found C system header after other header. Should be: c system, c++ system, other.  [build/include_order] [4]
src/nvim/fileio.c:61:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:62:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:64:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:96:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/fileio.c:96:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:96:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/fileio.c:97:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/fileio.c:98:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:99:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:100:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:101:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:105:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/fileio.c:105:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:105:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/fileio.c:106:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/fileio.c:107:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:108:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:109:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:110:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:111:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:112:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:113:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:114:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:117:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:121:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:122:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:123:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:124:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:125:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:126:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:127:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:128:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/fileio.c:128:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:130:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:133:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:134:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:135:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:138:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:139:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:140:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:141:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:142:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:143:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:144:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:145:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:146:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:148:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:152:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:156:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:160:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:161:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:162:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:164:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:166:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:167:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:168:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:169:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:170:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:171:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:172:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:173:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:175:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:194:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:196:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:197:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:198:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:201:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:207:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:208:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:209:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:209:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:210:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:213:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:214:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:215:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:218:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:221:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:245:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/fileio.c:246:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/fileio.c:252:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:264:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:265:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:268:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:269:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:270:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:271:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:272:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:277:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:279:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:280:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:282:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:282:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:283:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:284:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:287:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:289:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:290:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:295:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/fileio.c:295:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:300:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:302:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:303:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:304:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/fileio.c:304:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:304:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:307:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:309:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:311:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:312:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:313:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:314:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:317:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:318:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/fileio.c:318:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:318:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:321:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:321:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:322:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/fileio.c:322:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:322:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:325:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:332:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:334:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:345:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:349:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:360:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:362:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:364:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:365:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:378:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:387:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:392:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:393:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/fileio.c:393:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:395:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/fileio.c:396:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/fileio.c:396:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:402:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:403:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:403:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:404:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:405:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:405:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:407:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:436:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:438:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:447:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:450:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:457:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:458:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:461:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:467:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:487:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:519:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:524:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:534:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:536:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:538:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/fileio.c:539:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:542:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:543:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:546:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/fileio.c:546:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:547:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:550:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:550:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:552:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:555:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/fileio.c:559:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/fileio.c:561:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/fileio.c:562:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:562:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:571:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:575:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:576:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:579:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:582:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:583:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:585:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:586:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:589:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:605:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:606:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:612:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:614:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:619:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:619:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/fileio.c:621:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:631:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:635:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:636:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:638:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:643:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:644:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:646:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/fileio.c:646:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:647:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:649:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/fileio.c:649:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:650:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:652:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/fileio.c:652:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:653:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:655:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/fileio.c:655:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:656:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:659:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:660:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/fileio.c:662:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:662:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:665:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:673:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/fileio.c:676:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/fileio.c:678:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:680:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:682:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:682:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:687:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:691:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:699:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/fileio.c:703:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:703:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:705:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:711:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:714:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:716:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/fileio.c:719:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:724:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:725:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:727:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:728:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:733:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:744:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:748:  for should always use braces  [readability/braces] [5]
src/nvim/fileio.c:748:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/fileio.c:750:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:760:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:763:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:764:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:766:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:768:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:769:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:771:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:773:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:776:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:802:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:803:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:806:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:807:  while should always use braces  [readability/braces] [5]
src/nvim/fileio.c:808:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:809:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:811:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:812:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:817:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:821:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:822:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:823:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:823:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/fileio.c:826:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:827:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/fileio.c:828:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:829:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:830:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:831:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:832:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:837:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:844:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:847:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:850:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:852:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:854:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:857:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:859:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:866:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:876:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:883:  Redundant blank line at the start of a code block should be deleted.  [whitespace/blank_line] [2]
src/nvim/fileio.c:884:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:886:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:889:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:898:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:904:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:907:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:914:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:924:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:926:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:931:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:932:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:934:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:936:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:948:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:950:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:956:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:973:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:978:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:986:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:995:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:998:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:998:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:1005:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:1017:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:1019:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:1021:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:1023:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:1025:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:1027:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:1028:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:1031:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:1038:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:1042:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:1044:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:1044:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/fileio.c:1053:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:1057:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/fileio.c:1058:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:1060:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:1066:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:1068:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/fileio.c:1069:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:1071:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:1077:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:1079:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:1080:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/fileio.c:1088:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:1095:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:1095:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:1096:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:1097:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:1098:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:1103:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:1109:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:1111:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:1115:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:1116:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/fileio.c:1123:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:1131:  Closing ) should be moved to the previous line  [whitespace/parens] [2]
src/nvim/fileio.c:1134:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/fileio.c:1137:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:1149:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:1151:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:1165:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:1166:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:1168:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:1170:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/fileio.c:1172:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:1177:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:1178:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:1184:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:1185:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:1187:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:1188:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:1191:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:1193:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:1194:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:1199:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:1203:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:1206:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:1211:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:1226:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:1232:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/fileio.c:1235:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:1237:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:1239:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/fileio.c:1241:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:1242:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/fileio.c:1243:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/fileio.c:1246:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/fileio.c:1249:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/fileio.c:1254:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:1260:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:1272:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:1284:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:1286:  while should always use braces  [readability/braces] [5]
src/nvim/fileio.c:1287:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/fileio.c:1288:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:1290:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:1294:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:1296:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:1299:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:1307:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:1309:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:1312:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:1313:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:1315:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:1319:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:1329:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:1331:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:1344:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:1345:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:1347:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:1349:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/fileio.c:1350:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:1352:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:1356:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:1368:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:1370:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:1372:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:1374:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/fileio.c:1375:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:1377:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:1387:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:1393:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:1394:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:1396:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:1396:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/fileio.c:1401:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:1404:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:1406:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:1408:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/fileio.c:1409:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:1411:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:1416:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:1419:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:1420:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/fileio.c:1422:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:1425:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:1427:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:1429:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:1430:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/fileio.c:1431:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:1433:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:1435:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:1437:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/fileio.c:1442:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:1448:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:1450:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:1451:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/fileio.c:1455:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:1458:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:1464:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:1468:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:1469:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:1470:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:1481:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:1484:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:1487:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:1488:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:1491:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:1492:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:1495:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:1498:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/fileio.c:1499:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/fileio.c:1500:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/fileio.c:1502:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/fileio.c:1507:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:1509:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:1511:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:1512:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:1513:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:1514:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:1516:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:1517:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:1518:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:1523:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:1526:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:1530:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:1537:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/fileio.c:1539:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:1542:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:1550:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:1552:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:1555:  for should always use braces  [readability/braces] [5]
src/nvim/fileio.c:1556:  Line contains only semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/fileio.c:1558:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/fileio.c:1559:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:1561:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:1564:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:1574:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:1575:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:1578:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:1579:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:1589:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:1594:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/fileio.c:1596:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:1597:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:1599:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:1600:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:1601:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:1602:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:1603:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:1603:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/fileio.c:1605:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:1606:  Should leave no spaces after a cast: u'(colnr_T) ('  [whitespace/cast] [2]
src/nvim/fileio.c:1608:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:1611:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:1613:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/fileio.c:1615:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:1615:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:1616:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:1619:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/fileio.c:1620:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/fileio.c:1625:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/fileio.c:1627:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:1627:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:1629:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:1630:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:1631:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:1631:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/fileio.c:1633:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:1636:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:1638:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/fileio.c:1640:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:1646:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/fileio.c:1648:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/fileio.c:1649:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/fileio.c:1652:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:1654:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:1655:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:1662:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:1665:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:1667:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/fileio.c:1669:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:1669:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:1670:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:1673:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/fileio.c:1674:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/fileio.c:1684:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:1685:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:1686:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:1688:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:1700:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:1701:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:1702:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:1705:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:1706:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:1707:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:1707:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/fileio.c:1708:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:1718:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/fileio.c:1720:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/fileio.c:1722:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:1733:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:1734:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:1736:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:1736:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/fileio.c:1746:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:1755:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:1755:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/fileio.c:1757:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:1761:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:1763:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:1764:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/fileio.c:1767:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:1771:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:1774:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:1777:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:1777:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/fileio.c:1780:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:1792:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:1793:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:1793:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:1797:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:1801:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:1802:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:1806:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:1808:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:1812:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:1814:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:1818:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:1820:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:1825:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:1827:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:1833:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:1837:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:1841:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:1845:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:1849:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:1852:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:1856:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/fileio.c:1855:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/fileio.c:1857:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:1860:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/fileio.c:1859:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/fileio.c:1861:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:1864:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:1866:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:1867:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:1873:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:1874:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:1875:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:1877:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:1884:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:1887:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:1888:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:1891:  Closing ) should be moved to the previous line  [whitespace/parens] [2]
src/nvim/fileio.c:1892:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:1894:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:1896:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:1900:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:1902:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:1905:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:1907:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:1914:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
src/nvim/fileio.c:1918:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:1923:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:1931:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:1933:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:1936:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:1950:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:1952:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:1955:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:1960:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:1961:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:1963:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/fileio.c:1963:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:1964:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:1966:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/fileio.c:1966:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:1967:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:1969:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/fileio.c:1969:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:1970:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:1972:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:1972:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:1976:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:1979:  Small and focused functions are preferred: () has 1227 non-comment lines (error triggered by exceeding 500 lines).  [readability/fn_size] [2]
src/nvim/fileio.c:2000:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2005:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/fileio.c:2006:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/fileio.c:2007:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2008:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2009:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2016:  for should always use braces  [readability/braces] [5]
src/nvim/fileio.c:2016:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/fileio.c:2017:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:2018:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/fileio.c:2022:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2030:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/fileio.c:2036:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:2037:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:2040:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2045:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2047:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:2049:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:2053:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2062:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2074:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2105:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2114:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/fileio.c:2115:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2116:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2117:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2124:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:2126:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:2126:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/fileio.c:2127:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2129:  Should leave no spaces after a cast: u'(char *) fenc'  [whitespace/cast] [2]
src/nvim/fileio.c:2130:  Should leave no spaces after a cast: u'(char *) fname'  [whitespace/cast] [2]
src/nvim/fileio.c:2139:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2149:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2158:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2169:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2175:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/fileio.c:2176:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/fileio.c:2178:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2179:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2200:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2202:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2218:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/fileio.c:2219:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/fileio.c:2226:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/fileio.c:2225:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/fileio.c:2225:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2226:  Extra space for operator !   [whitespace/operators] [4]
src/nvim/fileio.c:2227:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2235:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2235:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:2238:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2246:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:2252:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2254:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2254:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:2256:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2257:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2257:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:2258:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2258:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:2260:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2264:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2264:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:2266:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2272:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2273:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:2274:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:2275:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2276:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2281:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/fileio.c:2281:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2284:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:2288:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2288:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:2291:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2297:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2301:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:2304:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2310:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2312:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:2319:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2321:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:2323:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2338:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:2340:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2343:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:2355:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:2356:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:2357:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:2358:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:2360:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2360:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/fileio.c:2362:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2372:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:2373:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:2374:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:2375:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:2376:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:2377:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:2380:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2385:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:2386:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:2387:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:2388:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:2389:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:2390:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:2391:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:2392:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:2394:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2399:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/fileio.c:2399:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:2400:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:2401:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:2402:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:2404:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/fileio.c:2404:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:2408:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/fileio.c:2408:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:2413:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/fileio.c:2413:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:2416:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2423:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:2424:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:2425:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:2427:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/fileio.c:2427:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:2431:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/fileio.c:2431:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:2432:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:2433:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:2434:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:2436:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/fileio.c:2436:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:2440:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2443:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2449:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:2455:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/fileio.c:2457:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:2460:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:2463:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2467:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:2468:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2472:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2474:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:2476:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:2479:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:2481:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2486:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:2491:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2498:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2498:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:2500:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2500:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:2502:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2502:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:2502:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/fileio.c:2505:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/fileio.c:2507:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/fileio.c:2513:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2517:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:2519:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:2521:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:2523:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:2528:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:2529:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2529:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:2530:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:2531:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2531:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:2532:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:2535:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/fileio.c:2537:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/fileio.c:2539:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/fileio.c:2539:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2540:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2540:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:2548:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/fileio.c:2551:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2558:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:2561:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2572:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2574:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:2575:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:2579:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2580:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2590:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:2591:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:2595:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:2596:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:2597:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:2605:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
src/nvim/fileio.c:2607:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2610:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2627:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2632:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:2638:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2641:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:2645:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2649:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:2650:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:2652:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2658:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:2660:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2663:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2674:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2675:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:2676:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2679:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2688:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:2690:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2698:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/fileio.c:2704:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/fileio.c:2705:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2705:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:2706:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:2707:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:2707:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/fileio.c:2714:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:2717:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2725:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2732:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2736:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:2739:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2744:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:2749:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2750:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:2752:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:2758:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:2765:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:2769:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2783:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2789:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2789:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:2795:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2798:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/fileio.c:2798:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:2801:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2801:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:2805:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2810:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2817:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2819:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2825:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2831:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/fileio.c:2833:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2843:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2847:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2849:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2852:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/fileio.c:2853:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/fileio.c:2858:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2863:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2878:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2887:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/fileio.c:2900:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:2903:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:2922:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2925:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:2928:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2939:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2942:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2953:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2961:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2966:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:2968:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:2968:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/fileio.c:2969:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/fileio.c:2969:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:2974:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2981:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:2981:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:2995:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:3001:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:3005:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:3008:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:3013:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/fileio.c:3020:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:3026:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:3030:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:3033:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:3034:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:3034:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:3035:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:3038:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:3040:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:3043:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:3052:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:3060:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:3064:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:3069:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/fileio.c:3072:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:3077:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:3085:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:3086:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:3088:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:3088:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:3101:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:3106:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/fileio.c:3108:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:3114:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:3115:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/fileio.c:3118:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:3125:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:3142:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:3145:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:3154:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/fileio.c:3155:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/fileio.c:3156:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/fileio.c:3158:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/fileio.c:3160:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/fileio.c:3155:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/fileio.c:3156:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/fileio.c:3161:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:3170:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:3175:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/fileio.c:3182:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:3184:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:3185:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:3192:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:3192:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:3201:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:3208:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:3223:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:3234:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:3245:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:3246:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:3248:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:3251:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:3258:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:3260:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:3262:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:3270:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:3271:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:3281:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/fileio.c:3282:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:3286:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:3287:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:3290:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:3291:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:3292:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:3293:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:3294:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:3296:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/fileio.c:3297:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:3300:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:3308:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:3314:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:3314:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/fileio.c:3315:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:3318:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:3320:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:3320:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/fileio.c:3321:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:3322:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:3325:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:3337:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:3346:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:3353:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:3354:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:3374:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:3375:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:3380:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:3383:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:3390:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:3390:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:3406:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:3407:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:3409:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:3409:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:3412:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:3414:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:3419:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:3424:  Should leave no spaces after a cast: u'(char *) p_enc'  [whitespace/cast] [2]
src/nvim/fileio.c:3425:  Should leave no spaces after a cast: u'(char *) wfname'  [whitespace/cast] [2]
src/nvim/fileio.c:3437:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:3439:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/fileio.c:3440:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:3440:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/fileio.c:3441:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:3444:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/fileio.c:3446:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/fileio.c:3443:  If you can, use sizeof((char *)errmsg) instead of 300 as the 2nd arg to snprintf.  [runtime/printf] [3]
src/nvim/fileio.c:3448:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/fileio.c:3450:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:3454:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:3465:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:3473:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/fileio.c:3474:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/fileio.c:3475:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:3480:  while should always use braces  [readability/braces] [5]
src/nvim/fileio.c:3481:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/fileio.c:3482:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:3485:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:3487:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:3489:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:3492:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:3499:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:3500:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:3500:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/fileio.c:3503:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:3506:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:3507:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:3510:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:3511:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:3513:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/fileio.c:3516:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:3519:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:3523:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:3526:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:3530:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:3532:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:3533:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:3534:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:3535:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:3537:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:3539:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:3543:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:3546:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:3552:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:3553:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:3563:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:3569:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:3571:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:3575:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:3580:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:3583:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:3591:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:3600:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:3604:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/fileio.c:3604:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/fileio.c:3607:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:3609:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/fileio.c:3610:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/fileio.c:3609:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/fileio.c:3610:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/fileio.c:3612:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:3621:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:3624:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:3630:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:3634:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:3634:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/fileio.c:3637:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:3641:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:3658:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:3661:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/fileio.c:3663:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/fileio.c:3665:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/fileio.c:3665:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:3665:  Closing ) should be moved to the previous line  [whitespace/parens] [2]
src/nvim/fileio.c:3666:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:3668:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:3676:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:3682:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/fileio.c:3684:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/fileio.c:3685:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/fileio.c:3687:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:3697:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:3705:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:3711:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:3711:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/fileio.c:3713:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:3719:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:3721:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/fileio.c:3721:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:3722:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:3724:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/fileio.c:3724:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:3725:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:3727:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/fileio.c:3727:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:3728:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:3730:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/fileio.c:3730:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:3732:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:3735:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:3735:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:3736:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:3742:  Small and focused functions are preferred: () has 1058 non-comment lines (error triggered by exceeding 500 lines).  [readability/fn_size] [2]
src/nvim/fileio.c:3744:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:3752:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:3753:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:3754:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:3755:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:3756:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:3756:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:3759:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:3764:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:3764:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:3767:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:3768:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:3769:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:3770:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:3771:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:3771:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:3774:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:3785:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:3790:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:3792:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:3823:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:3832:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:3835:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/fileio.c:3838:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/fileio.c:3838:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/fileio.c:3839:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:3841:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:3842:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/fileio.c:3844:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:3846:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:3846:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/fileio.c:3847:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/fileio.c:3852:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:3858:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/fileio.c:3861:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:3871:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:3871:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:3872:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:3873:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:3875:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/fileio.c:3876:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:3877:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/fileio.c:3877:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:3879:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:3879:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:3891:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:3900:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:3909:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:3910:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:3912:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:3915:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:3924:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:3927:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:3928:  for should always use braces  [readability/braces] [5]
src/nvim/fileio.c:3928:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/fileio.c:3933:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:3937:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:3938:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:3939:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:3940:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:3945:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:3949:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:3954:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:3957:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:3962:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:3964:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:3972:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/fileio.c:3978:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:3981:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:3985:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/fileio.c:3988:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:3990:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:3995:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:3998:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:3999:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/fileio.c:4001:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:4003:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:4003:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/fileio.c:4016:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:4020:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:4039:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:4042:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:4049:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:4052:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:4058:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:4062:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:4063:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:4106:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:4132:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:4136:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/fileio.c:4158:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:4161:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:4168:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:4173:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:4193:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:4198:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:4203:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:4209:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:4211:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:4217:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:4230:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:4235:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:4237:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/fileio.c:4238:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:4239:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:4240:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:4241:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:4245:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:4246:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:4247:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:4248:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:4249:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:4252:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:4260:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:4271:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:4272:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:4275:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:4286:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:4315:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:4319:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:4324:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:4369:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:4373:  Almost always, snprintf is better than strcpy  [runtime/printf] [4]
src/nvim/fileio.c:4396:  Almost always, snprintf is better than strcpy  [runtime/printf] [4]
src/nvim/fileio.c:4439:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:4441:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:4548:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:4552:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:4558:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:4560:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:4582:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:4586:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:4595:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:4597:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:4602:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:4610:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:4618:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:4621:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:4624:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:4629:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:4640:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:4642:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/fileio.c:4663:  while should always use braces  [readability/braces] [5]
src/nvim/fileio.c:4671:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:4677:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:4695:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:4697:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:4705:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/fileio.c:4706:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/fileio.c:4707:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:4714:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:4716:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:4717:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:4719:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:4723:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:4724:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:4727:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:4730:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:4730:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:4731:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:4731:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/fileio.c:4732:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/fileio.c:4733:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:4734:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:4736:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:4739:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:4742:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:4750:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/fileio.c:4751:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:4753:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:4761:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:4773:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:4775:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/fileio.c:4776:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:4777:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:4785:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:4788:  for should always use braces  [readability/braces] [5]
src/nvim/fileio.c:4788:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/fileio.c:4789:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:4790:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:4801:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:4808:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/fileio.c:4809:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/fileio.c:4811:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:4818:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:4819:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:4820:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:4823:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:4831:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:4847:  Closing ) should be moved to the previous line  [whitespace/parens] [2]
src/nvim/fileio.c:4850:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:4860:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:4862:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:4863:  Line contains only semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/fileio.c:4865:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:4870:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:4872:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:4873:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:4873:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/fileio.c:4874:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:4876:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:4878:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:4880:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:4882:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:4897:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:4900:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:4901:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:4902:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:4903:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:4904:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:4908:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:4910:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:4910:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/fileio.c:4911:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:4912:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:4913:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:4921:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/fileio.c:4929:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/fileio.c:4931:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/fileio.c:4932:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:4942:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/fileio.c:4944:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:4963:  Should leave no spaces after a cast: u'(char_u *) _'  [whitespace/cast] [2]
src/nvim/fileio.c:4964:  Should leave no spaces after a cast: u'(char_u *) _'  [whitespace/cast] [2]
src/nvim/fileio.c:4977:  Should leave no spaces after a cast: u'(char_u *) tbuf'  [whitespace/cast] [2]
src/nvim/fileio.c:4986:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:4989:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:4990:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:4993:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:5001:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:5007:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:5010:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:5015:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:5016:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:5018:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/fileio.c:5018:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:5023:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:5040:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:5052:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:5054:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:5055:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:5059:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:5066:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:5068:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:5068:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/fileio.c:5069:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:5072:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:5082:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/fileio.c:5088:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:5089:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:5089:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:5091:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/fileio.c:5092:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/fileio.c:5093:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:5096:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:5098:  while should always use braces  [readability/braces] [5]
src/nvim/fileio.c:5099:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:5099:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:5103:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:5104:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:5105:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:5110:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:5117:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:5118:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:5120:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:5123:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:5125:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:5127:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:5132:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:5134:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:5142:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:5145:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:5148:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:5151:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:5153:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:5164:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:5170:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:5170:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:5337:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:5344:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:5346:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:5349:  Missing space after {  [whitespace/braces] [5]
src/nvim/fileio.c:5349:  Missing space before }  [whitespace/braces] [5]
src/nvim/fileio.c:5352:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:5357:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:5357:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:5363:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:5365:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:5372:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:5374:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:5376:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:5376:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:5380:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:5384:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:5386:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:5394:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:5401:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:5404:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:5407:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:5410:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:5412:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:5416:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:5422:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:5430:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:5433:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:5444:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:5447:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:5457:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:5460:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:5463:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:5466:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:5469:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:5475:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/fileio.c:5479:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:5484:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/fileio.c:5489:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:5492:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:5502:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:5503:  for should always use braces  [readability/braces] [5]
src/nvim/fileio.c:5504:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:5507:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:5508:  for should always use braces  [readability/braces] [5]
src/nvim/fileio.c:5510:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:5511:  for should always use braces  [readability/braces] [5]
src/nvim/fileio.c:5517:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/fileio.c:5524:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:5531:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:5532:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:5533:  for should always use braces  [readability/braces] [5]
src/nvim/fileio.c:5533:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/fileio.c:5534:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:5541:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:5542:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/fileio.c:5553:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:5553:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:5555:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:5555:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/fileio.c:5569:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/fileio.c:5586:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:5592:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:5594:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:5596:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:5596:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/fileio.c:5598:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:5598:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:5600:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:5602:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:5604:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/fileio.c:5618:  for should always use braces  [readability/braces] [5]
src/nvim/fileio.c:5619:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/fileio.c:5620:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:5626:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:5637:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:5638:  for should always use braces  [readability/braces] [5]
src/nvim/fileio.c:5638:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/fileio.c:5639:  Line contains only semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/fileio.c:5640:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/fileio.c:5641:  Should leave no spaces after a cast: u'(int) event_names'  [whitespace/cast] [2]
src/nvim/fileio.c:5642:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:5645:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:5646:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/fileio.c:5648:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:5653:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:5660:  for should always use braces  [readability/braces] [5]
src/nvim/fileio.c:5660:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/fileio.c:5661:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:5666:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:5670:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/fileio.c:5672:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:5687:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:5689:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:5718:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:5728:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:5729:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/fileio.c:5730:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/fileio.c:5737:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:5749:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:5751:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:5763:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/fileio.c:5768:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:5806:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:5807:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:5810:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:5815:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:5820:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:5823:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:5828:  while should always use braces  [readability/braces] [5]
src/nvim/fileio.c:5830:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:5833:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:5839:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:5845:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:5849:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:5854:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:5858:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:5864:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:5864:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:5866:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:5869:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:5873:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:5877:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:5880:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:5881:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:5883:  for should always use braces  [readability/braces] [5]
src/nvim/fileio.c:5885:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:5886:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/fileio.c:5898:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:5903:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:5920:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:5921:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:5922:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:5923:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:5929:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:5936:  Lines should very rarely be longer than 100 characters  [whitespace/line_length] [4]
src/nvim/fileio.c:5949:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:5951:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:5953:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:5957:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:5962:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:5963:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:5965:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/fileio.c:5970:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:5974:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:5985:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/fileio.c:5986:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:5988:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:5993:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:5996:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:6001:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:6003:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:6004:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:6005:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:6007:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:6008:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:6009:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:6011:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:6012:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:6018:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:6019:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/fileio.c:6020:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:6021:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:6024:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:6030:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:6042:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:6055:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:6058:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/fileio.c:6061:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:6064:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:6071:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:6075:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:6081:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:6085:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/fileio.c:6101:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/fileio.c:6101:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:6102:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:6114:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:6116:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:6120:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:6124:  while should always use braces  [readability/braces] [5]
src/nvim/fileio.c:6135:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:6139:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:6143:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/fileio.c:6144:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/fileio.c:6151:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:6158:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:6168:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:6173:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:6178:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:6181:  while should always use braces  [readability/braces] [5]
src/nvim/fileio.c:6182:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:6183:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/fileio.c:6183:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:6184:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:6196:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:6206:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:6217:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:6231:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:6234:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:6235:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:6239:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:6257:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:6263:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/fileio.c:6264:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/fileio.c:6265:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:6266:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:6273:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:6274:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:6286:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:6290:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:6291:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:6298:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:6301:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:6304:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:6308:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:6309:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:6312:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/fileio.c:6313:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:6315:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:6323:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:6330:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:6335:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:6346:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:6350:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/fileio.c:6351:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/fileio.c:6352:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:6358:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/fileio.c:6359:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:6366:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:6375:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:6378:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:6379:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:6379:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:6380:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:6381:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:6384:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:6386:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:6387:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:6389:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:6390:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:6396:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:6403:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:6405:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:6412:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:6414:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/fileio.c:6417:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/fileio.c:6429:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:6444:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/fileio.c:6462:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/fileio.c:6544:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:6564:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:6568:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:6572:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:6575:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:6579:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:6582:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:6586:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:6589:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:6592:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:6596:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:6599:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:6602:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:6611:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:6615:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:6617:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/fileio.c:6621:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:6633:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:6639:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:6641:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:6643:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:6645:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:6647:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/fileio.c:6649:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:6651:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:6651:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:6653:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:6656:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:6658:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:6661:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:6667:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:6669:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:6669:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/fileio.c:6670:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:6672:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:6674:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:6674:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/fileio.c:6675:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:6680:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:6682:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:6686:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:6697:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:6698:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:6700:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:6716:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:6722:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:6723:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/fileio.c:6725:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:6727:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:6731:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:6732:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:6734:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:6737:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:6749:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:6752:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:6754:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:6754:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/fileio.c:6756:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:6757:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:6758:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:6762:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:6772:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:6774:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:6776:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:6780:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:6802:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:6803:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:6803:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:6807:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/fileio.c:6809:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:6821:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:6825:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:6825:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/fileio.c:6835:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:6848:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:6858:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:6859:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:6863:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:6866:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:6868:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:6876:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:6882:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:6883:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:6885:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/fileio.c:6890:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/fileio.c:6892:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:6895:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:6897:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:6900:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:6903:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/fileio.c:6904:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/fileio.c:6906:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:6920:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:6925:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:6934:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/fileio.c:6933:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/fileio.c:6943:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:6944:  for should always use braces  [readability/braces] [5]
src/nvim/fileio.c:6945:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:6946:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:6949:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:6949:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:6952:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:6957:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:6968:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:6969:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:6972:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:6974:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:6975:  while should always use braces  [readability/braces] [5]
src/nvim/fileio.c:6976:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:6978:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:6981:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:6984:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:6985:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:6987:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:6989:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:6990:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:6991:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:7000:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:7006:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:7008:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:7060:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:7066:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:7066:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:7068:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:7068:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:7070:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:7070:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:7072:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:7075:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:7078:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/fileio.c:7081:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:7087:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:7088:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:7092:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:7098:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:7099:  for should always use braces  [readability/braces] [5]
src/nvim/fileio.c:7099:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/fileio.c:7100:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:7103:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:7104:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:7105:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:7110:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:7112:  while should always use braces  [readability/braces] [5]
src/nvim/fileio.c:7114:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:7115:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:7117:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:7118:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:7119:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:7120:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:7124:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:7129:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:7130:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:7131:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:7132:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:7170:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:7173:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:7176:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:7179:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:7189:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:7192:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:7193:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:7196:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:7198:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:7201:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:7202:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:7205:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:7209:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:7212:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:7213:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:7214:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:7217:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:7218:  for should always use braces  [readability/braces] [5]
src/nvim/fileio.c:7219:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:7220:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:7256:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:7258:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:7260:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:7264:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:7344:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:7346:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:7347:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fileio.c:7348:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:7365:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:7370:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:7376:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/fileio.c:7377:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/fileio.c:7386:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:7387:  while should always use braces  [readability/braces] [5]
src/nvim/fileio.c:7389:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:7403:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:7403:  while should always use braces  [readability/braces] [5]
src/nvim/fileio.c:7404:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/fileio.c:7415:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:7419:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:7431:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:7432:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:7437:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:7461:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:7466:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:7477:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:7478:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:7489:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/fileio.c:7495:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/fileio.c:7499:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:7501:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:7502:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fileio.c:7507:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:7511:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:7513:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fileio.c:7522:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:7532:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:7538:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:7547:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.c:7552:  if should always use braces  [readability/braces] [5]
src/nvim/fileio.c:7554:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/file_search.c:68:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:70:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:76:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:82:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:87:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:87:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/file_search.c:89:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:95:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:100:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:104:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:110:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:117:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:120:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:123:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:140:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:144:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
src/nvim/file_search.c:148:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:154:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:187:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:196:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:249:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/file_search.c:257:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:258:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:265:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:268:  if should always use braces  [readability/braces] [5]
src/nvim/file_search.c:270:  An else should always have braces before it  [readability/braces] [5]
src/nvim/file_search.c:270:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/file_search.c:276:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:279:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:280:  if should always use braces  [readability/braces] [5]
src/nvim/file_search.c:280:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/file_search.c:282:  An else should always have braces before it  [readability/braces] [5]
src/nvim/file_search.c:282:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/file_search.c:283:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:287:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/file_search.c:288:  if should always use braces  [readability/braces] [5]
src/nvim/file_search.c:291:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/file_search.c:292:  if should always use braces  [readability/braces] [5]
src/nvim/file_search.c:300:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:309:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:311:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/file_search.c:311:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/file_search.c:312:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/file_search.c:314:  if should always use braces  [readability/braces] [5]
src/nvim/file_search.c:315:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/file_search.c:318:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:325:  if should always use braces  [readability/braces] [5]
src/nvim/file_search.c:325:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/file_search.c:328:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/file_search.c:330:  if should always use braces  [readability/braces] [5]
src/nvim/file_search.c:336:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:338:  if should always use braces  [readability/braces] [5]
src/nvim/file_search.c:345:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:357:  while should always use braces  [readability/braces] [5]
src/nvim/file_search.c:369:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/file_search.c:377:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/file_search.c:378:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:385:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
src/nvim/file_search.c:392:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:402:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:406:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:426:  if should always use braces  [readability/braces] [5]
src/nvim/file_search.c:428:  An else should always have braces before it  [readability/braces] [5]
src/nvim/file_search.c:429:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:431:  An else should always have braces before it  [readability/braces] [5]
src/nvim/file_search.c:436:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/file_search.c:437:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/file_search.c:436:  Lines should very rarely be longer than 100 characters  [whitespace/line_length] [4]
src/nvim/file_search.c:440:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/file_search.c:445:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/file_search.c:449:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:456:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:503:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/file_search.c:504:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/file_search.c:511:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:520:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:529:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:539:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/file_search.c:544:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:549:  if should always use braces  [readability/braces] [5]
src/nvim/file_search.c:557:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:580:  if should always use braces  [readability/braces] [5]
src/nvim/file_search.c:585:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:591:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:592:  if should always use braces  [readability/braces] [5]
src/nvim/file_search.c:594:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/file_search.c:596:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:598:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:600:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:602:  if should always use braces  [readability/braces] [5]
src/nvim/file_search.c:605:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:607:  if should always use braces  [readability/braces] [5]
src/nvim/file_search.c:610:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:631:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/file_search.c:632:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/file_search.c:633:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/file_search.c:634:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/file_search.c:631:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/file_search.c:632:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/file_search.c:633:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/file_search.c:634:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/file_search.c:634:  Closing ) should be moved to the previous line  [whitespace/parens] [2]
src/nvim/file_search.c:639:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/file_search.c:640:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:649:  An else should always have braces before it  [readability/braces] [5]
src/nvim/file_search.c:653:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:659:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:667:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:676:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:682:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:689:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:697:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:708:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:710:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/file_search.c:714:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:720:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:727:  while should always use braces  [readability/braces] [5]
src/nvim/file_search.c:732:  if should always use braces  [readability/braces] [5]
src/nvim/file_search.c:736:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:744:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/file_search.c:745:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:749:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/file_search.c:750:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/file_search.c:751:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/file_search.c:755:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/file_search.c:757:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/file_search.c:760:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:762:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:767:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/file_search.c:768:  if should always use braces  [readability/braces] [5]
src/nvim/file_search.c:770:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:772:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:778:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:783:  if should always use braces  [readability/braces] [5]
src/nvim/file_search.c:785:  An else should always have braces before it  [readability/braces] [5]
src/nvim/file_search.c:788:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:798:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/file_search.c:799:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/file_search.c:800:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/file_search.c:801:  End of the inner expression should have the same indent as start  [whitespace/indent] [2]
src/nvim/file_search.c:798:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/file_search.c:799:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/file_search.c:800:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/file_search.c:801:  End of the inner expression should have the same indent as start  [whitespace/indent] [2]
src/nvim/file_search.c:801:  Closing ) should be moved to the previous line  [whitespace/parens] [2]
src/nvim/file_search.c:806:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/file_search.c:807:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/file_search.c:808:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/file_search.c:809:  End of the inner expression should have the same indent as start  [whitespace/indent] [2]
src/nvim/file_search.c:809:  Closing ) should be moved to the previous line  [whitespace/parens] [2]
src/nvim/file_search.c:813:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/file_search.c:814:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:822:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:827:  if should always use braces  [readability/braces] [5]
src/nvim/file_search.c:832:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/file_search.c:833:  if should always use braces  [readability/braces] [5]
src/nvim/file_search.c:840:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:848:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:849:  if should always use braces  [readability/braces] [5]
src/nvim/file_search.c:853:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/file_search.c:857:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:862:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/file_search.c:863:  if should always use braces  [readability/braces] [5]
src/nvim/file_search.c:864:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:867:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/file_search.c:877:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:883:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/file_search.c:884:  if should always use braces  [readability/braces] [5]
src/nvim/file_search.c:885:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/file_search.c:886:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:887:  if should always use braces  [readability/braces] [5]
src/nvim/file_search.c:888:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:890:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/file_search.c:891:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/file_search.c:891:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/file_search.c:895:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:897:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
src/nvim/file_search.c:900:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:907:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:908:  if should always use braces  [readability/braces] [5]
src/nvim/file_search.c:909:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/file_search.c:910:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/file_search.c:910:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/file_search.c:913:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:914:  while should always use braces  [readability/braces] [5]
src/nvim/file_search.c:917:  while should always use braces  [readability/braces] [5]
src/nvim/file_search.c:923:  if should always use braces  [readability/braces] [5]
src/nvim/file_search.c:930:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:932:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/file_search.c:934:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/file_search.c:942:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:950:  if should always use braces  [readability/braces] [5]
src/nvim/file_search.c:986:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:990:  Lines should very rarely be longer than 100 characters  [whitespace/line_length] [4]
src/nvim/file_search.c:994:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:1003:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/file_search.c:1004:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:1019:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:1025:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:1078:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:1083:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/file_search.c:1101:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:1114:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:1128:  if should always use braces  [readability/braces] [5]
src/nvim/file_search.c:1130:  An else should always have braces before it  [readability/braces] [5]
src/nvim/file_search.c:1139:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:1142:  Lines should very rarely be longer than 100 characters  [whitespace/line_length] [4]
src/nvim/file_search.c:1154:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:1155:  if should always use braces  [readability/braces] [5]
src/nvim/file_search.c:1159:  if should always use braces  [readability/braces] [5]
src/nvim/file_search.c:1166:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:1171:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:1179:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:1188:  if should always use braces  [readability/braces] [5]
src/nvim/file_search.c:1194:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:1199:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:1203:  if should always use braces  [readability/braces] [5]
src/nvim/file_search.c:1209:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:1216:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:1217:  while should always use braces  [readability/braces] [5]
src/nvim/file_search.c:1236:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:1244:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:1252:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:1253:  while should always use braces  [readability/braces] [5]
src/nvim/file_search.c:1256:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:1257:  if should always use braces  [readability/braces] [5]
src/nvim/file_search.c:1258:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/file_search.c:1262:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:1266:  if should always use braces  [readability/braces] [5]
src/nvim/file_search.c:1268:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/file_search.c:1270:  if should always use braces  [readability/braces] [5]
src/nvim/file_search.c:1271:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/file_search.c:1274:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/file_search.c:1277:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:1303:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/file_search.c:1304:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:1305:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:1307:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:1308:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:1331:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:1343:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/file_search.c:1344:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:1345:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:1347:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:1350:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/file_search.c:1355:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/file_search.c:1356:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:1357:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:1359:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:1360:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:1361:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:1362:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:1363:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:1367:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/file_search.c:1373:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/file_search.c:1374:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:1384:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/file_search.c:1408:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:1413:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/file_search.c:1419:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:1421:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/file_search.c:1436:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:1448:  if should always use braces  [readability/braces] [5]
src/nvim/file_search.c:1456:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:1461:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/file_search.c:1462:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:1465:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/file_search.c:1471:  if should always use braces  [readability/braces] [5]
src/nvim/file_search.c:1474:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/file_search.c:1479:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:1488:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:1492:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.c:1495:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/file_search.c:1496:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/file_search.c:1495:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/file_search.c:1496:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/file_search.c:1497:  if should always use braces  [readability/braces] [5]
src/nvim/file_search.c:1498:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/file_search.c:1504:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/file_search.c:1505:  if should always use braces  [readability/braces] [5]
src/nvim/file_search.c:1507:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/file_search.c:1508:  An else should always have braces before it  [readability/braces] [5]
src/nvim/file_search.c:1510:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/file_search.c:1512:  if should always use braces  [readability/braces] [5]
src/nvim/file_search.c:1514:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/file_search.c:1515:  An else should always have braces before it  [readability/braces] [5]
src/nvim/file_search.c:1517:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/fold.c:3:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:33:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:34:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:35:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:42:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/fold.c:42:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:44:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:45:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:46:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:47:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/fold.c:47:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:47:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fold.c:52:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:53:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:54:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:56:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:58:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:60:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:61:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:62:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:63:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:64:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:65:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:66:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/fold.c:66:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:68:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/fold.c:68:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:70:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/fold.c:70:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:71:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/fold.c:74:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:77:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:80:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:87:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:94:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:104:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:106:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:107:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:113:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:114:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:115:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:125:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:126:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:131:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:136:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:137:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:145:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fold.c:148:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:154:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:155:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:158:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fold.c:165:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fold.c:166:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fold.c:171:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:175:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:181:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:194:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:199:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:202:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:203:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:209:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:211:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/fold.c:213:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:218:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:222:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/fold.c:238:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:240:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:250:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:251:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:256:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:258:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:260:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fold.c:262:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fold.c:265:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:266:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:272:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:272:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/fold.c:273:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:284:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:285:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:297:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:297:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fold.c:302:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:303:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:311:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:312:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:320:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:321:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:329:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:330:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:338:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:339:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:347:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:348:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:356:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:357:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:363:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fold.c:366:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:367:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:372:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fold.c:375:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:376:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:380:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/fold.c:381:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/fold.c:384:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:385:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:386:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:389:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:395:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:397:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:400:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:402:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:405:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:407:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:408:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:412:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:413:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:419:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fold.c:422:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:423:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:428:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fold.c:431:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:432:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:440:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:443:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fold.c:444:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:449:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:450:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:458:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:476:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:480:  for should always use braces  [readability/braces] [5]
src/nvim/fold.c:480:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/fold.c:487:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:488:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:493:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:495:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:496:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/fold.c:501:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:505:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fold.c:508:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/fold.c:509:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:514:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fold.c:515:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/fold.c:517:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/fold.c:523:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:524:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:530:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:531:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fold.c:532:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:534:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fold.c:536:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fold.c:539:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:540:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:551:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fold.c:552:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fold.c:558:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:565:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:573:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:576:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:579:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:584:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fold.c:585:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:586:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fold.c:587:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/fold.c:588:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fold.c:589:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/fold.c:591:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:603:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:604:  for should always use braces  [readability/braces] [5]
src/nvim/fold.c:604:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/fold.c:605:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:609:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:611:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:614:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:616:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:618:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:623:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:625:  for should always use braces  [readability/braces] [5]
src/nvim/fold.c:625:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/fold.c:628:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:629:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:634:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:639:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:642:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:644:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:649:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:655:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:656:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:661:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/fold.c:662:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/fold.c:666:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:675:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fold.c:679:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fold.c:686:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:690:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fold.c:692:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:694:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:699:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:700:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:701:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/fold.c:704:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:707:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/fold.c:710:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/fold.c:714:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:716:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/fold.c:717:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fold.c:717:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/fold.c:718:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:720:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:722:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:726:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fold.c:728:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:734:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:735:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:737:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/fold.c:738:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:741:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:745:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:746:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:755:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:756:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:774:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/fold.c:784:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:785:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fold.c:791:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:792:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:804:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:805:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:810:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/fold.c:811:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/fold.c:813:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:831:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:832:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/fold.c:833:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:837:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fold.c:838:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fold.c:841:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fold.c:844:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:847:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:850:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:852:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/fold.c:854:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:857:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:859:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fold.c:863:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:864:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:865:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/fold.c:866:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fold.c:868:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:869:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:875:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:878:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:882:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:885:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:890:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:894:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:898:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:903:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:906:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:909:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/fold.c:912:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:917:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/fold.c:924:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:925:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:933:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:934:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:944:  for should always use braces  [readability/braces] [5]
src/nvim/fold.c:944:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/fold.c:946:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:948:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:954:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:955:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:963:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:973:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:978:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:979:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/fold.c:980:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:981:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:986:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:987:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:995:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:996:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:997:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1007:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:1021:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/fold.c:1022:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/fold.c:1023:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/fold.c:1027:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1028:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1039:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1049:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:1050:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1052:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fold.c:1053:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1055:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fold.c:1055:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/fold.c:1056:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1058:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fold.c:1062:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fold.c:1065:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1066:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1076:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1079:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:1081:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1084:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/fold.c:1090:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1091:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1097:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1102:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1103:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1112:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/fold.c:1114:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fold.c:1116:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1117:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:1124:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1125:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1129:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/fold.c:1130:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/fold.c:1132:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1133:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1140:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1157:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1158:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1167:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/fold.c:1168:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/fold.c:1171:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1172:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1181:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fold.c:1182:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fold.c:1190:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1196:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1197:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:1202:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1203:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fold.c:1205:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1206:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:1209:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1211:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fold.c:1212:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:1214:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fold.c:1217:  for should always use braces  [readability/braces] [5]
src/nvim/fold.c:1217:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/fold.c:1221:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1228:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1232:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:1238:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1243:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/fold.c:1246:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1252:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:1255:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/fold.c:1258:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:1264:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1265:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1273:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/fold.c:1279:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1280:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1293:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1295:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/fold.c:1296:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:1299:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1304:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1307:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1309:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/fold.c:1311:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:1313:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:1317:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1318:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:1321:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1329:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1330:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1339:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1340:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1343:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/fold.c:1345:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1347:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:1349:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1351:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:1352:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/fold.c:1356:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1357:  Lines should very rarely be longer than 100 characters  [whitespace/line_length] [4]
src/nvim/fold.c:1363:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1365:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:1367:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fold.c:1370:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1373:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1376:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/fold.c:1377:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1389:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1391:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1392:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:1395:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1397:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:1402:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1404:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1405:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fold.c:1406:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1406:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/fold.c:1407:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/fold.c:1408:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/fold.c:1412:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1414:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/fold.c:1416:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1417:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:1419:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fold.c:1422:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1426:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1429:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/fold.c:1430:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/fold.c:1444:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1445:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1462:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/fold.c:1464:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:1471:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1472:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1475:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/fold.c:1476:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/fold.c:1479:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1480:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1481:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1482:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1485:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fold.c:1487:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1490:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fold.c:1491:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:1492:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fold.c:1493:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/fold.c:1494:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fold.c:1496:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1497:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:1498:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fold.c:1500:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:1503:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:1503:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fold.c:1504:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fold.c:1509:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1510:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1513:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/fold.c:1514:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/fold.c:1517:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1524:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1527:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:1528:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fold.c:1529:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fold.c:1529:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/fold.c:1531:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/fold.c:1534:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fold.c:1538:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fold.c:1543:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1544:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1550:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/fold.c:1555:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1556:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1571:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1576:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1577:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1587:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1594:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:1596:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fold.c:1596:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/fold.c:1602:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fold.c:1606:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1607:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1610:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/fold.c:1611:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/fold.c:1614:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1618:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/fold.c:1619:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fold.c:1628:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1629:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1642:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/fold.c:1646:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1648:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:1649:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/fold.c:1651:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1661:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1665:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fold.c:1671:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1672:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1682:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1683:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fold.c:1688:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:1689:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1690:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fold.c:1692:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:1693:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1694:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fold.c:1703:  Should leave no spaces after a cast: u'(varnumber_T) lnum'  [whitespace/cast] [2]
src/nvim/fold.c:1704:  Should leave no spaces after a cast: u'(varnumber_T) lnume'  [whitespace/cast] [2]
src/nvim/fold.c:1706:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1707:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1709:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:1714:  Should leave no spaces after a cast: u'(varnumber_T) level'  [whitespace/cast] [2]
src/nvim/fold.c:1716:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1722:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1722:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/fold.c:1724:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/fold.c:1725:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/fold.c:1727:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:1728:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fold.c:1737:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:1741:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1743:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/fold.c:1747:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:1750:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/fold.c:1752:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fold.c:1764:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/fold.c:1763:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/fold.c:1770:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1771:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1778:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fold.c:1779:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fold.c:1781:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1784:  while should always use braces  [readability/braces] [5]
src/nvim/fold.c:1785:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/fold.c:1787:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1794:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1795:  while should always use braces  [readability/braces] [5]
src/nvim/fold.c:1796:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/fold.c:1798:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1807:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:1809:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fold.c:1812:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:1813:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/fold.c:1815:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1817:  for should always use braces  [readability/braces] [5]
src/nvim/fold.c:1817:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/fold.c:1818:  Line contains only semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/fold.c:1827:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fold.c:1831:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fold.c:1835:  while should always use braces  [readability/braces] [5]
src/nvim/fold.c:1836:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/fold.c:1844:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1845:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1847:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1848:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1861:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1862:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:1866:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1871:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1875:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1877:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:1879:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fold.c:1884:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1886:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:1889:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fold.c:1904:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1907:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1910:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1913:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1918:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1921:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:1923:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fold.c:1932:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1934:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:1935:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/fold.c:1936:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/fold.c:1938:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fold.c:1940:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fold.c:1943:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1946:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/fold.c:1947:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1951:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:1956:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1971:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:1973:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/fold.c:1982:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:1989:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1990:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:1993:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:1995:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:1998:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2001:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:2005:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:2012:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fold.c:2014:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2018:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fold.c:2022:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2030:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:2032:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/fold.c:2038:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2041:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2042:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:2045:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2049:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:2051:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:2058:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2059:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2086:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2094:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2096:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fold.c:2100:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2115:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2128:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2131:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2136:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:2138:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:2143:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2149:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:2156:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2161:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/fold.c:2177:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2186:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2191:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2193:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:2195:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fold.c:2198:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2210:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2215:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:2216:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2218:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/fold.c:2219:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/fold.c:2220:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fold.c:2221:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2223:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/fold.c:2224:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/fold.c:2225:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/fold.c:2226:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/fold.c:2229:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fold.c:2232:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2237:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/fold.c:2241:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2244:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:2247:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fold.c:2252:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2256:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/fold.c:2256:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fold.c:2258:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2262:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/fold.c:2263:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/fold.c:2264:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fold.c:2267:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2272:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2276:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2284:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:2286:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/fold.c:2289:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2291:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:2294:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fold.c:2295:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fold.c:2302:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2309:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2314:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2317:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2318:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:2321:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2336:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2338:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2347:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2351:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:2355:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:2359:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:2362:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2369:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2369:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:2372:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2378:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2382:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fold.c:2385:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2388:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/fold.c:2391:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2394:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2398:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2403:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2409:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/fold.c:2411:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fold.c:2415:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2418:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:2423:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2425:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/fold.c:2426:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/fold.c:2429:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fold.c:2433:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2438:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fold.c:2439:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fold.c:2442:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2444:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:2450:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2451:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2461:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:2463:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/fold.c:2467:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2468:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2484:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2494:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2502:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/fold.c:2511:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fold.c:2514:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2515:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2537:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:2538:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2541:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2543:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2546:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2549:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2552:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fold.c:2557:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2561:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2562:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fold.c:2564:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2566:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/fold.c:2567:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/fold.c:2573:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2574:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fold.c:2579:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2580:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2595:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2597:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:2600:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2603:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/fold.c:2607:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/fold.c:2613:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fold.c:2614:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/fold.c:2617:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2618:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2630:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fold.c:2632:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2635:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2636:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:2638:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fold.c:2640:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/fold.c:2643:  Should leave no spaces after a cast: u'(int) MAX'  [whitespace/cast] [2]
src/nvim/fold.c:2647:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2648:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2654:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:2656:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fold.c:2660:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2661:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2677:  Should leave no spaces after a cast: u'(varnumber_T) lnum'  [whitespace/cast] [2]
src/nvim/fold.c:2682:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:2685:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2692:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2700:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2702:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:2704:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fold.c:2710:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2716:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2721:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2725:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2727:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2730:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fold.c:2736:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2743:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:2751:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2752:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2764:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2765:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2783:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2786:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/fold.c:2789:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2793:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/fold.c:2797:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2804:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:2806:  An else should always have braces before it  [readability/braces] [5]
src/nvim/fold.c:2810:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/fold.c:2811:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/fold.c:2812:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/fold.c:2816:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2823:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2824:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:2827:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/fold.c:2828:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/fold.c:2829:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/fold.c:2833:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2834:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:2838:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2839:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2848:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2854:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2860:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2861:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2863:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2870:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:2875:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2876:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:2882:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2883:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2891:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2892:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:2894:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:2899:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/fold.c:2904:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2905:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2909:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/fold.c:2917:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2918:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:2922:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:2923:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/fold.c:2926:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2928:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:2932:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2936:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:2938:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:2942:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/fold.c:2948:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2949:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.c:2955:  if should always use braces  [readability/braces] [5]
src/nvim/fold.c:2958:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/fold.c:2958:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/fold.c:2965:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/garray.c:123:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/garray.c:138:  Should leave no spaces after a cast: u'(size_t) gap'  [whitespace/cast] [2]
src/nvim/garray.c:142:  Should leave no spaces after a cast: u'(char_u *) xstrdup'  [whitespace/cast] [2]
src/nvim/garray.c:159:  Almost always, snprintf is better than strcpy  [runtime/printf] [4]
src/nvim/garray.c:161:  Should leave no spaces after a cast: u'(char_u *) ret'  [whitespace/cast] [2]
src/nvim/garray.c:170:  Missing space before asterisk in char_u*  [whitespace/operators] [2]
src/nvim/garray.c:190:  Should leave no spaces after a cast: u'(char *) s'  [whitespace/cast] [2]
src/nvim/garray.c:203:  Should leave no spaces after a cast: u'(int) len'  [whitespace/cast] [2]
src/nvim/garray.c:206:  Should leave no spaces after a cast: u'(int) len'  [whitespace/cast] [2]
src/nvim/getchar.c:1:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:48:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:68:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:70:  Missing space after {  [whitespace/braces] [5]
src/nvim/getchar.c:70:  Missing space before }  [whitespace/braces] [5]
src/nvim/getchar.c:71:  Missing space after {  [whitespace/braces] [5]
src/nvim/getchar.c:71:  Missing space before }  [whitespace/braces] [5]
src/nvim/getchar.c:72:  Missing space after {  [whitespace/braces] [5]
src/nvim/getchar.c:72:  Missing space before }  [whitespace/braces] [5]
src/nvim/getchar.c:73:  Missing space after {  [whitespace/braces] [5]
src/nvim/getchar.c:73:  Missing space before }  [whitespace/braces] [5]
src/nvim/getchar.c:74:  Missing space after {  [whitespace/braces] [5]
src/nvim/getchar.c:74:  Missing space before }  [whitespace/braces] [5]
src/nvim/getchar.c:77:  Missing space after {  [whitespace/braces] [5]
src/nvim/getchar.c:77:  Missing space before }  [whitespace/braces] [5]
src/nvim/getchar.c:80:  Missing space after {  [whitespace/braces] [5]
src/nvim/getchar.c:80:  Missing space before }  [whitespace/braces] [5]
src/nvim/getchar.c:82:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:84:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:88:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/getchar.c:90:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:102:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:106:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/getchar.c:108:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:111:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:113:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:115:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:134:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:135:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:136:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:137:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:139:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:144:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:145:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:154:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:168:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:181:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:182:  for should always use braces  [readability/braces] [5]
src/nvim/getchar.c:188:  for should always use braces  [readability/braces] [5]
src/nvim/getchar.c:189:  for should always use braces  [readability/braces] [5]
src/nvim/getchar.c:196:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:206:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/getchar.c:209:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:219:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:223:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:229:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:235:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/getchar.c:238:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:242:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/getchar.c:243:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/getchar.c:256:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:259:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:262:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/getchar.c:264:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/getchar.c:265:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/getchar.c:290:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:297:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/getchar.c:301:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:312:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:314:  An else should always have braces before it  [readability/braces] [5]
src/nvim/getchar.c:316:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/getchar.c:317:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:321:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:334:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:345:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:355:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:355:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:371:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:386:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:394:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:403:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:411:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:421:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/getchar.c:424:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:425:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:430:  while should always use braces  [readability/braces] [5]
src/nvim/getchar.c:431:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/getchar.c:432:  Line contains only semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/getchar.c:435:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:441:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/getchar.c:445:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:458:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:469:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/getchar.c:474:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:490:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:491:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/getchar.c:499:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:513:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:519:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:523:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:527:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/getchar.c:528:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/getchar.c:530:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:537:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:541:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:544:  while should always use braces  [readability/braces] [5]
src/nvim/getchar.c:545:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/getchar.c:547:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:549:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:550:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/getchar.c:551:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:554:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:557:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:558:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:559:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:561:  An else should always have braces before it  [readability/braces] [5]
src/nvim/getchar.c:563:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:566:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:567:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:569:  An else should always have braces before it  [readability/braces] [5]
src/nvim/getchar.c:574:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:580:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:584:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:589:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:593:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:614:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:625:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:630:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:637:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:646:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:654:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:672:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:674:  An else should always have braces before it  [readability/braces] [5]
src/nvim/getchar.c:676:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:684:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:685:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:687:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:689:  An else should always have braces before it  [readability/braces] [5]
src/nvim/getchar.c:691:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/getchar.c:692:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:708:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:708:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:715:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:724:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/getchar.c:729:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:742:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:743:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:743:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/getchar.c:746:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/getchar.c:748:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:751:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/getchar.c:753:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:754:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:755:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/getchar.c:757:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/getchar.c:760:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:762:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/getchar.c:763:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/getchar.c:764:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/getchar.c:765:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/getchar.c:766:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/getchar.c:769:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:771:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:771:  while should always use braces  [readability/braces] [5]
src/nvim/getchar.c:772:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/getchar.c:776:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:782:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:791:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:791:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/getchar.c:795:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:796:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/getchar.c:805:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:806:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/getchar.c:807:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/getchar.c:813:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/getchar.c:816:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:833:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:863:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:868:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:875:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:881:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/getchar.c:881:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/getchar.c:884:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:885:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:893:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:895:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/getchar.c:896:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:898:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:901:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/getchar.c:902:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/getchar.c:903:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:908:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/getchar.c:910:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/getchar.c:911:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/getchar.c:912:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:920:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:921:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:923:  An else should always have braces before it  [readability/braces] [5]
src/nvim/getchar.c:925:  An else should always have braces before it  [readability/braces] [5]
src/nvim/getchar.c:928:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:936:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:938:  An else should always have braces before it  [readability/braces] [5]
src/nvim/getchar.c:940:  An else should always have braces before it  [readability/braces] [5]
src/nvim/getchar.c:942:  for should always use braces  [readability/braces] [5]
src/nvim/getchar.c:942:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/getchar.c:946:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:949:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:953:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/getchar.c:955:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:955:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:961:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:981:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:990:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/getchar.c:991:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/getchar.c:992:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:997:  Closing ) should be moved to the previous line  [whitespace/parens] [2]
src/nvim/getchar.c:1000:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:1009:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:1017:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:1024:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:1025:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:1029:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:1032:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:1035:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:1038:  An else should always have braces before it  [readability/braces] [5]
src/nvim/getchar.c:1038:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/getchar.c:1040:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:1045:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/getchar.c:1047:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/getchar.c:1050:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:1052:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/getchar.c:1053:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/getchar.c:1054:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:1056:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/getchar.c:1057:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/getchar.c:1060:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:1061:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:1063:  An else should always have braces before it  [readability/braces] [5]
src/nvim/getchar.c:1066:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:1067:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:1069:  An else should always have braces before it  [readability/braces] [5]
src/nvim/getchar.c:1072:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:1073:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:1075:  An else should always have braces before it  [readability/braces] [5]
src/nvim/getchar.c:1079:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:1081:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/getchar.c:1082:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:1086:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:1114:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:1115:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/getchar.c:1117:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:1119:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/getchar.c:1122:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:1132:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:1134:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/getchar.c:1137:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:1150:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:1154:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:1159:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:1161:  An else should always have braces before it  [readability/braces] [5]
src/nvim/getchar.c:1163:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:1165:  An else should always have braces before it  [readability/braces] [5]
src/nvim/getchar.c:1169:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:1182:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:1183:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:1184:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:1185:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:1188:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:1195:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/getchar.c:1206:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:1226:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:1229:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/getchar.c:1230:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/getchar.c:1232:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:1239:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:1240:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:1243:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:1243:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:1244:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/getchar.c:1245:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:1249:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:1250:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/getchar.c:1255:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:1271:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:1271:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/getchar.c:1272:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:1273:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:1273:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/getchar.c:1275:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/getchar.c:1279:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:1280:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:1280:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/getchar.c:1281:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:1292:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:1302:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:1303:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/getchar.c:1309:  while should always use braces  [readability/braces] [5]
src/nvim/getchar.c:1315:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:1323:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:1330:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:1334:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:1345:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:1348:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/getchar.c:1353:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:1369:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:1371:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:1374:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:1390:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/getchar.c:1391:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/getchar.c:1396:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/getchar.c:1397:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/getchar.c:1400:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:1405:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/getchar.c:1406:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:1407:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:1407:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/getchar.c:1408:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/getchar.c:1409:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/getchar.c:1416:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
src/nvim/getchar.c:1419:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:1447:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/getchar.c:1457:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/getchar.c:1467:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:1478:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:1483:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/getchar.c:1484:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:1484:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/getchar.c:1488:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/getchar.c:1496:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:1501:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/getchar.c:1506:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:1515:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:1520:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:1534:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:1541:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:1543:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/getchar.c:1546:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:1556:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:1561:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:1571:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/getchar.c:1575:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/getchar.c:1576:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:1576:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/getchar.c:1586:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:1618:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/getchar.c:1618:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:1618:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/getchar.c:1620:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:1621:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:1621:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/getchar.c:1632:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:1643:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:1650:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/getchar.c:1652:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:1653:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/getchar.c:1657:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:1658:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/getchar.c:1660:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:1665:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:1672:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:1675:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/getchar.c:1677:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:1678:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:1680:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:1687:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:1692:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:1694:  An else should always have braces before it  [readability/braces] [5]
src/nvim/getchar.c:1695:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:1698:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:1700:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/getchar.c:1701:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:1708:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:1711:  An else should always have braces before it  [readability/braces] [5]
src/nvim/getchar.c:1713:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:1713:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/getchar.c:1716:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:1721:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/getchar.c:1725:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:1764:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:1768:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:1772:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:1784:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:1795:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:1796:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/getchar.c:1798:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:1799:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/getchar.c:1800:  An else should always have braces before it  [readability/braces] [5]
src/nvim/getchar.c:1802:  An else should always have braces before it  [readability/braces] [5]
src/nvim/getchar.c:1803:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/getchar.c:1804:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:1808:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:1815:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:1817:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:1826:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:1832:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:1838:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:1842:  for should always use braces  [readability/braces] [5]
src/nvim/getchar.c:1843:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:1845:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:1851:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:1856:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:1860:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/getchar.c:1861:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:1863:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:1868:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:1891:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:1893:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/getchar.c:1905:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:1906:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:1908:  An else should always have braces before it  [readability/braces] [5]
src/nvim/getchar.c:1909:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:1916:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:1930:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/getchar.c:1930:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/getchar.c:1930:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/getchar.c:1933:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/getchar.c:1935:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:1936:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:1942:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:1946:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:1948:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:1949:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/getchar.c:1950:  An else should always have braces before it  [readability/braces] [5]
src/nvim/getchar.c:1950:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/getchar.c:1951:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/getchar.c:1952:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:1954:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/getchar.c:1957:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/getchar.c:1960:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:1963:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:1964:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:1967:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:1969:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:1971:  An else should always have braces before it  [readability/braces] [5]
src/nvim/getchar.c:1975:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:1990:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:1992:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:1998:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:2000:  An else should always have braces before it  [readability/braces] [5]
src/nvim/getchar.c:2002:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/getchar.c:2003:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2008:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2015:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/getchar.c:2017:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/getchar.c:2017:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/getchar.c:2020:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2027:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2028:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2030:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2043:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/getchar.c:2046:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2054:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:2056:  An else should always have braces before it  [readability/braces] [5]
src/nvim/getchar.c:2056:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/getchar.c:2059:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:2061:  An else should always have braces before it  [readability/braces] [5]
src/nvim/getchar.c:2062:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/getchar.c:2063:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/getchar.c:2064:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/getchar.c:2065:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/getchar.c:2063:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/getchar.c:2064:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/getchar.c:2067:  An else should always have braces before it  [readability/braces] [5]
src/nvim/getchar.c:2070:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/getchar.c:2070:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/getchar.c:2071:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:2084:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2087:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2099:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/getchar.c:2100:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/getchar.c:2101:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/getchar.c:2102:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/getchar.c:2103:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/getchar.c:2104:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/getchar.c:2105:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/getchar.c:2107:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/getchar.c:2108:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/getchar.c:2109:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/getchar.c:2108:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/getchar.c:2109:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/getchar.c:2114:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/getchar.c:2115:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/getchar.c:2121:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2125:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2133:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:2136:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/getchar.c:2137:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:2139:  An else should always have braces before it  [readability/braces] [5]
src/nvim/getchar.c:2140:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/getchar.c:2146:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2148:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/getchar.c:2152:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/getchar.c:2157:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2161:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:2162:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/getchar.c:2172:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:2173:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2182:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2184:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/getchar.c:2191:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2195:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/getchar.c:2198:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2204:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:2206:  An else should always have braces before it  [readability/braces] [5]
src/nvim/getchar.c:2210:  An else should always have braces before it  [readability/braces] [5]
src/nvim/getchar.c:2216:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2219:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2229:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2232:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2242:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2245:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/getchar.c:2245:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/getchar.c:2247:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/getchar.c:2248:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2251:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2257:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:2259:  while should always use braces  [readability/braces] [5]
src/nvim/getchar.c:2266:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2270:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/getchar.c:2270:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/getchar.c:2272:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/getchar.c:2277:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2282:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/getchar.c:2283:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/getchar.c:2284:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/getchar.c:2285:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/getchar.c:2293:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:2296:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:2298:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:2300:  An else should always have braces before it  [readability/braces] [5]
src/nvim/getchar.c:2301:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2304:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:2305:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2306:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2307:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:2309:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2310:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/getchar.c:2313:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2314:  while should always use braces  [readability/braces] [5]
src/nvim/getchar.c:2319:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2320:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2322:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2325:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2332:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:2333:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2333:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/getchar.c:2334:  An else should always have braces before it  [readability/braces] [5]
src/nvim/getchar.c:2335:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/getchar.c:2337:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:2338:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2338:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/getchar.c:2339:  An else should always have braces before it  [readability/braces] [5]
src/nvim/getchar.c:2344:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/getchar.c:2349:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2372:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/getchar.c:2373:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/getchar.c:2376:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2380:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2381:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2381:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/getchar.c:2389:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2395:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2395:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/getchar.c:2396:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2396:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/getchar.c:2398:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2398:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/getchar.c:2400:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2408:  Redundant blank line at the start of a code block should be deleted.  [whitespace/blank_line] [2]
src/nvim/getchar.c:2411:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2415:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2420:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:2421:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/getchar.c:2422:  An else should always have braces before it  [readability/braces] [5]
src/nvim/getchar.c:2430:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2431:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2445:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:2451:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2457:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2464:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:2470:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2475:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/getchar.c:2476:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/getchar.c:2479:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2494:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/getchar.c:2501:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/getchar.c:2502:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/getchar.c:2501:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/getchar.c:2502:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/getchar.c:2515:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2554:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/getchar.c:2555:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/getchar.c:2559:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2567:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2570:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/getchar.c:2571:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/getchar.c:2593:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2594:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:2596:  An else should always have braces before it  [readability/braces] [5]
src/nvim/getchar.c:2599:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2602:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2612:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2621:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2630:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2639:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2648:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2656:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2669:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2691:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2717:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2721:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:2724:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2729:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2735:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2750:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2750:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/getchar.c:2751:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2752:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:2753:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2760:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2760:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/getchar.c:2761:  for should always use braces  [readability/braces] [5]
src/nvim/getchar.c:2761:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/getchar.c:2766:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2767:  for should always use braces  [readability/braces] [5]
src/nvim/getchar.c:2767:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/getchar.c:2775:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2775:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:2776:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/getchar.c:2776:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2776:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/getchar.c:2779:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:2782:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2786:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2787:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/getchar.c:2789:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2789:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:2792:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/getchar.c:2795:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2800:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:2802:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/getchar.c:2803:  An else should always have braces before it  [readability/braces] [5]
src/nvim/getchar.c:2805:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/getchar.c:2813:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2817:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2818:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/getchar.c:2820:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2820:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:2823:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/getchar.c:2826:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2828:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2829:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/getchar.c:2830:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/getchar.c:2834:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/getchar.c:2835:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/getchar.c:2836:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/getchar.c:2844:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2853:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/getchar.c:2854:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2855:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/getchar.c:2857:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2857:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:2860:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/getchar.c:2863:  Redundant blank line at the start of a code block should be deleted.  [whitespace/blank_line] [2]
src/nvim/getchar.c:2864:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2868:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2870:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/getchar.c:2871:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2872:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2880:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2881:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2890:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2895:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2895:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/getchar.c:2896:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2898:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/getchar.c:2899:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2903:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:2905:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/getchar.c:2906:  An else should always have braces before it  [readability/braces] [5]
src/nvim/getchar.c:2910:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2911:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2912:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2923:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/getchar.c:2931:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2940:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2949:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2951:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2963:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2967:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:2969:  An else should always have braces before it  [readability/braces] [5]
src/nvim/getchar.c:2972:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2975:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:2975:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:2978:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:3003:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:3019:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:3035:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:3042:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/getchar.c:3046:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:3057:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:3058:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:3059:  An else should always have braces before it  [readability/braces] [5]
src/nvim/getchar.c:3060:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:3061:  An else should always have braces before it  [readability/braces] [5]
src/nvim/getchar.c:3062:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:3063:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:3063:  An else should always have braces before it  [readability/braces] [5]
src/nvim/getchar.c:3064:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:3065:  An else should always have braces before it  [readability/braces] [5]
src/nvim/getchar.c:3066:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:3067:  An else should always have braces before it  [readability/braces] [5]
src/nvim/getchar.c:3068:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:3069:  An else should always have braces before it  [readability/braces] [5]
src/nvim/getchar.c:3070:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:3071:  An else should always have braces before it  [readability/braces] [5]
src/nvim/getchar.c:3072:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:3073:  An else should always have braces before it  [readability/braces] [5]
src/nvim/getchar.c:3075:  An else should always have braces before it  [readability/braces] [5]
src/nvim/getchar.c:3075:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/getchar.c:3076:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/getchar.c:3077:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:3078:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:3079:  An else should always have braces before it  [readability/braces] [5]
src/nvim/getchar.c:3080:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:3087:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:3104:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/getchar.c:3105:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/getchar.c:3108:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:3111:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/getchar.c:3112:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/getchar.c:3113:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:3114:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:3115:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:3116:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:3125:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/getchar.c:3127:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:3127:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:3129:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:3131:  An else should always have braces before it  [readability/braces] [5]
src/nvim/getchar.c:3134:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:3136:  An else should always have braces before it  [readability/braces] [5]
src/nvim/getchar.c:3147:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:3160:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:3168:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:3178:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:3179:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:3180:  An else should always have braces before it  [readability/braces] [5]
src/nvim/getchar.c:3181:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:3182:  An else should always have braces before it  [readability/braces] [5]
src/nvim/getchar.c:3183:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:3184:  An else should always have braces before it  [readability/braces] [5]
src/nvim/getchar.c:3185:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:3186:  An else should always have braces before it  [readability/braces] [5]
src/nvim/getchar.c:3188:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:3189:  An else should always have braces before it  [readability/braces] [5]
src/nvim/getchar.c:3189:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/getchar.c:3190:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:3191:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:3192:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:3193:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:3194:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:3195:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:3196:  An else should always have braces before it  [readability/braces] [5]
src/nvim/getchar.c:3196:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/getchar.c:3197:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:3198:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:3199:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:3200:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:3208:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/getchar.c:3209:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/getchar.c:3211:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:3219:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:3219:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:3230:  while should always use braces  [readability/braces] [5]
src/nvim/getchar.c:3233:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:3234:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/getchar.c:3236:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:3237:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/getchar.c:3240:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:3242:  An else should always have braces before it  [readability/braces] [5]
src/nvim/getchar.c:3244:  An else should always have braces before it  [readability/braces] [5]
src/nvim/getchar.c:3247:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:3249:  An else should always have braces before it  [readability/braces] [5]
src/nvim/getchar.c:3252:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:3254:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:3256:  An else should always have braces before it  [readability/braces] [5]
src/nvim/getchar.c:3256:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/getchar.c:3257:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:3261:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/getchar.c:3264:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:3266:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:3269:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:3284:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:3286:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:3288:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:3290:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:3292:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:3294:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:3296:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:3298:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:3307:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:3315:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/getchar.c:3319:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:3321:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/getchar.c:3323:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:3323:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:3325:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:3327:  An else should always have braces before it  [readability/braces] [5]
src/nvim/getchar.c:3329:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/getchar.c:3331:  An else should always have braces before it  [readability/braces] [5]
src/nvim/getchar.c:3334:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:3336:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/getchar.c:3339:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:3341:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/getchar.c:3344:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/getchar.c:3347:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:3352:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/getchar.c:3354:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:3359:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/getchar.c:3363:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:3364:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:3365:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:3369:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:3371:  An else should always have braces before it  [readability/braces] [5]
src/nvim/getchar.c:3371:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/getchar.c:3372:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:3374:  An else should always have braces before it  [readability/braces] [5]
src/nvim/getchar.c:3374:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/getchar.c:3376:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:3381:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/getchar.c:3384:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/getchar.c:3416:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:3432:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:3435:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:3439:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/getchar.c:3442:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/getchar.c:3443:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:3445:  An else should always have braces before it  [readability/braces] [5]
src/nvim/getchar.c:3447:  An else should always have braces before it  [readability/braces] [5]
src/nvim/getchar.c:3449:  An else should always have braces before it  [readability/braces] [5]
src/nvim/getchar.c:3451:  An else should always have braces before it  [readability/braces] [5]
src/nvim/getchar.c:3453:  An else should always have braces before it  [readability/braces] [5]
src/nvim/getchar.c:3455:  An else should always have braces before it  [readability/braces] [5]
src/nvim/getchar.c:3459:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:3460:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/getchar.c:3461:  An else should always have braces before it  [readability/braces] [5]
src/nvim/getchar.c:3466:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/getchar.c:3468:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:3468:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:3469:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:3471:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/getchar.c:3473:  An else should always have braces before it  [readability/braces] [5]
src/nvim/getchar.c:3479:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:3480:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/getchar.c:3481:  An else should always have braces before it  [readability/braces] [5]
src/nvim/getchar.c:3481:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/getchar.c:3488:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:3489:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:3491:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:3491:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:3492:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:3497:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:3504:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:3507:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:3513:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:3515:  An else should always have braces before it  [readability/braces] [5]
src/nvim/getchar.c:3515:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/getchar.c:3526:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:3545:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:3551:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:3552:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/getchar.c:3555:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:3555:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:3556:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/getchar.c:3558:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:3559:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:3560:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/getchar.c:3562:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:3568:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:3568:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:3569:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/getchar.c:3575:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:3576:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:3576:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/getchar.c:3577:  An else should always have braces before it  [readability/braces] [5]
src/nvim/getchar.c:3577:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/getchar.c:3578:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:3578:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/getchar.c:3579:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:3589:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/getchar.c:3593:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:3594:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:3594:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/getchar.c:3595:  An else should always have braces before it  [readability/braces] [5]
src/nvim/getchar.c:3595:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/getchar.c:3596:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:3596:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/getchar.c:3597:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:3600:  for should always use braces  [readability/braces] [5]
src/nvim/getchar.c:3601:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/getchar.c:3602:  Line contains only semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/getchar.c:3605:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:3607:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:3624:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:3629:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:3641:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:3656:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:3662:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:3663:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:3665:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:3666:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:3674:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:3675:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/getchar.c:3677:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:3679:  An else should always have braces before it  [readability/braces] [5]
src/nvim/getchar.c:3682:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:3683:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/getchar.c:3684:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:3686:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:3692:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:3693:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:3694:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:3694:  while should always use braces  [readability/braces] [5]
src/nvim/getchar.c:3695:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/getchar.c:3696:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/getchar.c:3699:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/getchar.c:3702:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:3707:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/getchar.c:3709:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:3720:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:3727:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:3729:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/getchar.c:3730:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/getchar.c:3731:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:3735:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/getchar.c:3736:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/getchar.c:3737:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/getchar.c:3745:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:3747:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:3754:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:3760:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:3765:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:3772:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:3776:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:3788:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:3804:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/getchar.c:3810:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:3814:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/getchar.c:3815:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/getchar.c:3817:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:3826:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/getchar.c:3831:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:3835:  for should always use braces  [readability/braces] [5]
src/nvim/getchar.c:3835:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/getchar.c:3836:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/getchar.c:3838:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:3838:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:3840:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:3842:  An else should always have braces before it  [readability/braces] [5]
src/nvim/getchar.c:3845:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:3847:  An else should always have braces before it  [readability/braces] [5]
src/nvim/getchar.c:3852:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:3853:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:3856:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:3858:  for should always use braces  [readability/braces] [5]
src/nvim/getchar.c:3858:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/getchar.c:3859:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:3862:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:3865:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:3871:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:3873:  An else should always have braces before it  [readability/braces] [5]
src/nvim/getchar.c:3932:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:3951:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:3952:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:3955:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:3955:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:3956:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/getchar.c:3957:  An else should always have braces before it  [readability/braces] [5]
src/nvim/getchar.c:3958:  for should always use braces  [readability/braces] [5]
src/nvim/getchar.c:3958:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/getchar.c:3959:  for should always use braces  [readability/braces] [5]
src/nvim/getchar.c:3959:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/getchar.c:3960:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:3961:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/getchar.c:3963:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:3970:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:3972:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:3974:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:3976:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:3978:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:3980:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:3982:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:3985:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:3988:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:3989:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/getchar.c:3990:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/getchar.c:3991:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/getchar.c:3992:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/getchar.c:4001:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:4002:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:4010:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:4022:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:4024:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:4029:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/getchar.c:4032:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:4036:  while should always use braces  [readability/braces] [5]
src/nvim/getchar.c:4037:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:4039:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/getchar.c:4044:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:4059:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:4060:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:4066:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:4072:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:4075:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:4081:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:4093:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:4099:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:4102:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:4108:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:4114:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/getchar.c:4117:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:4118:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:4119:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:4120:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:4121:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:4132:  for should always use braces  [readability/braces] [5]
src/nvim/getchar.c:4132:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/getchar.c:4133:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:4134:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/getchar.c:4136:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:4136:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:4138:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:4140:  An else should always have braces before it  [readability/braces] [5]
src/nvim/getchar.c:4142:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/getchar.c:4144:  An else should always have braces before it  [readability/braces] [5]
src/nvim/getchar.c:4147:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:4159:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:4161:  if should always use braces  [readability/braces] [5]
src/nvim/getchar.c:4173:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:4182:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:4184:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/getchar.c:4201:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/getchar.c:4213:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/getchar.c:4222:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/getchar.c:4235:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:4241:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.c:4262:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:1:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:37:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:99:  Missing space after {  [whitespace/braces] [5]
src/nvim/hardcopy.c:99:  Missing space before }  [whitespace/braces] [5]
src/nvim/hardcopy.c:99:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/hardcopy.c:100:  Missing space after {  [whitespace/braces] [5]
src/nvim/hardcopy.c:100:  Missing space before }  [whitespace/braces] [5]
src/nvim/hardcopy.c:100:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/hardcopy.c:101:  Missing space after {  [whitespace/braces] [5]
src/nvim/hardcopy.c:101:  Missing space before }  [whitespace/braces] [5]
src/nvim/hardcopy.c:101:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/hardcopy.c:102:  Missing space after {  [whitespace/braces] [5]
src/nvim/hardcopy.c:102:  Missing space before }  [whitespace/braces] [5]
src/nvim/hardcopy.c:102:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/hardcopy.c:103:  Missing space after {  [whitespace/braces] [5]
src/nvim/hardcopy.c:103:  Missing space before }  [whitespace/braces] [5]
src/nvim/hardcopy.c:103:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/hardcopy.c:104:  Missing space after {  [whitespace/braces] [5]
src/nvim/hardcopy.c:104:  Missing space before }  [whitespace/braces] [5]
src/nvim/hardcopy.c:104:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/hardcopy.c:105:  Missing space after {  [whitespace/braces] [5]
src/nvim/hardcopy.c:105:  Missing space before }  [whitespace/braces] [5]
src/nvim/hardcopy.c:105:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/hardcopy.c:106:  Missing space after {  [whitespace/braces] [5]
src/nvim/hardcopy.c:106:  Missing space before }  [whitespace/braces] [5]
src/nvim/hardcopy.c:106:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/hardcopy.c:107:  Missing space after {  [whitespace/braces] [5]
src/nvim/hardcopy.c:107:  Missing space before }  [whitespace/braces] [5]
src/nvim/hardcopy.c:107:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/hardcopy.c:108:  Missing space after {  [whitespace/braces] [5]
src/nvim/hardcopy.c:108:  Missing space before }  [whitespace/braces] [5]
src/nvim/hardcopy.c:108:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/hardcopy.c:109:  Missing space after {  [whitespace/braces] [5]
src/nvim/hardcopy.c:109:  Missing space before }  [whitespace/braces] [5]
src/nvim/hardcopy.c:109:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/hardcopy.c:110:  Missing space after {  [whitespace/braces] [5]
src/nvim/hardcopy.c:110:  Missing space before }  [whitespace/braces] [5]
src/nvim/hardcopy.c:110:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/hardcopy.c:111:  Missing space after {  [whitespace/braces] [5]
src/nvim/hardcopy.c:111:  Missing space before }  [whitespace/braces] [5]
src/nvim/hardcopy.c:111:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/hardcopy.c:112:  Missing space after {  [whitespace/braces] [5]
src/nvim/hardcopy.c:112:  Missing space before }  [whitespace/braces] [5]
src/nvim/hardcopy.c:112:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/hardcopy.c:114:  Line contains only semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/hardcopy.c:151:  Missing space after {  [whitespace/braces] [5]
src/nvim/hardcopy.c:151:  Missing space before }  [whitespace/braces] [5]
src/nvim/hardcopy.c:151:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/hardcopy.c:152:  Missing space after {  [whitespace/braces] [5]
src/nvim/hardcopy.c:152:  Missing space before }  [whitespace/braces] [5]
src/nvim/hardcopy.c:152:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/hardcopy.c:153:  Missing space after {  [whitespace/braces] [5]
src/nvim/hardcopy.c:153:  Missing space before }  [whitespace/braces] [5]
src/nvim/hardcopy.c:153:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/hardcopy.c:154:  Missing space after {  [whitespace/braces] [5]
src/nvim/hardcopy.c:154:  Missing space before }  [whitespace/braces] [5]
src/nvim/hardcopy.c:154:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/hardcopy.c:155:  Missing space after {  [whitespace/braces] [5]
src/nvim/hardcopy.c:155:  Missing space before }  [whitespace/braces] [5]
src/nvim/hardcopy.c:155:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/hardcopy.c:156:  Missing space after {  [whitespace/braces] [5]
src/nvim/hardcopy.c:156:  Missing space before }  [whitespace/braces] [5]
src/nvim/hardcopy.c:156:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/hardcopy.c:159:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:163:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:164:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:165:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:166:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:167:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:168:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:173:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:177:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:187:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:201:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:231:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:245:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:254:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:263:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:272:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/hardcopy.c:278:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:281:  for should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:281:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/hardcopy.c:282:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/hardcopy.c:284:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:290:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:293:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:298:  for should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:298:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/hardcopy.c:299:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:302:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:306:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/hardcopy.c:309:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:319:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:320:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/hardcopy.c:327:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:340:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:341:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:359:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:361:  An else should always have braces before it  [readability/braces] [5]
src/nvim/hardcopy.c:364:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:366:  An else should always have braces before it  [readability/braces] [5]
src/nvim/hardcopy.c:370:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:372:  An else should always have braces before it  [readability/braces] [5]
src/nvim/hardcopy.c:407:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:410:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/hardcopy.c:418:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/hardcopy.c:419:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/hardcopy.c:421:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:423:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/hardcopy.c:424:  for should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:427:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:428:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:430:  An else should always have braces before it  [readability/braces] [5]
src/nvim/hardcopy.c:430:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/hardcopy.c:431:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:434:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/hardcopy.c:438:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:449:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:458:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:468:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:469:  for should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:469:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/hardcopy.c:477:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:487:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:488:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:496:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/hardcopy.c:498:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:514:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/hardcopy.c:515:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/hardcopy.c:517:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:521:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/hardcopy.c:522:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/hardcopy.c:526:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/hardcopy.c:528:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:530:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/hardcopy.c:535:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/hardcopy.c:536:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:536:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:538:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/hardcopy.c:545:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:546:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:548:  An else should always have braces before it  [readability/braces] [5]
src/nvim/hardcopy.c:548:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/hardcopy.c:549:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:552:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/hardcopy.c:556:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:576:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/hardcopy.c:581:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:583:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:588:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/hardcopy.c:591:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:598:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:599:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/hardcopy.c:600:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/hardcopy.c:601:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/hardcopy.c:602:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/hardcopy.c:603:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/hardcopy.c:604:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/hardcopy.c:609:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:610:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/hardcopy.c:611:  An else should always have braces before it  [readability/braces] [5]
src/nvim/hardcopy.c:615:  An else should always have braces before it  [readability/braces] [5]
src/nvim/hardcopy.c:618:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:621:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/hardcopy.c:622:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/hardcopy.c:623:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/hardcopy.c:624:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:631:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:637:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:640:  for should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:647:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:656:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/hardcopy.c:660:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/hardcopy.c:662:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:665:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:672:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:673:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:681:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:683:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:687:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:690:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/hardcopy.c:691:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:698:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:701:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:704:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/hardcopy.c:705:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:709:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:711:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:715:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/hardcopy.c:718:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:721:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:723:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/hardcopy.c:724:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/hardcopy.c:725:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/hardcopy.c:722:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/hardcopy.c:728:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:731:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:733:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/hardcopy.c:736:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/hardcopy.c:738:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/hardcopy.c:740:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:743:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:744:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:746:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:752:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:754:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:755:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:758:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:765:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:769:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:770:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/hardcopy.c:772:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:777:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/hardcopy.c:783:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/hardcopy.c:792:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:796:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/hardcopy.c:800:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/hardcopy.c:810:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:812:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/hardcopy.c:822:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:827:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:829:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:833:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/hardcopy.c:834:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:836:  An else should always have braces before it  [readability/braces] [5]
src/nvim/hardcopy.c:838:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:850:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:854:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:861:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:864:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:865:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:871:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/hardcopy.c:875:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:877:  An else should always have braces before it  [readability/braces] [5]
src/nvim/hardcopy.c:885:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:889:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:899:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:928:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:937:  Missing space after {  [whitespace/braces] [5]
src/nvim/hardcopy.c:937:  Missing space before }  [whitespace/braces] [5]
src/nvim/hardcopy.c:938:  Missing space after {  [whitespace/braces] [5]
src/nvim/hardcopy.c:938:  Missing space before }  [whitespace/braces] [5]
src/nvim/hardcopy.c:939:  Missing space after {  [whitespace/braces] [5]
src/nvim/hardcopy.c:939:  Missing space before }  [whitespace/braces] [5]
src/nvim/hardcopy.c:940:  Missing space after {  [whitespace/braces] [5]
src/nvim/hardcopy.c:940:  Missing space before }  [whitespace/braces] [5]
src/nvim/hardcopy.c:941:  Missing space after {  [whitespace/braces] [5]
src/nvim/hardcopy.c:941:  Missing space before }  [whitespace/braces] [5]
src/nvim/hardcopy.c:942:  Missing space after {  [whitespace/braces] [5]
src/nvim/hardcopy.c:942:  Missing space before }  [whitespace/braces] [5]
src/nvim/hardcopy.c:943:  Missing space after {  [whitespace/braces] [5]
src/nvim/hardcopy.c:943:  Missing space before }  [whitespace/braces] [5]
src/nvim/hardcopy.c:944:  Missing space after {  [whitespace/braces] [5]
src/nvim/hardcopy.c:944:  Missing space before }  [whitespace/braces] [5]
src/nvim/hardcopy.c:945:  Missing space after {  [whitespace/braces] [5]
src/nvim/hardcopy.c:945:  Missing space before }  [whitespace/braces] [5]
src/nvim/hardcopy.c:946:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:946:  Missing space after {  [whitespace/braces] [5]
src/nvim/hardcopy.c:946:  Missing space before }  [whitespace/braces] [5]
src/nvim/hardcopy.c:947:  Missing space after {  [whitespace/braces] [5]
src/nvim/hardcopy.c:947:  Missing space before }  [whitespace/braces] [5]
src/nvim/hardcopy.c:948:  Missing space after {  [whitespace/braces] [5]
src/nvim/hardcopy.c:948:  Missing space before }  [whitespace/braces] [5]
src/nvim/hardcopy.c:949:  Missing space after {  [whitespace/braces] [5]
src/nvim/hardcopy.c:949:  Missing space before }  [whitespace/braces] [5]
src/nvim/hardcopy.c:950:  Missing space after {  [whitespace/braces] [5]
src/nvim/hardcopy.c:950:  Missing space before }  [whitespace/braces] [5]
src/nvim/hardcopy.c:958:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:964:  Missing space after {  [whitespace/braces] [5]
src/nvim/hardcopy.c:964:  Missing space before }  [whitespace/braces] [5]
src/nvim/hardcopy.c:967:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:973:  Missing space after {  [whitespace/braces] [5]
src/nvim/hardcopy.c:973:  Missing space before }  [whitespace/braces] [5]
src/nvim/hardcopy.c:976:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:977:  Missing space before asterisk in prt_ps_font_S*  [whitespace/operators] [2]
src/nvim/hardcopy.c:989:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:992:  Missing space after {  [whitespace/braces] [5]
src/nvim/hardcopy.c:993:  Missing space before }  [whitespace/braces] [5]
src/nvim/hardcopy.c:994:  Missing space after {  [whitespace/braces] [5]
src/nvim/hardcopy.c:994:  Missing space before }  [whitespace/braces] [5]
src/nvim/hardcopy.c:995:  Missing space after {  [whitespace/braces] [5]
src/nvim/hardcopy.c:996:  Missing space before }  [whitespace/braces] [5]
src/nvim/hardcopy.c:997:  Missing space after {  [whitespace/braces] [5]
src/nvim/hardcopy.c:997:  Missing space before }  [whitespace/braces] [5]
src/nvim/hardcopy.c:998:  Missing space after {  [whitespace/braces] [5]
src/nvim/hardcopy.c:998:  Missing space before }  [whitespace/braces] [5]
src/nvim/hardcopy.c:999:  Missing space after {  [whitespace/braces] [5]
src/nvim/hardcopy.c:999:  Missing space before }  [whitespace/braces] [5]
src/nvim/hardcopy.c:1003:  Missing space after {  [whitespace/braces] [5]
src/nvim/hardcopy.c:1003:  Missing space before }  [whitespace/braces] [5]
src/nvim/hardcopy.c:1004:  Missing space after {  [whitespace/braces] [5]
src/nvim/hardcopy.c:1004:  Missing space before }  [whitespace/braces] [5]
src/nvim/hardcopy.c:1005:  Missing space after {  [whitespace/braces] [5]
src/nvim/hardcopy.c:1005:  Missing space before }  [whitespace/braces] [5]
src/nvim/hardcopy.c:1006:  Missing space after {  [whitespace/braces] [5]
src/nvim/hardcopy.c:1006:  Missing space before }  [whitespace/braces] [5]
src/nvim/hardcopy.c:1007:  Missing space after {  [whitespace/braces] [5]
src/nvim/hardcopy.c:1007:  Missing space before }  [whitespace/braces] [5]
src/nvim/hardcopy.c:1008:  Missing space after {  [whitespace/braces] [5]
src/nvim/hardcopy.c:1008:  Missing space before }  [whitespace/braces] [5]
src/nvim/hardcopy.c:1009:  Missing space after {  [whitespace/braces] [5]
src/nvim/hardcopy.c:1009:  Missing space before }  [whitespace/braces] [5]
src/nvim/hardcopy.c:1010:  Missing space after {  [whitespace/braces] [5]
src/nvim/hardcopy.c:1010:  Missing space before }  [whitespace/braces] [5]
src/nvim/hardcopy.c:1021:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:1024:  Missing space after {  [whitespace/braces] [5]
src/nvim/hardcopy.c:1024:  Missing space before }  [whitespace/braces] [5]
src/nvim/hardcopy.c:1025:  Missing space after {  [whitespace/braces] [5]
src/nvim/hardcopy.c:1025:  Missing space before }  [whitespace/braces] [5]
src/nvim/hardcopy.c:1026:  Missing space after {  [whitespace/braces] [5]
src/nvim/hardcopy.c:1027:  Missing space before }  [whitespace/braces] [5]
src/nvim/hardcopy.c:1028:  Missing space after {  [whitespace/braces] [5]
src/nvim/hardcopy.c:1028:  Missing space before }  [whitespace/braces] [5]
src/nvim/hardcopy.c:1029:  Missing space after {  [whitespace/braces] [5]
src/nvim/hardcopy.c:1029:  Missing space before }  [whitespace/braces] [5]
src/nvim/hardcopy.c:1030:  Missing space after {  [whitespace/braces] [5]
src/nvim/hardcopy.c:1030:  Missing space before }  [whitespace/braces] [5]
src/nvim/hardcopy.c:1034:  Missing space after {  [whitespace/braces] [5]
src/nvim/hardcopy.c:1034:  Missing space before }  [whitespace/braces] [5]
src/nvim/hardcopy.c:1035:  Missing space after ,  [whitespace/comma] [3]
src/nvim/hardcopy.c:1035:  Missing space after {  [whitespace/braces] [5]
src/nvim/hardcopy.c:1035:  Missing space before }  [whitespace/braces] [5]
src/nvim/hardcopy.c:1036:  Missing space after {  [whitespace/braces] [5]
src/nvim/hardcopy.c:1036:  Missing space before }  [whitespace/braces] [5]
src/nvim/hardcopy.c:1037:  Missing space after {  [whitespace/braces] [5]
src/nvim/hardcopy.c:1037:  Missing space before }  [whitespace/braces] [5]
src/nvim/hardcopy.c:1038:  Missing space after {  [whitespace/braces] [5]
src/nvim/hardcopy.c:1038:  Missing space before }  [whitespace/braces] [5]
src/nvim/hardcopy.c:1039:  Missing space after {  [whitespace/braces] [5]
src/nvim/hardcopy.c:1039:  Missing space before }  [whitespace/braces] [5]
src/nvim/hardcopy.c:1040:  Missing space after {  [whitespace/braces] [5]
src/nvim/hardcopy.c:1040:  Missing space before }  [whitespace/braces] [5]
src/nvim/hardcopy.c:1057:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:1060:  Missing space after {  [whitespace/braces] [5]
src/nvim/hardcopy.c:1060:  Missing space before }  [whitespace/braces] [5]
src/nvim/hardcopy.c:1061:  Missing space after {  [whitespace/braces] [5]
src/nvim/hardcopy.c:1061:  Missing space before }  [whitespace/braces] [5]
src/nvim/hardcopy.c:1062:  Missing space after {  [whitespace/braces] [5]
src/nvim/hardcopy.c:1064:  Missing space before }  [whitespace/braces] [5]
src/nvim/hardcopy.c:1065:  Missing space after {  [whitespace/braces] [5]
src/nvim/hardcopy.c:1065:  Missing space before }  [whitespace/braces] [5]
src/nvim/hardcopy.c:1066:  Missing space after {  [whitespace/braces] [5]
src/nvim/hardcopy.c:1066:  Missing space before }  [whitespace/braces] [5]
src/nvim/hardcopy.c:1067:  Missing space after {  [whitespace/braces] [5]
src/nvim/hardcopy.c:1067:  Missing space before }  [whitespace/braces] [5]
src/nvim/hardcopy.c:1068:  Missing space after {  [whitespace/braces] [5]
src/nvim/hardcopy.c:1068:  Missing space before }  [whitespace/braces] [5]
src/nvim/hardcopy.c:1069:  Missing space after {  [whitespace/braces] [5]
src/nvim/hardcopy.c:1069:  Missing space before }  [whitespace/braces] [5]
src/nvim/hardcopy.c:1073:  Missing space after {  [whitespace/braces] [5]
src/nvim/hardcopy.c:1073:  Missing space before }  [whitespace/braces] [5]
src/nvim/hardcopy.c:1074:  Missing space after {  [whitespace/braces] [5]
src/nvim/hardcopy.c:1074:  Missing space before }  [whitespace/braces] [5]
src/nvim/hardcopy.c:1075:  Missing space after {  [whitespace/braces] [5]
src/nvim/hardcopy.c:1075:  Missing space before }  [whitespace/braces] [5]
src/nvim/hardcopy.c:1076:  Missing space after {  [whitespace/braces] [5]
src/nvim/hardcopy.c:1076:  Missing space before }  [whitespace/braces] [5]
src/nvim/hardcopy.c:1077:  Missing space after {  [whitespace/braces] [5]
src/nvim/hardcopy.c:1077:  Missing space before }  [whitespace/braces] [5]
src/nvim/hardcopy.c:1078:  Missing space after {  [whitespace/braces] [5]
src/nvim/hardcopy.c:1078:  Missing space before }  [whitespace/braces] [5]
src/nvim/hardcopy.c:1079:  Missing space after {  [whitespace/braces] [5]
src/nvim/hardcopy.c:1079:  Missing space before }  [whitespace/braces] [5]
src/nvim/hardcopy.c:1080:  Missing space after {  [whitespace/braces] [5]
src/nvim/hardcopy.c:1080:  Missing space before }  [whitespace/braces] [5]
src/nvim/hardcopy.c:1081:  Missing space after {  [whitespace/braces] [5]
src/nvim/hardcopy.c:1081:  Missing space before }  [whitespace/braces] [5]
src/nvim/hardcopy.c:1082:  Missing space after {  [whitespace/braces] [5]
src/nvim/hardcopy.c:1082:  Missing space before }  [whitespace/braces] [5]
src/nvim/hardcopy.c:1083:  Missing space after {  [whitespace/braces] [5]
src/nvim/hardcopy.c:1083:  Missing space before }  [whitespace/braces] [5]
src/nvim/hardcopy.c:1084:  Missing space after {  [whitespace/braces] [5]
src/nvim/hardcopy.c:1084:  Missing space before }  [whitespace/braces] [5]
src/nvim/hardcopy.c:1085:  Missing space after {  [whitespace/braces] [5]
src/nvim/hardcopy.c:1085:  Missing space before }  [whitespace/braces] [5]
src/nvim/hardcopy.c:1086:  Missing space after {  [whitespace/braces] [5]
src/nvim/hardcopy.c:1086:  Missing space before }  [whitespace/braces] [5]
src/nvim/hardcopy.c:1094:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:1097:  Missing space after {  [whitespace/braces] [5]
src/nvim/hardcopy.c:1097:  Missing space before }  [whitespace/braces] [5]
src/nvim/hardcopy.c:1098:  Missing space after {  [whitespace/braces] [5]
src/nvim/hardcopy.c:1098:  Missing space before }  [whitespace/braces] [5]
src/nvim/hardcopy.c:1099:  Missing space after {  [whitespace/braces] [5]
src/nvim/hardcopy.c:1099:  Missing space before }  [whitespace/braces] [5]
src/nvim/hardcopy.c:1100:  Missing space after {  [whitespace/braces] [5]
src/nvim/hardcopy.c:1100:  Missing space before }  [whitespace/braces] [5]
src/nvim/hardcopy.c:1101:  Missing space after {  [whitespace/braces] [5]
src/nvim/hardcopy.c:1101:  Missing space before }  [whitespace/braces] [5]
src/nvim/hardcopy.c:1102:  Missing space after {  [whitespace/braces] [5]
src/nvim/hardcopy.c:1102:  Missing space before }  [whitespace/braces] [5]
src/nvim/hardcopy.c:1103:  Missing space after {  [whitespace/braces] [5]
src/nvim/hardcopy.c:1103:  Missing space before }  [whitespace/braces] [5]
src/nvim/hardcopy.c:1104:  Missing space after {  [whitespace/braces] [5]
src/nvim/hardcopy.c:1104:  Missing space before }  [whitespace/braces] [5]
src/nvim/hardcopy.c:1108:  Missing space after {  [whitespace/braces] [5]
src/nvim/hardcopy.c:1108:  Missing space before }  [whitespace/braces] [5]
src/nvim/hardcopy.c:1109:  Missing space after {  [whitespace/braces] [5]
src/nvim/hardcopy.c:1109:  Missing space before }  [whitespace/braces] [5]
src/nvim/hardcopy.c:1110:  Missing space after {  [whitespace/braces] [5]
src/nvim/hardcopy.c:1110:  Missing space before }  [whitespace/braces] [5]
src/nvim/hardcopy.c:1111:  Missing space after {  [whitespace/braces] [5]
src/nvim/hardcopy.c:1111:  Missing space before }  [whitespace/braces] [5]
src/nvim/hardcopy.c:1112:  Missing space after {  [whitespace/braces] [5]
src/nvim/hardcopy.c:1112:  Missing space before }  [whitespace/braces] [5]
src/nvim/hardcopy.c:1113:  Missing space after {  [whitespace/braces] [5]
src/nvim/hardcopy.c:1113:  Missing space before }  [whitespace/braces] [5]
src/nvim/hardcopy.c:1114:  Missing space after {  [whitespace/braces] [5]
src/nvim/hardcopy.c:1114:  Missing space before }  [whitespace/braces] [5]
src/nvim/hardcopy.c:1153:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:1158:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:1171:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:1181:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:1189:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:1204:  Missing space after {  [whitespace/braces] [5]
src/nvim/hardcopy.c:1204:  Missing space before }  [whitespace/braces] [5]
src/nvim/hardcopy.c:1205:  Missing space after {  [whitespace/braces] [5]
src/nvim/hardcopy.c:1206:  Weird number of spaces at line-start.  Are you using a 2-space indent?  [whitespace/indent] [3]
src/nvim/hardcopy.c:1206:  Missing space before }  [whitespace/braces] [5]
src/nvim/hardcopy.c:1207:  Missing space after {  [whitespace/braces] [5]
src/nvim/hardcopy.c:1208:  Weird number of spaces at line-start.  Are you using a 2-space indent?  [whitespace/indent] [3]
src/nvim/hardcopy.c:1208:  Missing space before }  [whitespace/braces] [5]
src/nvim/hardcopy.c:1212:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:1219:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:1237:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:1259:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:1269:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:1292:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/hardcopy.c:1306:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:1315:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:1320:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/hardcopy.c:1324:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:1329:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/hardcopy.c:1333:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:1339:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/hardcopy.c:1341:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:1343:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/hardcopy.c:1342:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/hardcopy.c:1344:  An else should always have braces before it  [readability/braces] [5]
src/nvim/hardcopy.c:1346:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/hardcopy.c:1350:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:1356:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/hardcopy.c:1359:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/hardcopy.c:1363:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:1369:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/hardcopy.c:1373:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:1378:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/hardcopy.c:1382:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:1384:  for should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:1391:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:1402:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:1403:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/hardcopy.c:1405:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:1407:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:1412:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:1413:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/hardcopy.c:1416:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/hardcopy.c:1420:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:1426:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/hardcopy.c:1429:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/hardcopy.c:1433:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:1439:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:1447:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/hardcopy.c:1450:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:1454:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:1463:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:1471:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/hardcopy.c:1474:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:1479:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:1481:  An else should always have braces before it  [readability/braces] [5]
src/nvim/hardcopy.c:1485:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:1487:  An else should always have braces before it  [readability/braces] [5]
src/nvim/hardcopy.c:1489:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:1493:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:1495:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/hardcopy.c:1496:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:1496:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/hardcopy.c:1508:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:1510:  An else should always have braces before it  [readability/braces] [5]
src/nvim/hardcopy.c:1522:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:1534:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:1544:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:1547:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:1554:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:1565:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:1566:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:1570:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/hardcopy.c:1579:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:1592:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:1599:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:1606:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:1607:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:1608:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/hardcopy.c:1610:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:1611:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:1612:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/hardcopy.c:1614:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:1615:  for should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:1616:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:1617:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/hardcopy.c:1621:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:1625:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:1628:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:1629:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/hardcopy.c:1632:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:1634:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:1635:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/hardcopy.c:1640:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/hardcopy.c:1643:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:1658:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/hardcopy.c:1662:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:1664:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/hardcopy.c:1667:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/hardcopy.c:1669:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/hardcopy.c:1675:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:1676:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/hardcopy.c:1681:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/hardcopy.c:1683:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/hardcopy.c:1684:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/hardcopy.c:1687:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:1690:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:1691:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/hardcopy.c:1693:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:1694:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/hardcopy.c:1697:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/hardcopy.c:1699:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/hardcopy.c:1700:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/hardcopy.c:1704:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:1705:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:1706:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/hardcopy.c:1708:  An else should always have braces before it  [readability/braces] [5]
src/nvim/hardcopy.c:1709:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/hardcopy.c:1711:  An else should always have braces before it  [readability/braces] [5]
src/nvim/hardcopy.c:1712:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/hardcopy.c:1714:  An else should always have braces before it  [readability/braces] [5]
src/nvim/hardcopy.c:1714:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/hardcopy.c:1716:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/hardcopy.c:1717:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/hardcopy.c:1720:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:1723:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/hardcopy.c:1724:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/hardcopy.c:1725:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/hardcopy.c:1730:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/hardcopy.c:1731:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:1732:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/hardcopy.c:1737:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/hardcopy.c:1738:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:1739:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/hardcopy.c:1743:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:1744:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/hardcopy.c:1748:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:1755:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/hardcopy.c:1756:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/hardcopy.c:1759:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/hardcopy.c:1762:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/hardcopy.c:1764:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:1767:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/hardcopy.c:1768:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/hardcopy.c:1771:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:1772:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/hardcopy.c:1783:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/hardcopy.c:1790:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/hardcopy.c:1796:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:1798:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/hardcopy.c:1809:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/hardcopy.c:1813:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/hardcopy.c:1820:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/hardcopy.c:1821:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/hardcopy.c:1822:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:1827:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:1829:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/hardcopy.c:1830:  An else should always have braces before it  [readability/braces] [5]
src/nvim/hardcopy.c:1832:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/hardcopy.c:1836:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/hardcopy.c:1845:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/hardcopy.c:1846:  for should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:1847:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:1851:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/hardcopy.c:1853:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:1856:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:1859:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/hardcopy.c:1864:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:1867:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:1869:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:1873:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:1874:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/hardcopy.c:1881:  Lines should very rarely be longer than 100 characters  [whitespace/line_length] [4]
src/nvim/hardcopy.c:1884:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/hardcopy.c:1889:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:1891:  An else should always have braces before it  [readability/braces] [5]
src/nvim/hardcopy.c:1894:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:1896:  An else should always have braces before it  [readability/braces] [5]
src/nvim/hardcopy.c:1906:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:1911:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:1919:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/hardcopy.c:1924:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/hardcopy.c:1964:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:1967:  Lines should very rarely be longer than 100 characters  [whitespace/line_length] [4]
src/nvim/hardcopy.c:1986:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:1989:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:1992:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/hardcopy.c:2005:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2012:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2018:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/hardcopy.c:2021:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/hardcopy.c:2025:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2028:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2031:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2037:  Lines should very rarely be longer than 100 characters  [whitespace/line_length] [4]
src/nvim/hardcopy.c:2044:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2050:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/hardcopy.c:2054:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/hardcopy.c:2057:  Lines should very rarely be longer than 100 characters  [whitespace/line_length] [4]
src/nvim/hardcopy.c:2063:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2064:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:2071:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/hardcopy.c:2075:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/hardcopy.c:2093:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2097:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:2100:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2109:  for should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:2116:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:2120:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2131:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2136:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2139:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/hardcopy.c:2142:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2148:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2150:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/hardcopy.c:2151:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/hardcopy.c:2157:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2167:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/hardcopy.c:2170:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2178:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
src/nvim/hardcopy.c:2208:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/hardcopy.c:2212:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2225:  for should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:2225:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/hardcopy.c:2226:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:2228:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/hardcopy.c:2228:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/hardcopy.c:2230:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:2234:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2253:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/hardcopy.c:2259:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2263:  for should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:2263:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/hardcopy.c:2264:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:2268:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2275:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2276:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:2279:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2292:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2295:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2303:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2307:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/hardcopy.c:2308:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/hardcopy.c:2312:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/hardcopy.c:2314:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/hardcopy.c:2316:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/hardcopy.c:2319:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2322:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2344:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:2350:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/hardcopy.c:2351:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/hardcopy.c:2352:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/hardcopy.c:2353:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/hardcopy.c:2354:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/hardcopy.c:2355:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/hardcopy.c:2357:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/hardcopy.c:2364:  Missing space before asterisk in FILE*  [whitespace/operators] [2]
src/nvim/hardcopy.c:2371:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/hardcopy.c:2374:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/hardcopy.c:2380:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/hardcopy.c:2383:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/hardcopy.c:2385:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/hardcopy.c:2387:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:2392:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/hardcopy.c:2401:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/hardcopy.c:2420:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/hardcopy.c:2422:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2432:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2434:  Use os_ctime_r(...) instead of ctime(...). If it is missing, consider implementing it; see os_localtime_r for an example.  [runtime/threadsafe_fn] [2]
src/nvim/hardcopy.c:2435:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2437:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:2444:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2448:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/hardcopy.c:2449:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/hardcopy.c:2452:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2462:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2473:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2475:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/hardcopy.c:2476:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/hardcopy.c:2477:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/hardcopy.c:2478:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2479:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:2484:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:2488:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2491:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/hardcopy.c:2493:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:2494:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/hardcopy.c:2495:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:2496:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/hardcopy.c:2498:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2501:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/hardcopy.c:2503:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:2504:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/hardcopy.c:2505:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:2506:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/hardcopy.c:2509:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2518:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2525:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2526:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2530:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/hardcopy.c:2531:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/hardcopy.c:2535:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:2536:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/hardcopy.c:2537:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2541:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:2544:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2547:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/hardcopy.c:2548:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/hardcopy.c:2550:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:2551:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/hardcopy.c:2552:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2559:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2562:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/hardcopy.c:2563:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/hardcopy.c:2565:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/hardcopy.c:2570:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2573:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/hardcopy.c:2574:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/hardcopy.c:2576:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:2577:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/hardcopy.c:2580:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2605:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/hardcopy.c:2606:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/hardcopy.c:2609:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2614:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2615:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:2619:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/hardcopy.c:2620:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:2624:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2629:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2634:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2635:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:2636:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/hardcopy.c:2638:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2639:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:2640:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/hardcopy.c:2641:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:2642:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/hardcopy.c:2645:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:2646:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2648:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:2649:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/hardcopy.c:2653:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2658:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2671:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2673:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2675:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:2678:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/hardcopy.c:2680:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/hardcopy.c:2682:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/hardcopy.c:2684:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/hardcopy.c:2686:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/hardcopy.c:2688:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/hardcopy.c:2690:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/hardcopy.c:2692:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/hardcopy.c:2695:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2702:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/hardcopy.c:2703:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:2706:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/hardcopy.c:2710:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/hardcopy.c:2711:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:2714:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/hardcopy.c:2715:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/hardcopy.c:2716:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2721:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/hardcopy.c:2722:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:2725:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/hardcopy.c:2726:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/hardcopy.c:2727:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2732:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/hardcopy.c:2733:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:2736:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/hardcopy.c:2737:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/hardcopy.c:2738:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2742:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2744:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/hardcopy.c:2746:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/hardcopy.c:2751:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2761:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2768:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2774:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2782:  Should leave no spaces after a cast: u'(char *) prt_ps_file_name'  [whitespace/cast] [2]
src/nvim/hardcopy.c:2817:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:2819:  An else should always have braces before it  [readability/braces] [5]
src/nvim/hardcopy.c:2825:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2833:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2843:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/hardcopy.c:2852:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:2858:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/hardcopy.c:2859:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/hardcopy.c:2860:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/hardcopy.c:2875:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2886:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2887:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/hardcopy.c:2888:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/hardcopy.c:2889:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/hardcopy.c:2892:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2893:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/hardcopy.c:2894:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/hardcopy.c:2895:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/hardcopy.c:2900:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:2904:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/hardcopy.c:2906:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/hardcopy.c:2907:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/hardcopy.c:2910:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/hardcopy.c:2912:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/hardcopy.c:2913:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/hardcopy.c:2917:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2922:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2928:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/hardcopy.c:2930:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/hardcopy.c:2933:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:2935:  An else should always have braces before it  [readability/braces] [5]
src/nvim/hardcopy.c:2939:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/hardcopy.c:2948:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:2950:  An else should always have braces before it  [readability/braces] [5]
src/nvim/hardcopy.c:2950:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/hardcopy.c:2955:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/hardcopy.c:2960:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:2961:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/hardcopy.c:2962:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/hardcopy.c:2963:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/hardcopy.c:2964:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/hardcopy.c:2966:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:2968:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/hardcopy.c:2970:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/hardcopy.c:2974:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2976:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:2981:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2992:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2998:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:3014:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/hardcopy.c:3020:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/hardcopy.c:3024:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.c:3025:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:3036:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:3046:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:3048:  if should always use braces  [readability/braces] [5]
src/nvim/hardcopy.c:3053:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/hardcopy.c:3054:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/hardcopy.c:3058:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/hardcopy.c:3059:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/hardcopy.c:3066:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/hardcopy.c:3067:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/hardcopy.c:3074:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/hardcopy.c:3075:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/hashtab.c:65:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/hashtab.c:83:  Missing space before asterisk in hashitem_T*  [whitespace/operators] [2]
src/nvim/hashtab.c:98:  Missing space before asterisk in hashitem_T*  [whitespace/operators] [2]
src/nvim/hashtab.c:330:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/hashtab.c:372:  Should leave no spaces after a cast: u'(hash_T) 0'  [whitespace/cast] [2]
src/nvim/if_cscope.c:1:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:34:  Found C system header after other header. Should be: c system, c++ system, other.  [build/include_order] [4]
src/nvim/if_cscope.c:35:  Found C system header after other header. Should be: c system, c++ system, other.  [build/include_order] [4]
src/nvim/if_cscope.c:37:  Found C system header after other header. Should be: c system, c++ system, other.  [build/include_order] [4]
src/nvim/if_cscope.c:73:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:74:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:75:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:76:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:79:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:89:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:94:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:97:  for should always use braces  [readability/braces] [5]
src/nvim/if_cscope.c:98:  if should always use braces  [readability/braces] [5]
src/nvim/if_cscope.c:99:  if should always use braces  [readability/braces] [5]
src/nvim/if_cscope.c:120:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:126:  if should always use braces  [readability/braces] [5]
src/nvim/if_cscope.c:140:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:147:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:153:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:156:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:158:  if should always use braces  [readability/braces] [5]
src/nvim/if_cscope.c:160:  An else should always have braces before it  [readability/braces] [5]
src/nvim/if_cscope.c:162:  An else should always have braces before it  [readability/braces] [5]
src/nvim/if_cscope.c:164:  An else should always have braces before it  [readability/braces] [5]
src/nvim/if_cscope.c:166:  An else should always have braces before it  [readability/braces] [5]
src/nvim/if_cscope.c:173:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:179:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/if_cscope.c:180:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/if_cscope.c:182:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:195:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/if_cscope.c:209:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:214:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/if_cscope.c:217:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:224:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/if_cscope.c:227:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:233:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/if_cscope.c:244:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/if_cscope.c:243:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/if_cscope.c:244:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/if_cscope.c:245:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/if_cscope.c:247:  if should always use braces  [readability/braces] [5]
src/nvim/if_cscope.c:250:  if should always use braces  [readability/braces] [5]
src/nvim/if_cscope.c:251:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/if_cscope.c:254:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/if_cscope.c:259:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/if_cscope.c:260:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/if_cscope.c:261:  if should always use braces  [readability/braces] [5]
src/nvim/if_cscope.c:266:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/if_cscope.c:266:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/if_cscope.c:267:  if should always use braces  [readability/braces] [5]
src/nvim/if_cscope.c:267:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/if_cscope.c:273:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/if_cscope.c:272:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/if_cscope.c:273:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/if_cscope.c:274:  if should always use braces  [readability/braces] [5]
src/nvim/if_cscope.c:274:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/if_cscope.c:286:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
src/nvim/if_cscope.c:287:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:290:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:302:  if should always use braces  [readability/braces] [5]
src/nvim/if_cscope.c:306:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/if_cscope.c:307:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:310:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:320:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:330:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:359:  if should always use braces  [readability/braces] [5]
src/nvim/if_cscope.c:363:  if should always use braces  [readability/braces] [5]
src/nvim/if_cscope.c:366:  if should always use braces  [readability/braces] [5]
src/nvim/if_cscope.c:367:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/if_cscope.c:371:  if should always use braces  [readability/braces] [5]
src/nvim/if_cscope.c:372:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/if_cscope.c:375:  if should always use braces  [readability/braces] [5]
src/nvim/if_cscope.c:376:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/if_cscope.c:379:  if should always use braces  [readability/braces] [5]
src/nvim/if_cscope.c:384:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/if_cscope.c:387:  if should always use braces  [readability/braces] [5]
src/nvim/if_cscope.c:392:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/if_cscope.c:397:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/if_cscope.c:398:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:401:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:405:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:417:  Use os_strtok_r(...) instead of strtok(...). If it is missing, consider implementing it; see os_localtime_r for an example.  [runtime/threadsafe_fn] [2]
src/nvim/if_cscope.c:421:  if should always use braces  [readability/braces] [5]
src/nvim/if_cscope.c:421:  Use os_strtok_r(...) instead of strtok(...). If it is missing, consider implementing it; see os_localtime_r for an example.  [runtime/threadsafe_fn] [2]
src/nvim/if_cscope.c:422:  Use os_strtok_r(...) instead of strtok(...). If it is missing, consider implementing it; see os_localtime_r for an example.  [runtime/threadsafe_fn] [2]
src/nvim/if_cscope.c:432:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/if_cscope.c:438:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:445:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/if_cscope.c:446:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/if_cscope.c:447:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:448:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:458:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:465:  if should always use braces  [readability/braces] [5]
src/nvim/if_cscope.c:473:  if should always use braces  [readability/braces] [5]
src/nvim/if_cscope.c:488:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:495:  if should always use braces  [readability/braces] [5]
src/nvim/if_cscope.c:498:  if should always use braces  [readability/braces] [5]
src/nvim/if_cscope.c:499:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/if_cscope.c:500:  An else should always have braces before it  [readability/braces] [5]
src/nvim/if_cscope.c:501:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/if_cscope.c:505:  if should always use braces  [readability/braces] [5]
src/nvim/if_cscope.c:512:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/if_cscope.c:516:  if should always use braces  [readability/braces] [5]
src/nvim/if_cscope.c:534:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/if_cscope.c:535:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/if_cscope.c:549:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:555:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:560:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:562:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:572:  if should always use braces  [readability/braces] [5]
src/nvim/if_cscope.c:576:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:579:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:586:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:599:  if should always use braces  [readability/braces] [5]
src/nvim/if_cscope.c:608:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:614:  if should always use braces  [readability/braces] [5]
src/nvim/if_cscope.c:614:  Use os_strtok_r(...) instead of strtok(...). If it is missing, consider implementing it; see os_localtime_r for an example.  [runtime/threadsafe_fn] [2]
src/nvim/if_cscope.c:616:  if should always use braces  [readability/braces] [5]
src/nvim/if_cscope.c:619:  if should always use braces  [readability/braces] [5]
src/nvim/if_cscope.c:619:  Use os_strtok_r(...) instead of strtok(...). If it is missing, consider implementing it; see os_localtime_r for an example.  [runtime/threadsafe_fn] [2]
src/nvim/if_cscope.c:627:  if should always use braces  [readability/braces] [5]
src/nvim/if_cscope.c:627:  Use os_strtok_r(...) instead of strtok(...). If it is missing, consider implementing it; see os_localtime_r for an example.  [runtime/threadsafe_fn] [2]
src/nvim/if_cscope.c:629:  if should always use braces  [readability/braces] [5]
src/nvim/if_cscope.c:637:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:640:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:648:  Use int16_t/int64_t/etc, rather than the C type short  [runtime/int] [4]
src/nvim/if_cscope.c:685:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:688:  if should always use braces  [readability/braces] [5]
src/nvim/if_cscope.c:689:  while should always use braces  [readability/braces] [5]
src/nvim/if_cscope.c:690:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/if_cscope.c:694:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/if_cscope.c:697:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:700:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:714:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:722:  if should always use braces  [readability/braces] [5]
src/nvim/if_cscope.c:724:  if should always use braces  [readability/braces] [5]
src/nvim/if_cscope.c:726:  if should always use braces  [readability/braces] [5]
src/nvim/if_cscope.c:728:  if should always use braces  [readability/braces] [5]
src/nvim/if_cscope.c:737:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:738:  if should always use braces  [readability/braces] [5]
src/nvim/if_cscope.c:740:  if should always use braces  [readability/braces] [5]
src/nvim/if_cscope.c:742:  if should always use braces  [readability/braces] [5]
src/nvim/if_cscope.c:745:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:760:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/if_cscope.c:778:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:782:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:785:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:792:  if should always use braces  [readability/braces] [5]
src/nvim/if_cscope.c:797:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:799:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/if_cscope.c:801:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:802:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/if_cscope.c:805:  Almost always, snprintf is better than strcat  [runtime/printf] [4]
src/nvim/if_cscope.c:806:  Almost always, snprintf is better than strcat  [runtime/printf] [4]
src/nvim/if_cscope.c:809:  Almost always, snprintf is better than strcat  [runtime/printf] [4]
src/nvim/if_cscope.c:810:  Almost always, snprintf is better than strcat  [runtime/printf] [4]
src/nvim/if_cscope.c:813:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:820:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:824:  if should always use braces  [readability/braces] [5]
src/nvim/if_cscope.c:828:  if should always use braces  [readability/braces] [5]
src/nvim/if_cscope.c:833:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:834:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:835:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:839:  if should always use braces  [readability/braces] [5]
src/nvim/if_cscope.c:841:  if should always use braces  [readability/braces] [5]
src/nvim/if_cscope.c:844:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:852:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:853:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:856:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:861:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/if_cscope.c:860:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/if_cscope.c:870:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:888:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:891:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:894:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:906:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/if_cscope.c:908:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/if_cscope.c:911:  Use os_strtok_r(...) instead of strtok(...). If it is missing, consider implementing it; see os_localtime_r for an example.  [runtime/threadsafe_fn] [2]
src/nvim/if_cscope.c:913:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/if_cscope.c:919:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/if_cscope.c:922:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:926:  for should always use braces  [readability/braces] [5]
src/nvim/if_cscope.c:926:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/if_cscope.c:927:  if should always use braces  [readability/braces] [5]
src/nvim/if_cscope.c:931:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/if_cscope.c:930:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/if_cscope.c:932:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:935:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:949:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:985:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:988:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:991:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/if_cscope.c:994:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/if_cscope.c:999:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/if_cscope.c:999:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/if_cscope.c:1000:  if should always use braces  [readability/braces] [5]
src/nvim/if_cscope.c:1001:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/if_cscope.c:1005:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1007:  if should always use braces  [readability/braces] [5]
src/nvim/if_cscope.c:1008:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/if_cscope.c:1012:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1014:  for should always use braces  [readability/braces] [5]
src/nvim/if_cscope.c:1018:  if should always use braces  [readability/braces] [5]
src/nvim/if_cscope.c:1021:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1027:  if should always use braces  [readability/braces] [5]
src/nvim/if_cscope.c:1030:  if should always use braces  [readability/braces] [5]
src/nvim/if_cscope.c:1041:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/if_cscope.c:1045:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/if_cscope.c:1049:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/if_cscope.c:1053:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1060:  if should always use braces  [readability/braces] [5]
src/nvim/if_cscope.c:1062:  An else should always have braces before it  [readability/braces] [5]
src/nvim/if_cscope.c:1062:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/if_cscope.c:1065:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1065:  if should always use braces  [readability/braces] [5]
src/nvim/if_cscope.c:1067:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1069:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/if_cscope.c:1078:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/if_cscope.c:1078:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/if_cscope.c:1079:  if should always use braces  [readability/braces] [5]
src/nvim/if_cscope.c:1080:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1092:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/if_cscope.c:1097:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1099:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/if_cscope.c:1101:  if should always use braces  [readability/braces] [5]
src/nvim/if_cscope.c:1102:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/if_cscope.c:1108:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
src/nvim/if_cscope.c:1109:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1111:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1125:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1126:  if should always use braces  [readability/braces] [5]
src/nvim/if_cscope.c:1129:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/if_cscope.c:1130:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/if_cscope.c:1131:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/if_cscope.c:1132:  if should always use braces  [readability/braces] [5]
src/nvim/if_cscope.c:1147:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/if_cscope.c:1149:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1163:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1177:  if should always use braces  [readability/braces] [5]
src/nvim/if_cscope.c:1183:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1191:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1197:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1199:  Missing space before asterisk in csinfo_T)*  [whitespace/operators] [2]
src/nvim/if_cscope.c:1201:  for should always use braces  [readability/braces] [5]
src/nvim/if_cscope.c:1207:  Almost always, snprintf is better than strcpy  [runtime/printf] [4]
src/nvim/if_cscope.c:1211:  Almost always, snprintf is better than strcpy  [runtime/printf] [4]
src/nvim/if_cscope.c:1212:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/if_cscope.c:1217:  Almost always, snprintf is better than strcpy  [runtime/printf] [4]
src/nvim/if_cscope.c:1218:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/if_cscope.c:1224:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1227:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1238:  if should always use braces  [readability/braces] [5]
src/nvim/if_cscope.c:1241:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1244:  if should always use braces  [readability/braces] [5]
src/nvim/if_cscope.c:1244:  Use os_strtok_r(...) instead of strtok(...). If it is missing, consider implementing it; see os_localtime_r for an example.  [runtime/threadsafe_fn] [2]
src/nvim/if_cscope.c:1248:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/if_cscope.c:1249:  if should always use braces  [readability/braces] [5]
src/nvim/if_cscope.c:1253:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1256:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1268:  Use os_strtok_r(...) instead of strtok(...). If it is missing, consider implementing it; see os_localtime_r for an example.  [runtime/threadsafe_fn] [2]
src/nvim/if_cscope.c:1279:  if should always use braces  [readability/braces] [5]
src/nvim/if_cscope.c:1281:  An else should always have braces before it  [readability/braces] [5]
src/nvim/if_cscope.c:1284:  if should always use braces  [readability/braces] [5]
src/nvim/if_cscope.c:1292:  if should always use braces  [readability/braces] [5]
src/nvim/if_cscope.c:1298:  if should always use braces  [readability/braces] [5]
src/nvim/if_cscope.c:1304:  if should always use braces  [readability/braces] [5]
src/nvim/if_cscope.c:1313:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1316:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1322:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1323:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1329:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/if_cscope.c:1331:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/if_cscope.c:1335:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1358:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1376:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/if_cscope.c:1381:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/if_cscope.c:1385:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1388:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1419:  if should always use braces  [readability/braces] [5]
src/nvim/if_cscope.c:1427:  if should always use braces  [readability/braces] [5]
src/nvim/if_cscope.c:1437:  if should always use braces  [readability/braces] [5]
src/nvim/if_cscope.c:1451:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1457:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1460:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1473:  if should always use braces  [readability/braces] [5]
src/nvim/if_cscope.c:1481:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1483:  while should always use braces  [readability/braces] [5]
src/nvim/if_cscope.c:1484:  Line contains only semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/if_cscope.c:1489:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1494:  if should always use braces  [readability/braces] [5]
src/nvim/if_cscope.c:1494:  Use os_strtok_r(...) instead of strtok(...). If it is missing, consider implementing it; see os_localtime_r for an example.  [runtime/threadsafe_fn] [2]
src/nvim/if_cscope.c:1496:  if should always use braces  [readability/braces] [5]
src/nvim/if_cscope.c:1496:  Use os_strtok_r(...) instead of strtok(...). If it is missing, consider implementing it; see os_localtime_r for an example.  [runtime/threadsafe_fn] [2]
src/nvim/if_cscope.c:1498:  if should always use braces  [readability/braces] [5]
src/nvim/if_cscope.c:1498:  Use os_strtok_r(...) instead of strtok(...). If it is missing, consider implementing it; see os_localtime_r for an example.  [runtime/threadsafe_fn] [2]
src/nvim/if_cscope.c:1500:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1502:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1507:  if should always use braces  [readability/braces] [5]
src/nvim/if_cscope.c:1514:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1529:  if should always use braces  [readability/braces] [5]
src/nvim/if_cscope.c:1533:  if should always use braces  [readability/braces] [5]
src/nvim/if_cscope.c:1534:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/if_cscope.c:1539:  if should always use braces  [readability/braces] [5]
src/nvim/if_cscope.c:1539:  Missing spaces around ==  [whitespace/operators] [3]
src/nvim/if_cscope.c:1540:  Almost always, snprintf is better than strcpy  [runtime/printf] [4]
src/nvim/if_cscope.c:1541:  An else should always have braces before it  [readability/braces] [5]
src/nvim/if_cscope.c:1542:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/if_cscope.c:1544:  if should always use braces  [readability/braces] [5]
src/nvim/if_cscope.c:1546:  An else should always have braces before it  [readability/braces] [5]
src/nvim/if_cscope.c:1551:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1554:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
src/nvim/if_cscope.c:1555:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1559:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1585:  if should always use braces  [readability/braces] [5]
src/nvim/if_cscope.c:1589:  if should always use braces  [readability/braces] [5]
src/nvim/if_cscope.c:1590:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/if_cscope.c:1598:  if should always use braces  [readability/braces] [5]
src/nvim/if_cscope.c:1600:  An else should always have braces before it  [readability/braces] [5]
src/nvim/if_cscope.c:1600:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/if_cscope.c:1605:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
src/nvim/if_cscope.c:1606:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1609:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
src/nvim/if_cscope.c:1610:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1613:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1624:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1627:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1630:  if should always use braces  [readability/braces] [5]
src/nvim/if_cscope.c:1634:  for should always use braces  [readability/braces] [5]
src/nvim/if_cscope.c:1634:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/if_cscope.c:1635:  while should always use braces  [readability/braces] [5]
src/nvim/if_cscope.c:1636:  if should always use braces  [readability/braces] [5]
src/nvim/if_cscope.c:1637:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/if_cscope.c:1757:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1765:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1772:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1777:  while should always use braces  [readability/braces] [5]
src/nvim/if_cscope.c:1778:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1785:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1790:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1793:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1796:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1800:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1807:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/if_cscope.c:1808:  if should always use braces  [readability/braces] [5]
src/nvim/if_cscope.c:1812:  if should always use braces  [readability/braces] [5]
src/nvim/if_cscope.c:1814:  An else should always have braces before it  [readability/braces] [5]
src/nvim/if_cscope.c:1815:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1816:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/if_cscope.c:1827:  if should always use braces  [readability/braces] [5]
src/nvim/if_cscope.c:1828:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1829:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1837:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1841:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1847:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1869:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1878:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1880:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1884:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1890:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1893:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/if_cscope.c:1896:  if should always use braces  [readability/braces] [5]
src/nvim/if_cscope.c:1897:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1898:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1901:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1908:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/if_cscope.c:1911:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1923:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/if_cscope.c:1924:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1926:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1926:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/if_cscope.c:1929:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1932:  if should always use braces  [readability/braces] [5]
src/nvim/if_cscope.c:1940:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1942:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1943:  if should always use braces  [readability/braces] [5]
src/nvim/if_cscope.c:1949:  if should always use braces  [readability/braces] [5]
src/nvim/if_cscope.c:1951:  if should always use braces  [readability/braces] [5]
src/nvim/if_cscope.c:1961:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1964:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1972:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1974:  if should always use braces  [readability/braces] [5]
src/nvim/if_cscope.c:1977:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1986:  if should always use braces  [readability/braces] [5]
src/nvim/if_cscope.c:1987:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/if_cscope.c:1990:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1995:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:2011:  if should always use braces  [readability/braces] [5]
src/nvim/if_cscope.c:2014:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:2017:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:2033:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:2039:  if should always use braces  [readability/braces] [5]
src/nvim/if_cscope.c:2041:  An else should always have braces before it  [readability/braces] [5]
src/nvim/if_cscope.c:2042:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:2046:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/if_cscope.c:2047:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/if_cscope.c:2051:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:2059:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/if_cscope.c:2061:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:2063:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/if_cscope.c:2073:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:2080:  if should always use braces  [readability/braces] [5]
src/nvim/if_cscope.c:2082:  An else should always have braces before it  [readability/braces] [5]
src/nvim/if_cscope.c:2082:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/if_cscope.c:2087:  if should always use braces  [readability/braces] [5]
src/nvim/if_cscope.c:2100:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/if_cscope.c:2102:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:2105:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope.c:2112:  for should always use braces  [readability/braces] [5]
src/nvim/if_cscope.c:2118:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent.c:55:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/indent.c:323:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/indent.c:448:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent.c:454:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent.c:455:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent.c:456:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent.c:459:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent.c:462:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/indent.c:463:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/indent.c:465:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent.c:472:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/indent.c:476:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent.c:477:  if should always use braces  [readability/braces] [5]
src/nvim/indent.c:480:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent.c:483:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent.c:484:  if should always use braces  [readability/braces] [5]
src/nvim/indent.c:486:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent.c:488:  An else should always have braces before it  [readability/braces] [5]
src/nvim/indent.c:504:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/indent.c:531:  Should leave no spaces after a cast: u'(varnumber_T) curwin'  [whitespace/cast] [2]
src/nvim/indent.c:617:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/indent.c:707:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/indent.c:711:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/indent.c:711:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/indent_c.c:28:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:34:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:39:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:39:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/indent_c.c:50:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:53:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:58:  for should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:58:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/indent_c.c:60:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:100:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:106:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:112:  for should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:115:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:118:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:123:  for should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:123:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/indent_c.c:125:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:128:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:137:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:145:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:148:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/indent_c.c:149:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:150:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:150:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:153:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:154:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/indent_c.c:155:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:155:  while should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:156:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/indent_c.c:158:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:162:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:163:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/indent_c.c:164:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:165:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/indent_c.c:166:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:166:  An else should always have braces before it  [readability/braces] [5]
src/nvim/indent_c.c:169:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:170:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:172:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:176:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:180:  for should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:180:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/indent_c.c:181:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:182:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/indent_c.c:187:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:188:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:191:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:193:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:194:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:194:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/indent_c.c:199:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:203:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:208:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:235:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:246:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:252:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:254:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/indent_c.c:255:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:259:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:261:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:261:  for should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:261:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/indent_c.c:270:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:279:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:282:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:296:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:311:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/indent_c.c:313:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/indent_c.c:313:  Missing space before {  [whitespace/braces] [5]
src/nvim/indent_c.c:314:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/indent_c.c:318:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/indent_c.c:321:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/indent_c.c:334:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:334:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:335:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/indent_c.c:337:  while should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:342:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:346:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:351:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:354:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:358:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:359:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/indent_c.c:360:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:361:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/indent_c.c:364:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/indent_c.c:367:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:377:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/indent_c.c:379:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:384:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:384:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:388:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:388:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:390:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:394:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:394:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/indent_c.c:396:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/indent_c.c:398:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/indent_c.c:399:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/indent_c.c:402:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:402:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/indent_c.c:405:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:413:  Missing space after {  [whitespace/braces] [5]
src/nvim/indent_c.c:413:  Missing space before }  [whitespace/braces] [5]
src/nvim/indent_c.c:417:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:423:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/indent_c.c:431:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:435:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:436:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/indent_c.c:438:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:439:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/indent_c.c:441:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/indent_c.c:444:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:447:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/indent_c.c:448:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/indent_c.c:450:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:455:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/indent_c.c:458:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:458:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:459:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/indent_c.c:460:  An else should always have braces before it  [readability/braces] [5]
src/nvim/indent_c.c:461:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/indent_c.c:463:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:464:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:465:  An else should always have braces before it  [readability/braces] [5]
src/nvim/indent_c.c:466:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:466:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/indent_c.c:467:  An else should always have braces before it  [readability/braces] [5]
src/nvim/indent_c.c:468:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:469:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:470:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:470:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/indent_c.c:471:  An else should always have braces before it  [readability/braces] [5]
src/nvim/indent_c.c:472:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/indent_c.c:475:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/indent_c.c:478:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:479:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/indent_c.c:480:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/indent_c.c:483:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:493:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:501:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:503:  An else should always have braces before it  [readability/braces] [5]
src/nvim/indent_c.c:505:  An else should always have braces before it  [readability/braces] [5]
src/nvim/indent_c.c:507:  An else should always have braces before it  [readability/braces] [5]
src/nvim/indent_c.c:508:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/indent_c.c:512:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:515:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:521:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/indent_c.c:528:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:528:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/indent_c.c:533:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:534:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:534:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/indent_c.c:535:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/indent_c.c:537:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/indent_c.c:540:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/indent_c.c:542:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/indent_c.c:545:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:553:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/indent_c.c:555:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:555:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:556:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/indent_c.c:557:  An else should always have braces before it  [readability/braces] [5]
src/nvim/indent_c.c:557:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/indent_c.c:559:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/indent_c.c:560:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:562:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:565:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:570:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:574:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/indent_c.c:575:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:575:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/indent_c.c:586:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:595:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:610:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:611:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/indent_c.c:614:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:614:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:626:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:647:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:649:  An else should always have braces before it  [readability/braces] [5]
src/nvim/indent_c.c:651:  An else should always have braces before it  [readability/braces] [5]
src/nvim/indent_c.c:654:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:660:  for should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:660:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/indent_c.c:661:  Line contains only semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/indent_c.c:662:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:672:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:690:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:696:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:696:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:698:  An else should always have braces before it  [readability/braces] [5]
src/nvim/indent_c.c:699:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/indent_c.c:701:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:705:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:708:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:708:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:709:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/indent_c.c:717:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:722:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:723:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/indent_c.c:724:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/indent_c.c:727:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:736:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/indent_c.c:740:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/indent_c.c:744:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:747:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:751:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:756:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:764:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:772:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:782:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/indent_c.c:784:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:785:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:790:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/indent_c.c:794:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:797:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:801:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:803:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:804:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/indent_c.c:805:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:809:  An else should always have braces before it  [readability/braces] [5]
src/nvim/indent_c.c:810:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:812:  An else should always have braces before it  [readability/braces] [5]
src/nvim/indent_c.c:813:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/indent_c.c:816:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:822:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:836:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/indent_c.c:838:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/indent_c.c:840:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:842:  An else should always have braces before it  [readability/braces] [5]
src/nvim/indent_c.c:848:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:849:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/indent_c.c:854:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:855:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:856:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/indent_c.c:883:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:890:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:891:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/indent_c.c:897:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:902:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:905:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:908:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:910:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:913:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:915:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/indent_c.c:916:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:916:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/indent_c.c:918:  An else should always have braces before it  [readability/braces] [5]
src/nvim/indent_c.c:918:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/indent_c.c:919:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/indent_c.c:920:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/indent_c.c:925:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:938:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:938:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:948:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:953:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/indent_c.c:954:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:954:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/indent_c.c:961:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/indent_c.c:964:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:964:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:971:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:972:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/indent_c.c:973:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/indent_c.c:975:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:976:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/indent_c.c:978:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/indent_c.c:984:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:994:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:996:  while should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:997:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/indent_c.c:1000:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:1005:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:1010:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:1024:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1040:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1040:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:1041:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/indent_c.c:1049:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1056:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1056:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:1060:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/indent_c.c:1064:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1069:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:1070:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/indent_c.c:1072:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/indent_c.c:1080:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1107:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1107:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:1108:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/indent_c.c:1110:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:1111:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/indent_c.c:1113:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/indent_c.c:1115:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1131:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:1135:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:1138:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:1139:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/indent_c.c:1141:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:1143:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/indent_c.c:1164:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:1168:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:1170:  An else should always have braces before it  [readability/braces] [5]
src/nvim/indent_c.c:1172:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1174:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/indent_c.c:1177:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1183:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/indent_c.c:1187:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/indent_c.c:1188:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/indent_c.c:1190:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:1192:  An else should always have braces before it  [readability/braces] [5]
src/nvim/indent_c.c:1196:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/indent_c.c:1198:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1200:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/indent_c.c:1201:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/indent_c.c:1203:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1204:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/indent_c.c:1206:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1210:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1211:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/indent_c.c:1213:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1219:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1243:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:1245:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1246:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:1253:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:1258:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1273:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:1275:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:1276:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/indent_c.c:1278:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:1279:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/indent_c.c:1281:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/indent_c.c:1284:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1294:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1305:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:1307:  An else should always have braces before it  [readability/braces] [5]
src/nvim/indent_c.c:1307:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/indent_c.c:1309:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/indent_c.c:1315:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1320:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1321:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1321:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/indent_c.c:1322:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1322:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/indent_c.c:1325:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1333:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1337:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/indent_c.c:1337:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1337:  At least two spaces is best between code and comments  [whitespace/comments] [2]
src/nvim/indent_c.c:1338:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:1339:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/indent_c.c:1339:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1341:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:1378:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1381:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1383:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/indent_c.c:1419:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1429:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:1434:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1441:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/indent_c.c:1444:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1447:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1448:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1449:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:1450:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/indent_c.c:1451:  An else should always have braces before it  [readability/braces] [5]
src/nvim/indent_c.c:1452:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:1453:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/indent_c.c:1454:  An else should always have braces before it  [readability/braces] [5]
src/nvim/indent_c.c:1454:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/indent_c.c:1456:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/indent_c.c:1463:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1475:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1478:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1482:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1486:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1490:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1493:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1497:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1502:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1506:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1510:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1513:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1516:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1519:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1523:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1526:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1529:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1532:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1536:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1540:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1543:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1547:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1551:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1556:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1560:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1564:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1567:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1570:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1573:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1577:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1580:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1583:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1586:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1589:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1592:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1595:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1601:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:1602:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/indent_c.c:1603:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1606:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1609:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/indent_c.c:1610:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:1612:  An else should always have braces before it  [readability/braces] [5]
src/nvim/indent_c.c:1616:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1617:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:1618:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1619:  An else should always have braces before it  [readability/braces] [5]
src/nvim/indent_c.c:1619:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/indent_c.c:1621:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:1624:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/indent_c.c:1626:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:1629:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1668:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:1669:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/indent_c.c:1673:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1693:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1694:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1695:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1720:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/indent_c.c:1721:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1726:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1729:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1732:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1733:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:1736:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1741:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1748:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:1755:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1759:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1761:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1767:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1777:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1785:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1791:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/indent_c.c:1795:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1800:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/indent_c.c:1800:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1801:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1806:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1810:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1813:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1814:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1815:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1819:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/indent_c.c:1821:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1834:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:1836:  An else should always have braces before it  [readability/braces] [5]
src/nvim/indent_c.c:1838:  An else should always have braces before it  [readability/braces] [5]
src/nvim/indent_c.c:1841:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/indent_c.c:1842:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/indent_c.c:1845:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:1846:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/indent_c.c:1857:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1861:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/indent_c.c:1863:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1868:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:1870:  An else should always have braces before it  [readability/braces] [5]
src/nvim/indent_c.c:1871:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/indent_c.c:1875:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/indent_c.c:1876:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1881:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:1883:  An else should always have braces before it  [readability/braces] [5]
src/nvim/indent_c.c:1889:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1894:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1895:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:1897:  An else should always have braces before it  [readability/braces] [5]
src/nvim/indent_c.c:1900:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/indent_c.c:1906:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1910:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:1911:  Line contains only semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/indent_c.c:1912:  An else should always have braces before it  [readability/braces] [5]
src/nvim/indent_c.c:1914:  An else should always have braces before it  [readability/braces] [5]
src/nvim/indent_c.c:1914:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/indent_c.c:1915:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1923:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/indent_c.c:1924:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1924:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:1926:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1929:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1932:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1933:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1933:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:1938:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:1946:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/indent_c.c:1951:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1953:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1955:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/indent_c.c:1956:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/indent_c.c:1957:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/indent_c.c:1959:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1961:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:1965:  An else should always have braces before it  [readability/braces] [5]
src/nvim/indent_c.c:1971:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1976:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1977:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1980:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/indent_c.c:1982:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1982:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:1984:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:1985:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1988:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1994:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:1996:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/indent_c.c:1999:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:2002:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:2012:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:2022:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:2053:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:2059:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:2060:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/indent_c.c:2073:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:2087:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:2090:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/indent_c.c:2098:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/indent_c.c:2105:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/indent_c.c:2107:  An else should always have braces before it  [readability/braces] [5]
src/nvim/indent_c.c:2107:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/indent_c.c:2109:  while should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:2111:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:2111:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:2113:  An else should always have braces before it  [readability/braces] [5]
src/nvim/indent_c.c:2118:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:2124:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:2130:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:2134:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:2137:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:2141:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/indent_c.c:2152:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:2154:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:2156:  An else should always have braces before it  [readability/braces] [5]
src/nvim/indent_c.c:2156:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/indent_c.c:2169:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:2177:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:2182:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:2183:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:2196:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:2206:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:2208:  An else should always have braces before it  [readability/braces] [5]
src/nvim/indent_c.c:2224:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/indent_c.c:2224:  Should have a space between // and comment  [whitespace/comments] [4]
src/nvim/indent_c.c:2225:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/indent_c.c:2225:  Should have a space between // and comment  [whitespace/comments] [4]
src/nvim/indent_c.c:2226:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/indent_c.c:2226:  Should have a space between // and comment  [whitespace/comments] [4]
src/nvim/indent_c.c:2228:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/indent_c.c:2246:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:2252:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:2259:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:2261:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:2261:  An else should always have braces before it  [readability/braces] [5]
src/nvim/indent_c.c:2266:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:2271:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:2278:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:2295:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:2298:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:2300:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:2305:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/indent_c.c:2307:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:2307:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/indent_c.c:2308:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:2310:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:2311:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:2314:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:2315:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:2316:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/indent_c.c:2319:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:2336:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:2341:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:2354:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:2357:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:2359:  An else should always have braces before it  [readability/braces] [5]
src/nvim/indent_c.c:2366:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:2377:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:2380:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:2383:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:2386:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/indent_c.c:2388:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:2395:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:2402:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:2405:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:2408:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:2411:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:2412:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:2417:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:2420:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:2422:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:2426:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:2436:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:2441:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:2443:  An else should always have braces before it  [readability/braces] [5]
src/nvim/indent_c.c:2446:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:2448:  An else should always have braces before it  [readability/braces] [5]
src/nvim/indent_c.c:2462:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:2466:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:2469:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:2476:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:2485:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:2486:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:2489:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:2496:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:2503:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:2506:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:2515:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:2519:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/indent_c.c:2521:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:2523:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:2526:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:2528:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:2531:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:2538:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:2540:  An else should always have braces before it  [readability/braces] [5]
src/nvim/indent_c.c:2545:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:2551:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/indent_c.c:2552:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/indent_c.c:2553:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:2556:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:2559:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:2565:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:2567:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:2578:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:2581:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:2585:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:2596:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:2598:  An else should always have braces before it  [readability/braces] [5]
src/nvim/indent_c.c:2605:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:2613:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:2621:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:2634:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:2639:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:2643:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:2650:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:2654:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:2657:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:2658:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/indent_c.c:2665:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:2667:  An else should always have braces before it  [readability/braces] [5]
src/nvim/indent_c.c:2670:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:2674:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/indent_c.c:2675:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:2679:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:2682:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:2682:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/indent_c.c:2684:  An else should always have braces before it  [readability/braces] [5]
src/nvim/indent_c.c:2688:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:2699:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/indent_c.c:2702:  At least two spaces is best between code and comments  [whitespace/comments] [2]
src/nvim/indent_c.c:2746:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/indent_c.c:2746:  Should have a space between // and comment  [whitespace/comments] [4]
src/nvim/indent_c.c:2747:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/indent_c.c:2747:  Should have a space between // and comment  [whitespace/comments] [4]
src/nvim/indent_c.c:2762:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:2767:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:2775:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/indent_c.c:2776:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/indent_c.c:2782:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:2792:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:2794:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/indent_c.c:2799:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:2808:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:2818:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:2825:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:2829:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:2837:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:2842:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:2851:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:2853:  An else should always have braces before it  [readability/braces] [5]
src/nvim/indent_c.c:2858:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:2872:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:2880:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:2889:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:2891:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/indent_c.c:2894:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:2901:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:2904:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:2908:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:2914:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:2920:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/indent_c.c:2920:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/indent_c.c:2921:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:2929:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:2930:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:2936:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:2942:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:3013:  Extra space after ( in function call  [whitespace/parens] [4]
src/nvim/indent_c.c:3024:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:3028:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/indent_c.c:3029:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:3038:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:3040:  An else should always have braces before it  [readability/braces] [5]
src/nvim/indent_c.c:3047:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:3048:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:3051:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/indent_c.c:3053:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:3060:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/indent_c.c:3060:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/indent_c.c:3061:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:3071:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:3077:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:3078:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/indent_c.c:3083:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:3096:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:3098:  An else should always have braces before it  [readability/braces] [5]
src/nvim/indent_c.c:3103:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:3113:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:3116:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:3121:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/indent_c.c:3121:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/indent_c.c:3122:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:3134:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/indent_c.c:3134:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/indent_c.c:3135:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:3143:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/indent_c.c:3144:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/indent_c.c:3150:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:3160:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/indent_c.c:3162:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:3168:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:3170:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:3172:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:3176:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:3188:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:3195:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:3200:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:3203:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:3204:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:3206:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:3208:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/indent_c.c:3217:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:3218:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:3221:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:3222:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:3243:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:3251:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/indent_c.c:3252:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/indent_c.c:3253:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/indent_c.c:3254:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/indent_c.c:3255:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/indent_c.c:3256:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/indent_c.c:3257:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/indent_c.c:3258:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/indent_c.c:3257:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/indent_c.c:3263:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:3272:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:3275:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:3282:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:3285:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:3292:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:3297:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:3300:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:3303:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:3306:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:3321:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:3322:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:3327:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:3335:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:3337:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/indent_c.c:3341:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:3343:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:3345:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:3350:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:3354:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:3354:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:3358:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:3362:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:3365:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:3371:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:3383:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:3393:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:3394:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/indent_c.c:3397:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:3404:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:3414:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:3423:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:3429:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:3438:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:3440:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:3444:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:3445:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:3448:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:3458:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:3460:  An else should always have braces before it  [readability/braces] [5]
src/nvim/indent_c.c:3466:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:3470:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:3476:  Small and focused functions are preferred: get_c_indent() has 1011 non-comment lines (error triggered by exceeding 500 lines).  [readability/fn_size] [2]
src/nvim/indent_c.c:3487:  An else should always have braces before it  [readability/braces] [5]
src/nvim/indent_c.c:3490:  An else should always have braces before it  [readability/braces] [5]
src/nvim/indent_c.c:3503:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:3508:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:3512:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:3513:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:3516:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:3521:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:3524:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:3529:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:3532:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:3540:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:3541:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/indent_c.c:3545:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:3550:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/indent_c.c:3554:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:3557:  An else should always have braces before it  [readability/braces] [5]
src/nvim/indent_c.c:3558:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:3562:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:3566:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:3567:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:3570:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:3582:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent_c.c:3587:  if should always use braces  [readability/braces] [5]
src/nvim/indent_c.c:3589:  An else should always have braces before it  [readability/braces] [5]
src/nvim/keymap.c:20:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.c:25:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.c:25:  Use int16_t/int64_t/etc, rather than the C type short  [runtime/int] [4]
src/nvim/keymap.c:26:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.c:26:  Use int16_t/int64_t/etc, rather than the C type short  [runtime/int] [4]
src/nvim/keymap.c:27:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.c:30:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:30:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:31:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:31:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:32:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:32:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:33:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:33:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:34:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:34:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:35:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:35:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:36:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:36:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:37:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:37:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:39:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:39:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:40:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:40:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:43:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.c:51:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.c:51:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/keymap.c:52:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.c:53:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.c:54:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.c:55:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.c:56:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.c:57:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.c:57:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/keymap.c:58:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.c:58:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/keymap.c:59:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.c:60:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.c:61:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.c:62:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.c:63:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.c:64:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.c:65:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.c:66:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.c:67:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.c:68:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.c:69:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.c:70:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.c:71:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.c:72:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.c:73:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.c:74:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.c:75:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.c:76:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.c:77:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.c:78:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.c:79:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.c:80:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.c:81:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.c:82:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.c:83:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.c:84:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.c:86:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.c:92:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.c:101:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.c:133:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.c:140:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.c:141:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.c:144:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:144:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:145:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:145:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:146:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:146:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:147:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:147:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:148:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.c:148:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:148:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:149:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.c:149:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:149:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:150:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.c:150:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:150:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:151:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:151:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:152:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.c:152:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:152:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:153:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.c:153:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:153:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:154:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:154:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:155:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.c:155:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:155:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:156:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:156:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:157:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:157:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:158:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:158:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:159:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:159:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:160:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:160:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:161:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:161:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:162:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.c:162:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:162:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:163:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:163:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:164:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:164:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:165:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:165:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:166:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:166:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:167:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:167:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:168:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:168:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:169:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:169:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:170:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:170:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:171:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:171:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:173:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:173:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:174:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:174:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:175:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:175:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:176:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:176:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:177:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:177:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:178:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:178:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:179:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:179:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:180:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:180:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:181:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:181:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:182:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:182:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:184:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:184:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:185:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:185:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:186:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:186:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:187:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:187:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:188:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:188:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:189:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:189:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:190:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:190:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:191:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:191:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:192:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:192:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:193:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:193:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:195:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:195:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:196:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:196:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:197:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:197:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:198:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:198:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:199:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:199:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:200:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:200:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:201:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:201:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:202:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:202:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:203:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:203:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:204:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:204:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:206:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:206:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:207:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:207:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:208:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:208:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:209:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:209:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:210:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:210:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:211:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:211:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:212:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:212:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:214:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:214:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:215:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:215:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:216:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:216:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:217:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:217:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:219:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:219:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:220:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:220:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:221:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:221:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:222:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.c:222:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:222:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:223:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:223:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:224:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:224:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:225:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:225:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:226:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:226:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:227:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:227:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:228:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:228:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:229:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:229:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:230:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:230:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:231:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:231:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:232:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:232:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:233:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:233:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:234:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:234:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:235:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:235:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:237:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:237:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:238:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:238:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:239:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:239:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:240:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:240:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:241:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:241:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:242:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:242:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:244:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:244:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:245:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:245:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:246:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:246:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:247:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:247:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:248:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:248:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:249:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:249:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:250:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:250:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:251:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:251:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:252:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:252:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:253:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:253:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:255:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:255:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:257:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:257:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:258:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:258:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:259:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:259:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:260:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:260:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:261:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:261:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:262:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:262:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:263:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:263:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:264:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:264:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:265:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:265:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:266:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:266:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:267:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:267:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:268:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:268:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:269:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:269:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:270:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:270:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:271:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:271:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:272:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:272:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:273:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.c:273:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/keymap.c:273:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:273:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:274:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.c:274:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:274:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:275:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:275:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:276:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:276:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:277:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:277:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:278:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:278:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:279:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:279:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:280:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:280:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:281:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:281:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:282:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:282:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:283:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:283:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:284:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:284:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:285:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:285:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:286:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:286:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:287:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:287:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:288:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:288:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:292:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.c:293:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.c:294:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.c:295:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.c:298:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:298:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:298:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/keymap.c:299:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:299:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:299:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/keymap.c:300:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:300:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:300:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/keymap.c:301:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:301:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:301:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/keymap.c:302:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:302:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:302:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/keymap.c:303:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:303:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:303:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/keymap.c:304:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:304:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:304:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/keymap.c:305:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:305:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:305:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/keymap.c:306:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:306:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:306:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/keymap.c:307:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:307:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:307:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/keymap.c:308:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:308:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:308:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/keymap.c:309:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:309:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:309:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/keymap.c:310:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:310:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:310:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/keymap.c:311:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:311:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:311:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/keymap.c:312:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:312:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:312:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/keymap.c:313:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.c:314:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:314:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:314:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/keymap.c:315:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.c:316:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:316:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:316:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/keymap.c:317:  Missing space after {  [whitespace/braces] [5]
src/nvim/keymap.c:317:  Missing space before }  [whitespace/braces] [5]
src/nvim/keymap.c:320:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.c:329:  for should always use braces  [readability/braces] [5]
src/nvim/keymap.c:330:  if should always use braces  [readability/braces] [5]
src/nvim/keymap.c:335:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.c:346:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.c:353:  for should always use braces  [readability/braces] [5]
src/nvim/keymap.c:359:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/keymap.c:365:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.c:391:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.c:406:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.c:407:  if should always use braces  [readability/braces] [5]
src/nvim/keymap.c:410:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.c:415:  for should always use braces  [readability/braces] [5]
src/nvim/keymap.c:417:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/keymap.c:420:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/keymap.c:425:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.c:428:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.c:440:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.c:449:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.c:450:  for should always use braces  [readability/braces] [5]
src/nvim/keymap.c:457:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.c:464:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.c:465:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/keymap.c:465:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/keymap.c:466:  if should always use braces  [readability/braces] [5]
src/nvim/keymap.c:468:  An else should always have braces before it  [readability/braces] [5]
src/nvim/keymap.c:470:  An else should always have braces before it  [readability/braces] [5]
src/nvim/keymap.c:470:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/keymap.c:472:  while should always use braces  [readability/braces] [5]
src/nvim/keymap.c:476:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.c:508:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.c:572:  Should leave no spaces after a cast: u'(int) ('  [whitespace/cast] [2]
src/nvim/keymap.c:593:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.c:613:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.c:687:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.c:695:  for should always use braces  [readability/braces] [5]
src/nvim/keymap.c:696:  if should always use braces  [readability/braces] [5]
src/nvim/keymap.c:698:  if should always use braces  [readability/braces] [5]
src/nvim/keymap.c:703:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.c:717:  for should always use braces  [readability/braces] [5]
src/nvim/keymap.c:718:  if should always use braces  [readability/braces] [5]
src/nvim/keymap.c:720:  if should always use braces  [readability/braces] [5]
src/nvim/keymap.c:727:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.c:735:  for should always use braces  [readability/braces] [5]
src/nvim/keymap.c:741:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.c:822:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/keymap.c:829:  Should leave no spaces after a cast: u'(size_t) ('  [whitespace/cast] [2]
src/nvim/keymap.c:884:  Should leave no spaces after a cast: u'(int) ('  [whitespace/cast] [2]
src/nvim/keymap.c:895:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/log.c:73:  Missing space before asterisk in char*  [whitespace/operators] [2]
src/nvim/log.c:86:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/log.c:133:  Missing space before asterisk in char*  [whitespace/operators] [2]
src/nvim/log.c:146:  Missing space before asterisk in char*  [whitespace/operators] [2]
src/nvim/main.c:68:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:71:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:72:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:73:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:74:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:76:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:83:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:85:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:86:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:89:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:90:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:91:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:100:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:102:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:103:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:106:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:108:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:111:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:112:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:113:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:114:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:115:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:116:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:230:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:244:  Should leave no spaces after a cast: u'(char *) path_tail'  [whitespace/cast] [2]
src/nvim/main.c:247:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:259:  if should always use braces  [readability/braces] [5]
src/nvim/main.c:260:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:262:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:263:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/main.c:265:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:268:  if should always use braces  [readability/braces] [5]
src/nvim/main.c:269:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/main.c:273:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:275:  if should always use braces  [readability/braces] [5]
src/nvim/main.c:281:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:287:  if should always use braces  [readability/braces] [5]
src/nvim/main.c:288:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/main.c:293:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:297:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/main.c:298:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/main.c:300:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:300:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/main.c:303:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:307:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/main.c:333:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:336:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:347:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:356:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:362:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/main.c:371:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:375:  if should always use braces  [readability/braces] [5]
src/nvim/main.c:379:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:379:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/main.c:380:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:380:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/main.c:381:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:381:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/main.c:384:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:392:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:393:  if should always use braces  [readability/braces] [5]
src/nvim/main.c:396:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:402:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:408:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/main.c:409:  if should always use braces  [readability/braces] [5]
src/nvim/main.c:410:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/main.c:412:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:419:  if should always use braces  [readability/braces] [5]
src/nvim/main.c:429:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/main.c:442:  if should always use braces  [readability/braces] [5]
src/nvim/main.c:444:  An else should always have braces before it  [readability/braces] [5]
src/nvim/main.c:444:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/main.c:445:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:449:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/main.c:451:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:458:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:461:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:462:  if should always use braces  [readability/braces] [5]
src/nvim/main.c:465:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/main.c:469:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:473:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/main.c:483:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:485:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/main.c:489:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:492:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/main.c:494:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:500:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:501:  if should always use braces  [readability/braces] [5]
src/nvim/main.c:506:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/main.c:512:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:513:  if should always use braces  [readability/braces] [5]
src/nvim/main.c:514:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/main.c:516:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/main.c:519:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:527:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:529:  if should always use braces  [readability/braces] [5]
src/nvim/main.c:540:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:548:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:553:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/main.c:555:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:558:  if should always use braces  [readability/braces] [5]
src/nvim/main.c:561:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:564:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:568:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:573:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:580:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/main.c:580:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/main.c:581:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:582:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:589:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:593:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/main.c:593:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/main.c:594:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:594:  if should always use braces  [readability/braces] [5]
src/nvim/main.c:598:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/main.c:606:  if should always use braces  [readability/braces] [5]
src/nvim/main.c:607:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/main.c:612:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/main.c:613:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:614:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/main.c:615:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/main.c:618:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:625:  if should always use braces  [readability/braces] [5]
src/nvim/main.c:655:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:663:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:689:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:696:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:697:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:697:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/main.c:698:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:703:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/main.c:704:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/main.c:705:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:707:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:711:  if should always use braces  [readability/braces] [5]
src/nvim/main.c:713:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:714:  if should always use braces  [readability/braces] [5]
src/nvim/main.c:716:  An else should always have braces before it  [readability/braces] [5]
src/nvim/main.c:719:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:722:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/main.c:723:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/main.c:726:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:729:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/main.c:736:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:739:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:739:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/main.c:740:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:741:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:742:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:743:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:744:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:752:  Missing space before asterisk in msgpack_sbuffer*  [whitespace/operators] [2]
src/nvim/main.c:753:  Missing space before asterisk in msgpack_packer*  [whitespace/operators] [2]
src/nvim/main.c:771:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/main.c:773:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/main.c:774:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/main.c:775:  An else should always have braces before it  [readability/braces] [5]
src/nvim/main.c:776:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/main.c:779:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/main.c:782:  if should always use braces  [readability/braces] [5]
src/nvim/main.c:784:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/main.c:786:  if should always use braces  [readability/braces] [5]
src/nvim/main.c:787:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:790:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:794:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:795:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:799:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:802:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:806:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:810:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:813:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:817:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:818:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/main.c:822:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:826:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:826:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/main.c:827:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/main.c:831:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:831:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/main.c:833:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/main.c:836:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:838:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:840:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:841:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/main.c:844:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:845:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:848:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:849:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/main.c:852:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:854:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:858:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:863:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:868:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:869:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:874:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:875:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:880:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:881:  if should always use braces  [readability/braces] [5]
src/nvim/main.c:884:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:887:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:887:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/main.c:888:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/main.c:891:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:892:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/main.c:893:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/main.c:894:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:897:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:898:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:903:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:903:  if should always use braces  [readability/braces] [5]
src/nvim/main.c:904:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/main.c:905:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:905:  An else should always have braces before it  [readability/braces] [5]
src/nvim/main.c:906:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/main.c:909:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:910:  if should always use braces  [readability/braces] [5]
src/nvim/main.c:913:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:916:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:916:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/main.c:917:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/main.c:920:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:920:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/main.c:923:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:923:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/main.c:924:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/main.c:929:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:929:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/main.c:930:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:934:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/main.c:939:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:939:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/main.c:940:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:940:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/main.c:946:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/main.c:949:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:950:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/main.c:953:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/main.c:953:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:956:  if should always use braces  [readability/braces] [5]
src/nvim/main.c:963:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:964:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:965:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:966:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:967:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:968:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:969:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/main.c:976:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:980:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:983:  if should always use braces  [readability/braces] [5]
src/nvim/main.c:986:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/main.c:987:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:987:  if should always use braces  [readability/braces] [5]
src/nvim/main.c:989:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/main.c:993:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:994:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:995:  if should always use braces  [readability/braces] [5]
src/nvim/main.c:1000:  if should always use braces  [readability/braces] [5]
src/nvim/main.c:1001:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:1004:  An else should always have braces before it  [readability/braces] [5]
src/nvim/main.c:1005:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:1008:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/main.c:1009:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/main.c:1014:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/main.c:1015:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/main.c:1024:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:1025:  if should always use braces  [readability/braces] [5]
src/nvim/main.c:1029:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:1032:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:1036:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:1040:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:1059:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:1063:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:1067:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:1070:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:1071:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:1079:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:1080:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:1081:  if should always use braces  [readability/braces] [5]
src/nvim/main.c:1084:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/main.c:1091:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
src/nvim/main.c:1095:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:1098:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/main.c:1098:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/main.c:1099:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:1101:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:1102:  if should always use braces  [readability/braces] [5]
src/nvim/main.c:1106:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:1114:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/main.c:1114:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/main.c:1126:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/main.c:1128:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/main.c:1130:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/main.c:1126:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:1128:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:1130:  Closing ) should be moved to the previous line  [whitespace/parens] [2]
src/nvim/main.c:1131:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
src/nvim/main.c:1134:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:1140:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/main.c:1141:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/main.c:1146:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:1158:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:1173:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:1179:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/main.c:1196:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:1202:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:1224:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:1230:  if should always use braces  [readability/braces] [5]
src/nvim/main.c:1231:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:1232:  An else should always have braces before it  [readability/braces] [5]
src/nvim/main.c:1233:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:1237:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:1252:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:1259:  if should always use braces  [readability/braces] [5]
src/nvim/main.c:1261:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/main.c:1263:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/main.c:1271:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:1278:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/main.c:1284:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:1285:  if should always use braces  [readability/braces] [5]
src/nvim/main.c:1304:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/main.c:1305:  Redundant blank line at the start of a code block should be deleted.  [whitespace/blank_line] [2]
src/nvim/main.c:1324:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:1331:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:1333:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/main.c:1335:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/main.c:1336:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:1336:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/main.c:1337:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/main.c:1343:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:1352:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:1355:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:1355:  if should always use braces  [readability/braces] [5]
src/nvim/main.c:1357:  if should always use braces  [readability/braces] [5]
src/nvim/main.c:1362:  if should always use braces  [readability/braces] [5]
src/nvim/main.c:1369:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/main.c:1371:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/main.c:1373:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/main.c:1376:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:1377:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:1377:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/main.c:1379:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:1379:  if should always use braces  [readability/braces] [5]
src/nvim/main.c:1381:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:1388:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/main.c:1389:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/main.c:1390:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/main.c:1393:  if should always use braces  [readability/braces] [5]
src/nvim/main.c:1395:  An else should always have braces before it  [readability/braces] [5]
src/nvim/main.c:1398:  if should always use braces  [readability/braces] [5]
src/nvim/main.c:1402:  if should always use braces  [readability/braces] [5]
src/nvim/main.c:1406:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/main.c:1409:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:1410:  if should always use braces  [readability/braces] [5]
src/nvim/main.c:1412:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:1414:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/main.c:1416:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:1417:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/main.c:1421:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:1422:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:1422:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/main.c:1425:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:1428:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/main.c:1431:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/main.c:1433:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:1433:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/main.c:1437:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:1441:  if should always use braces  [readability/braces] [5]
src/nvim/main.c:1443:  An else should always have braces before it  [readability/braces] [5]
src/nvim/main.c:1446:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/main.c:1447:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/main.c:1455:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:1457:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/main.c:1460:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:1463:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/main.c:1464:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/main.c:1466:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:1468:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/main.c:1469:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/main.c:1473:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/main.c:1479:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/main.c:1480:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/main.c:1481:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/main.c:1487:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:1487:  if should always use braces  [readability/braces] [5]
src/nvim/main.c:1491:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:1491:  if should always use braces  [readability/braces] [5]
src/nvim/main.c:1496:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/main.c:1502:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:1504:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/main.c:1506:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/main.c:1507:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/main.c:1509:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:1511:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:1512:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:1512:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/main.c:1515:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/main.c:1516:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/main.c:1518:  if should always use braces  [readability/braces] [5]
src/nvim/main.c:1519:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/main.c:1520:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/main.c:1524:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:1529:  if should always use braces  [readability/braces] [5]
src/nvim/main.c:1531:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/main.c:1533:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:1535:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:1545:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/main.c:1547:  if should always use braces  [readability/braces] [5]
src/nvim/main.c:1548:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:1551:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:1561:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:1564:  for should always use braces  [readability/braces] [5]
src/nvim/main.c:1564:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/main.c:1572:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:1579:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:1584:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/main.c:1585:  if should always use braces  [readability/braces] [5]
src/nvim/main.c:1589:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/main.c:1591:  if should always use braces  [readability/braces] [5]
src/nvim/main.c:1596:  if should always use braces  [readability/braces] [5]
src/nvim/main.c:1599:  if should always use braces  [readability/braces] [5]
src/nvim/main.c:1600:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/main.c:1602:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:1603:  if should always use braces  [readability/braces] [5]
src/nvim/main.c:1604:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/main.c:1654:  Should leave no spaces after a cast: u'(char_u *) vimrc'  [whitespace/cast] [2]
src/nvim/main.c:1658:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/main.c:1684:  if should always use braces  [readability/braces] [5]
src/nvim/main.c:1687:  if should always use braces  [readability/braces] [5]
src/nvim/main.c:1687:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/main.c:1693:  Should leave no spaces after a cast: u'(void) do_source'  [whitespace/cast] [2]
src/nvim/main.c:1706:  if should always use braces  [readability/braces] [5]
src/nvim/main.c:1731:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:1815:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/main.c:1818:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/main.c:1829:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/main.c:1838:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/main.c:1842:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/main.c:1849:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/main.c:1857:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/main.c:1859:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/main.c:1862:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/main.c:1863:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/main.c:1864:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/main.c:1865:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/main.c:1866:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/main.c:1867:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/main.c:1868:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/main.c:1869:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/main.c:1870:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/main.c:1871:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/main.c:1878:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/main.c:1885:  if should always use braces  [readability/braces] [5]
src/nvim/map.c:37:  Missing space after {  [whitespace/braces] [5]
src/nvim/map.c:37:  Missing space before }  [whitespace/braces] [5]
src/nvim/mark.c:1:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mark.c:35:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mark.c:39:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mark.c:53:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mark.c:83:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mark.c:92:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mark.c:93:  if should always use braces  [readability/braces] [5]
src/nvim/mark.c:99:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mark.c:101:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/mark.c:111:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mark.c:123:  if should always use braces  [readability/braces] [5]
src/nvim/mark.c:125:  An else should always have braces before it  [readability/braces] [5]
src/nvim/mark.c:127:  if should always use braces  [readability/braces] [5]
src/nvim/mark.c:128:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mark.c:133:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/mark.c:133:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mark.c:133:  if should always use braces  [readability/braces] [5]
src/nvim/mark.c:150:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mark.c:158:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mark.c:159:  if should always use braces  [readability/braces] [5]
src/nvim/mark.c:165:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mark.c:178:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mark.c:190:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mark.c:194:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mark.c:204:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mark.c:204:  if should always use braces  [readability/braces] [5]
src/nvim/mark.c:208:  if should always use braces  [readability/braces] [5]
src/nvim/mark.c:212:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mark.c:219:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mark.c:219:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/mark.c:220:  if should always use braces  [readability/braces] [5]
src/nvim/mark.c:227:  if should always use braces  [readability/braces] [5]
src/nvim/mark.c:230:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mark.c:231:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mark.c:235:  if should always use braces  [readability/braces] [5]
src/nvim/mark.c:236:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/mark.c:236:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/mark.c:238:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mark.c:241:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/mark.c:247:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mark.c:254:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mark.c:254:  if should always use braces  [readability/braces] [5]
src/nvim/mark.c:259:  if should always use braces  [readability/braces] [5]
src/nvim/mark.c:263:  if should always use braces  [readability/braces] [5]
src/nvim/mark.c:266:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/mark.c:272:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mark.c:301:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mark.c:303:  if should always use braces  [readability/braces] [5]
src/nvim/mark.c:325:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mark.c:325:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/mark.c:327:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/mark.c:327:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/mark.c:333:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mark.c:338:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mark.c:338:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/mark.c:345:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mark.c:348:  if should always use braces  [readability/braces] [5]
src/nvim/mark.c:350:  An else should always have braces before it  [readability/braces] [5]
src/nvim/mark.c:352:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mark.c:358:  if should always use braces  [readability/braces] [5]
src/nvim/mark.c:360:  An else should always have braces before it  [readability/braces] [5]
src/nvim/mark.c:364:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mark.c:366:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mark.c:367:  if should always use braces  [readability/braces] [5]
src/nvim/mark.c:369:  An else should always have braces before it  [readability/braces] [5]
src/nvim/mark.c:377:  if should always use braces  [readability/braces] [5]
src/nvim/mark.c:379:  An else should always have braces before it  [readability/braces] [5]
src/nvim/mark.c:380:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mark.c:386:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/mark.c:386:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/mark.c:387:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mark.c:391:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mark.c:392:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/mark.c:393:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/mark.c:393:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mark.c:401:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mark.c:407:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/mark.c:408:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mark.c:409:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mark.c:419:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mark.c:423:  if should always use braces  [readability/braces] [5]
src/nvim/mark.c:425:  An else should always have braces before it  [readability/braces] [5]
src/nvim/mark.c:431:  if should always use braces  [readability/braces] [5]
src/nvim/mark.c:435:  if should always use braces  [readability/braces] [5]
src/nvim/mark.c:445:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mark.c:455:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mark.c:463:  Closing ) should be moved to the previous line  [whitespace/parens] [2]
src/nvim/mark.c:469:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/mark.c:472:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mark.c:476:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mark.c:481:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mark.c:491:  if should always use braces  [readability/braces] [5]
src/nvim/mark.c:494:  for should always use braces  [readability/braces] [5]
src/nvim/mark.c:494:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/mark.c:498:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/mark.c:515:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mark.c:526:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mark.c:528:  if should always use braces  [readability/braces] [5]
src/nvim/mark.c:562:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mark.c:569:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mark.c:569:  if should always use braces  [readability/braces] [5]
src/nvim/mark.c:571:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/mark.c:574:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mark.c:583:  if should always use braces  [readability/braces] [5]
src/nvim/mark.c:588:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mark.c:592:  if should always use braces  [readability/braces] [5]
src/nvim/mark.c:599:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mark.c:608:  if should always use braces  [readability/braces] [5]
src/nvim/mark.c:612:  for should always use braces  [readability/braces] [5]
src/nvim/mark.c:612:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/mark.c:614:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/mark.c:615:  if should always use braces  [readability/braces] [5]
src/nvim/mark.c:617:  An else should always have braces before it  [readability/braces] [5]
src/nvim/mark.c:621:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/mark.c:622:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/mark.c:623:  if should always use braces  [readability/braces] [5]
src/nvim/mark.c:637:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/mark.c:638:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/mark.c:643:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mark.c:646:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/mark.c:647:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/mark.c:649:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mark.c:650:  if should always use braces  [readability/braces] [5]
src/nvim/mark.c:651:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/mark.c:652:  An else should always have braces before it  [readability/braces] [5]
src/nvim/mark.c:652:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/mark.c:653:  if should always use braces  [readability/braces] [5]
src/nvim/mark.c:655:  An else should always have braces before it  [readability/braces] [5]
src/nvim/mark.c:659:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mark.c:660:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/mark.c:664:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mark.c:666:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/mark.c:670:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/mark.c:674:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/mark.c:678:  if should always use braces  [readability/braces] [5]
src/nvim/mark.c:682:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mark.c:686:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mark.c:698:  if should always use braces  [readability/braces] [5]
src/nvim/mark.c:699:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mark.c:701:  An else should always have braces before it  [readability/braces] [5]
src/nvim/mark.c:703:  An else should always have braces before it  [readability/braces] [5]
src/nvim/mark.c:705:  An else should always have braces before it  [readability/braces] [5]
src/nvim/mark.c:705:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/mark.c:706:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mark.c:707:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/mark.c:712:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mark.c:723:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/mark.c:724:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mark.c:727:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/mark.c:741:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/mark.c:758:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mark.c:767:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mark.c:769:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/mark.c:771:  if should always use braces  [readability/braces] [5]
src/nvim/mark.c:774:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mark.c:774:  if should always use braces  [readability/braces] [5]
src/nvim/mark.c:783:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/mark.c:784:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/mark.c:785:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/mark.c:786:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/mark.c:787:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/mark.c:782:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/mark.c:790:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/mark.c:791:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/mark.c:797:  if should always use braces  [readability/braces] [5]
src/nvim/mark.c:801:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mark.c:809:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mark.c:812:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/mark.c:815:  if should always use braces  [readability/braces] [5]
src/nvim/mark.c:818:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/mark.c:819:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/mark.c:820:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/mark.c:821:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/mark.c:822:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/mark.c:817:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/mark.c:831:  if should always use braces  [readability/braces] [5]
src/nvim/mark.c:838:  if should always use braces  [readability/braces] [5]
src/nvim/mark.c:840:  if should always use braces  [readability/braces] [5]
src/nvim/mark.c:842:  An else should always have braces before it  [readability/braces] [5]
src/nvim/mark.c:842:  Else clause should never be on same line as else (use 2 lines)  [whitespace/newline] [4]
src/nvim/mark.c:845:  An else should always have braces before it  [readability/braces] [5]
src/nvim/mark.c:849:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mark.c:853:  if should always use braces  [readability/braces] [5]
src/nvim/mark.c:855:  if should always use braces  [readability/braces] [5]
src/nvim/mark.c:857:  An else should always have braces before it  [readability/braces] [5]
src/nvim/mark.c:857:  Else clause should never be on same line as else (use 2 lines)  [whitespace/newline] [4]
src/nvim/mark.c:860:  An else should always have braces before it  [readability/braces] [5]
src/nvim/mark.c:864:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mark.c:882:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mark.c:882:  if should always use braces  [readability/braces] [5]
src/nvim/mark.c:886:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mark.c:889:  if should always use braces  [readability/braces] [5]
src/nvim/mark.c:893:  if should always use braces  [readability/braces] [5]
src/nvim/mark.c:897:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mark.c:900:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mark.c:903:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mark.c:904:  if should always use braces  [readability/braces] [5]
src/nvim/mark.c:908:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mark.c:909:  for should always use braces  [readability/braces] [5]
src/nvim/mark.c:909:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/mark.c:912:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mark.c:916:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mark.c:918:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mark.c:927:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mark.c:930:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mark.c:933:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mark.c:934:  if should always use braces  [readability/braces] [5]
src/nvim/mark.c:937:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mark.c:942:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mark.c:944:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/mark.c:953:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mark.c:961:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mark.c:967:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mark.c:971:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mark.c:977:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mark.c:986:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mark.c:993:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mark.c:1001:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mark.c:1006:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mark.c:1010:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mark.c:1014:  if should always use braces  [readability/braces] [5]
src/nvim/mark.c:1018:  if should always use braces  [readability/braces] [5]
src/nvim/mark.c:1020:  An else should always have braces before it  [readability/braces] [5]
src/nvim/mark.c:1020:  Else clause should never be on same line as else (use 2 lines)  [whitespace/newline] [4]
src/nvim/mark.c:1025:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mark.c:1030:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/mark.c:1036:  if should always use braces  [readability/braces] [5]
src/nvim/mark.c:1037:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mark.c:1039:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mark.c:1042:  if should always use braces  [readability/braces] [5]
src/nvim/mark.c:1046:  if should always use braces  [readability/braces] [5]
src/nvim/mark.c:1050:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mark.c:1053:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mark.c:1056:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mark.c:1057:  for should always use braces  [readability/braces] [5]
src/nvim/mark.c:1057:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/mark.c:1060:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mark.c:1064:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mark.c:1067:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mark.c:1070:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mark.c:1073:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mark.c:1077:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mark.c:1078:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/mark.c:1085:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mark.c:1092:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mark.c:1100:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mark.c:1110:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/mark.c:1111:  if should always use braces  [readability/braces] [5]
src/nvim/mark.c:1113:  for should always use braces  [readability/braces] [5]
src/nvim/mark.c:1113:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/mark.c:1114:  if should always use braces  [readability/braces] [5]
src/nvim/mark.c:1132:  if should always use braces  [readability/braces] [5]
src/nvim/mark.c:1137:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mark.c:1144:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/mark.c:1146:  if should always use braces  [readability/braces] [5]
src/nvim/mark.c:1169:  Missing space after {  [whitespace/braces] [5]
src/nvim/mark.c:1169:  Missing space before }  [whitespace/braces] [5]
src/nvim/mark.c:1175:  Should leave no spaces after a cast: u'(const xfmark_T *const) iter'  [whitespace/cast] [2]
src/nvim/mark.c:1202:  Should leave no spaces after a cast: u'(const xfmark_T *const) iter'  [whitespace/cast] [2]
src/nvim/mark.c:1203:  Should leave no spaces after a cast: u'(size_t) ('  [whitespace/cast] [2]
src/nvim/mark.c:1207:  Should leave no spaces after a cast: u'(size_t) ('  [whitespace/cast] [2]
src/nvim/mark.c:1211:  Should leave no spaces after a cast: u'(size_t) ('  [whitespace/cast] [2]
src/nvim/mark.c:1212:  Should leave no spaces after a cast: u'(char) ('  [whitespace/cast] [2]
src/nvim/mark.c:1213:  Should leave no spaces after a cast: u'(char) iter_off'  [whitespace/cast] [2]
src/nvim/mark.c:1214:  Should leave no spaces after a cast: u'(char) ('  [whitespace/cast] [2]
src/nvim/mark.c:1216:  Should leave no spaces after a cast: u'(size_t) ('  [whitespace/cast] [2]
src/nvim/mark.c:1218:  Should leave no spaces after a cast: u'(const void *) iter_mark'  [whitespace/cast] [2]
src/nvim/mark.c:1283:  Should leave no spaces after a cast: u'(char) ('  [whitespace/cast] [2]
src/nvim/mark.c:1291:  Should leave no spaces after a cast: u'(char) ('  [whitespace/cast] [2]
src/nvim/mark.c:1300:  Should leave no spaces after a cast: u'(size_t) ('  [whitespace/cast] [2]
src/nvim/mark.c:1304:  Should leave no spaces after a cast: u'(char) ('  [whitespace/cast] [2]
src/nvim/mark.c:1307:  Should leave no spaces after a cast: u'(const void *) iter_mark'  [whitespace/cast] [2]
src/nvim/mark.c:1370:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mark.c:1377:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/mbyte.c:1:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:112:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:120:  Missing space after ,  [whitespace/comma] [3]
src/nvim/mbyte.c:121:  Missing space after ,  [whitespace/comma] [3]
src/nvim/mbyte.c:122:  Missing space after ,  [whitespace/comma] [3]
src/nvim/mbyte.c:123:  Missing space after ,  [whitespace/comma] [3]
src/nvim/mbyte.c:124:  Missing space after ,  [whitespace/comma] [3]
src/nvim/mbyte.c:125:  Missing space after ,  [whitespace/comma] [3]
src/nvim/mbyte.c:126:  Missing space after ,  [whitespace/comma] [3]
src/nvim/mbyte.c:127:  Missing space after ,  [whitespace/comma] [3]
src/nvim/mbyte.c:130:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:135:  Missing space after ,  [whitespace/comma] [3]
src/nvim/mbyte.c:136:  Missing space after ,  [whitespace/comma] [3]
src/nvim/mbyte.c:137:  Missing space after ,  [whitespace/comma] [3]
src/nvim/mbyte.c:138:  Missing space after ,  [whitespace/comma] [3]
src/nvim/mbyte.c:139:  Missing space after ,  [whitespace/comma] [3]
src/nvim/mbyte.c:140:  Missing space after ,  [whitespace/comma] [3]
src/nvim/mbyte.c:141:  Missing space after ,  [whitespace/comma] [3]
src/nvim/mbyte.c:142:  Missing space after ,  [whitespace/comma] [3]
src/nvim/mbyte.c:145:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:154:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:154:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:156:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:156:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:158:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:158:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:160:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:160:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:162:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:162:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:164:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:164:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:166:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:166:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:168:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:168:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:170:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:170:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:172:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:172:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:174:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:174:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:176:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:176:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:178:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:178:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:180:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:180:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:182:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:182:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:184:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:184:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:186:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:186:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:188:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:188:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:190:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:190:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:192:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:192:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:194:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:194:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:196:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:196:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:198:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:198:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:200:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:202:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:202:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:204:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:204:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:206:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:206:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:208:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:208:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:210:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:210:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:212:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:212:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:214:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:214:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:216:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:220:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:220:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:220:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:222:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:222:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:222:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:224:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:224:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:224:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:226:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:226:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:226:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:228:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:228:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:228:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:230:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:230:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:230:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:232:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:232:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:232:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:234:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:234:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:234:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:236:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:236:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:236:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:238:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:238:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:238:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:240:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:240:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:240:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:242:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:242:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:242:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:244:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:244:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:244:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:246:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:246:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:246:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:248:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:248:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:248:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:250:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:250:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:252:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:252:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:254:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:254:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:256:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:256:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:258:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:258:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:258:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:260:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:260:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:260:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:261:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:263:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:263:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:263:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:265:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:265:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:265:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:267:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:267:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:267:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:269:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:269:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:269:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:271:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:271:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:271:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:273:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:273:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:273:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:276:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:276:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:276:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:278:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:278:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:278:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:282:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:289:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:289:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:290:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:290:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:291:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:291:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:292:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:292:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:293:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:293:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:294:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:294:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:295:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:295:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:296:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:296:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:297:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:297:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:298:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:298:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:299:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:299:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:299:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:300:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:300:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:301:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:301:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:301:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:302:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:302:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:302:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:303:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:303:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:304:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:304:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:305:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:305:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:306:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:306:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:307:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:307:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:308:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:308:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:309:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:309:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:310:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:310:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:311:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:311:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:312:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:312:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:313:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:313:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:314:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:314:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:315:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:315:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:316:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:316:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:317:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:317:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:318:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:318:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:319:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:319:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:320:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:320:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:321:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:321:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:322:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:322:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:323:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:323:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:324:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:324:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:325:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:325:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:326:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:326:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:327:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:327:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:328:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:328:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:329:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:329:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:330:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:330:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:331:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:331:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:332:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:332:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:333:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:333:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:334:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:334:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:335:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:335:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:335:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:336:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:336:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:337:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:337:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:337:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:338:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:338:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:339:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:339:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:340:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:340:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:341:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:341:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:342:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:342:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:343:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:343:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:344:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:344:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:345:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:345:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:346:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:346:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:347:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:347:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:348:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:348:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:349:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:349:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:350:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:350:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:353:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:361:  for should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:361:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/mbyte.c:362:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:369:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:378:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:380:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:382:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:387:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:413:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:414:  for should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:414:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/mbyte.c:418:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/mbyte.c:419:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:423:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:428:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:430:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:432:  An else should always have braces before it  [readability/braces] [5]
src/nvim/mbyte.c:434:  An else should always have braces before it  [readability/braces] [5]
src/nvim/mbyte.c:437:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:440:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:444:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:444:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/mbyte.c:455:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:457:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/mbyte.c:459:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:497:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:501:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:514:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/mbyte.c:515:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:517:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:519:  An else should always have braces before it  [readability/braces] [5]
src/nvim/mbyte.c:521:  An else should always have braces before it  [readability/braces] [5]
src/nvim/mbyte.c:521:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/mbyte.c:523:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:523:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:525:  An else should always have braces before it  [readability/braces] [5]
src/nvim/mbyte.c:525:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/mbyte.c:530:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:538:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/mbyte.c:540:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/mbyte.c:543:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:549:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:550:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:552:  An else should always have braces before it  [readability/braces] [5]
src/nvim/mbyte.c:564:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:567:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:571:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:578:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:580:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/mbyte.c:582:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:588:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:602:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:604:  An else should always have braces before it  [readability/braces] [5]
src/nvim/mbyte.c:607:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/mbyte.c:609:  An else should always have braces before it  [readability/braces] [5]
src/nvim/mbyte.c:610:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/mbyte.c:612:  An else should always have braces before it  [readability/braces] [5]
src/nvim/mbyte.c:618:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:627:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:629:  An else should always have braces before it  [readability/braces] [5]
src/nvim/mbyte.c:630:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/mbyte.c:635:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:650:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:652:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:656:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:658:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:663:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:670:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:672:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:675:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:679:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:680:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:689:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:692:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:694:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:696:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:697:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:698:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:699:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:701:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:704:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:708:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:711:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:714:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:717:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:720:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:723:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:726:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:729:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:734:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:737:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:741:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:755:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:756:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:759:  An else should always have braces before it  [readability/braces] [5]
src/nvim/mbyte.c:760:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:762:  An else should always have braces before it  [readability/braces] [5]
src/nvim/mbyte.c:762:  Else clause should never be on same line as else (use 2 lines)  [whitespace/newline] [4]
src/nvim/mbyte.c:765:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:768:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:771:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:774:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:777:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:780:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:784:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:785:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:786:  An else should always have braces before it  [readability/braces] [5]
src/nvim/mbyte.c:787:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:788:  An else should always have braces before it  [readability/braces] [5]
src/nvim/mbyte.c:789:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:793:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:796:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:806:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:818:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:823:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:839:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:841:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:849:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:864:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:866:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:871:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:879:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:888:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:890:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:892:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:894:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:899:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:906:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:907:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:910:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:915:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:917:  An else should always have braces before it  [readability/braces] [5]
src/nvim/mbyte.c:919:  An else should always have braces before it  [readability/braces] [5]
src/nvim/mbyte.c:925:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:936:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:942:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:943:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:944:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:947:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:948:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:949:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:953:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:954:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/mbyte.c:955:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:957:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/mbyte.c:957:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:963:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:977:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:980:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:981:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:983:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:984:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:993:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:995:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:1000:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1014:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1016:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:1017:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1019:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1020:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:1022:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1023:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:1032:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1034:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:1039:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1051:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1053:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:1055:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1075:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1087:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1088:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:1091:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1093:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:1103:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1114:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:1119:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1129:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1129:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:1134:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:1137:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:1141:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:1145:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:1149:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:1157:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1161:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1181:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1181:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:1187:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1193:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1198:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1204:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1211:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1215:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1228:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1237:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:1239:  An else should always have braces before it  [readability/braces] [5]
src/nvim/mbyte.c:1244:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1254:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:1256:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:1261:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1277:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1284:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:1287:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:1292:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1292:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:1298:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1340:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1353:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/mbyte.c:1354:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:1361:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1372:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:1375:  for should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:1375:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/mbyte.c:1376:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:1381:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1391:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1406:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:1407:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1408:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:1409:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1410:  An else should always have braces before it  [readability/braces] [5]
src/nvim/mbyte.c:1412:  for should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:1412:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/mbyte.c:1413:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:1418:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1428:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:1430:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1430:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:1433:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1436:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1437:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:1440:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1446:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:1449:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1455:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1466:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:1468:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1468:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:1471:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1474:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1475:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:1478:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1486:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:1489:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1494:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:1497:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:1500:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1507:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1513:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:1515:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:1517:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:1519:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:1521:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:1526:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1533:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1537:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1542:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1548:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1555:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1563:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1573:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1583:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1590:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1595:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1599:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:1599:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:1600:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:1600:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:1601:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:1601:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:1608:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1616:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1623:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1623:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:1623:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:1624:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1624:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:1624:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:1625:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1625:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:1625:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:1626:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1626:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:1626:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:1627:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:1627:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:1628:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:1628:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:1629:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:1629:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:1630:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:1630:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:1631:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:1631:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:1632:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:1632:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:1633:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:1633:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:1634:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:1634:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:1635:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:1635:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:1636:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1636:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:1636:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:1637:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:1637:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:1638:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:1638:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:1639:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:1639:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:1640:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:1640:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:1641:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:1641:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:1642:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:1642:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:1643:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:1643:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:1644:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:1644:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:1645:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1645:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:1645:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:1646:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1646:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:1646:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:1647:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1647:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:1647:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:1648:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1648:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:1648:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:1649:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:1649:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:1650:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:1650:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:1651:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:1651:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:1652:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:1652:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:1653:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1653:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:1653:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:1654:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1654:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:1654:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:1655:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1655:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:1655:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:1656:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1656:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:1656:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:1657:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:1657:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:1658:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1658:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:1658:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:1659:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:1659:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:1660:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1660:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:1660:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:1661:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:1661:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:1662:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1662:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:1662:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:1663:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1663:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:1663:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:1664:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1664:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:1664:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:1665:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1665:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:1665:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:1666:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1666:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:1666:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:1667:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1667:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:1667:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:1668:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:1668:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:1669:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:1669:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:1670:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1670:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:1670:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:1671:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1671:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:1671:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:1672:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1672:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:1672:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:1673:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:1673:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:1674:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:1674:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:1675:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1675:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:1675:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:1676:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1676:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:1676:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:1677:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1677:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:1677:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:1678:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1678:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:1678:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:1679:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1679:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:1679:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:1680:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:1680:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:1681:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1681:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:1681:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:1682:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1682:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:1682:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:1683:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1683:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:1683:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:1684:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1684:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:1684:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:1685:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1685:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:1685:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:1686:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1686:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:1686:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:1687:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1687:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:1687:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:1688:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1688:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:1688:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:1689:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1689:  Missing space after {  [whitespace/braces] [5]
src/nvim/mbyte.c:1689:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.c:1695:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1697:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:1698:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1699:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:1700:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1701:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1704:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1707:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:1709:  An else should always have braces before it  [readability/braces] [5]
src/nvim/mbyte.c:1711:  An else should always have braces before it  [readability/braces] [5]
src/nvim/mbyte.c:1715:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1719:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1726:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1733:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1738:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1740:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:1742:  An else should always have braces before it  [readability/braces] [5]
src/nvim/mbyte.c:1745:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:1750:  An else should always have braces before it  [readability/braces] [5]
src/nvim/mbyte.c:1754:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1763:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1769:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1770:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:1774:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1775:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:1779:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1780:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:1783:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1789:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1793:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1799:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1800:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:1804:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1805:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:1809:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1810:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:1813:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1831:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:1834:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:1838:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:1842:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1845:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1846:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:1851:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1868:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:1877:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:1879:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:1882:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:1889:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1967:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1985:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1985:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:1990:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1993:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:1997:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:1998:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:2001:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:2009:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:2019:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:2031:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:2041:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/mbyte.c:2043:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:2051:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/mbyte.c:2050:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/mbyte.c:2051:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:2052:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/mbyte.c:2054:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:2061:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:2074:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:2080:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:2090:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:2096:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:2100:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:2106:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:2113:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/mbyte.c:2115:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/mbyte.c:2115:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/mbyte.c:2128:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:2128:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:2131:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:2134:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/mbyte.c:2135:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:2137:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/mbyte.c:2139:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:2140:  while should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:2141:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/mbyte.c:2142:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:2145:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:2148:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:2152:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:2156:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:2158:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/mbyte.c:2159:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:2160:  while should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:2161:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/mbyte.c:2162:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:2171:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:2183:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:2194:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:2194:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:2197:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:2198:  for should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:2198:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/mbyte.c:2199:  Line contains only semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/mbyte.c:2201:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:2202:  for should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:2202:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/mbyte.c:2203:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:2205:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:2211:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:2216:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:2225:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:2229:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:2230:  for should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:2230:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/mbyte.c:2231:  Line contains only semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/mbyte.c:2232:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:2233:  for should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:2233:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/mbyte.c:2234:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:2236:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:2241:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:2243:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:2246:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:2250:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:2263:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:2275:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:2281:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:2285:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/mbyte.c:2286:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:2288:  An else should always have braces before it  [readability/braces] [5]
src/nvim/mbyte.c:2288:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/mbyte.c:2301:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:2303:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/mbyte.c:2307:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:2316:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:2325:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:2335:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/mbyte.c:2336:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/mbyte.c:2338:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:2340:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:2348:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:2354:  End of the inner expression should have the same indent as start  [whitespace/indent] [2]
src/nvim/mbyte.c:2352:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:2356:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:2361:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:2370:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:2373:  for should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:2379:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:2387:  for should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:2393:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:2407:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:2410:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/mbyte.c:2417:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/mbyte.c:2418:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/mbyte.c:2419:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/mbyte.c:2422:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/mbyte.c:2423:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/mbyte.c:2424:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:2425:  An else should always have braces before it  [readability/braces] [5]
src/nvim/mbyte.c:2429:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:2436:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:2437:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:2443:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:2451:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/mbyte.c:2454:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:2462:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:2464:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/mbyte.c:2465:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/mbyte.c:2466:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/mbyte.c:2467:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/mbyte.c:2464:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/mbyte.c:2465:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/mbyte.c:2466:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/mbyte.c:2467:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/mbyte.c:2466:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/mbyte.c:2473:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:2478:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:2480:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:2485:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:2501:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:2503:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:2505:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/mbyte.c:2506:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:2508:  An else should always have braces before it  [readability/braces] [5]
src/nvim/mbyte.c:2513:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:2516:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:2517:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:2520:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:2526:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:2532:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:2533:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:2537:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:2538:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:2541:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:2548:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:2556:  for should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:2556:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/mbyte.c:2557:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:2567:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:2578:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:2582:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:2597:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:2609:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:2610:  Almost always, snprintf is better than strcpy  [runtime/printf] [4]
src/nvim/mbyte.c:2615:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/mbyte.c:2618:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/mbyte.c:2619:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:2621:  An else should always have braces before it  [readability/braces] [5]
src/nvim/mbyte.c:2623:  An else should always have braces before it  [readability/braces] [5]
src/nvim/mbyte.c:2634:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:2649:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:2650:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:2653:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:2654:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:2661:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:2675:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/mbyte.c:2682:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:2706:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:2710:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:2718:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:2721:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:2726:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:2730:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:2735:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:2737:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/mbyte.c:2738:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/mbyte.c:2739:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/mbyte.c:2739:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/mbyte.c:2740:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:2744:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:2746:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:2748:  An else should always have braces before it  [readability/braces] [5]
src/nvim/mbyte.c:2748:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/mbyte.c:2750:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:2756:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:2761:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:2765:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:2771:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:2775:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:2789:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:2793:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/mbyte.c:2799:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:2800:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:2803:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:2806:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:2809:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/mbyte.c:2810:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/mbyte.c:2811:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/mbyte.c:2810:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/mbyte.c:2812:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/mbyte.c:2813:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:2817:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/mbyte.c:2818:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:2821:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/mbyte.c:2822:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:2829:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:2834:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:2837:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:2837:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:2839:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:2842:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:2847:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/mbyte.c:2859:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:2876:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:2878:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:2884:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:2885:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:2890:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:2904:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:2916:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:2918:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:2925:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:2926:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:2932:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:2934:  An else should always have braces before it  [readability/braces] [5]
src/nvim/mbyte.c:2936:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:2938:  An else should always have braces before it  [readability/braces] [5]
src/nvim/mbyte.c:2942:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:2944:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:2946:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:2948:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:2950:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:2953:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:2957:  An else should always have braces before it  [readability/braces] [5]
src/nvim/mbyte.c:2957:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/mbyte.c:2958:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:2964:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:2968:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:2974:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:2986:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:3000:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:3002:  An else should always have braces before it  [readability/braces] [5]
src/nvim/mbyte.c:3004:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:3008:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:3011:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/mbyte.c:3013:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:3015:  An else should always have braces before it  [readability/braces] [5]
src/nvim/mbyte.c:3015:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/mbyte.c:3021:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:3025:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:3028:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/mbyte.c:3031:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:3032:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:3033:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:3034:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:3035:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:3036:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:3037:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:3038:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:3043:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:3047:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:3048:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:3051:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/mbyte.c:3053:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:3055:  An else should always have braces before it  [readability/braces] [5]
src/nvim/mbyte.c:3059:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:3064:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:3071:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:3073:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:3074:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:3075:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:3076:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:3077:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:3078:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:3079:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:3080:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:3088:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:3090:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:3091:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:3093:  An else should always have braces before it  [readability/braces] [5]
src/nvim/mbyte.c:3098:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:3106:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:3111:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.c:3123:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:3125:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:3133:  if should always use braces  [readability/braces] [5]
src/nvim/mbyte.c:3135:  if should always use braces  [readability/braces] [5]
src/nvim/memfile.c:143:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/memfile.c:149:  if should always use braces  [readability/braces] [5]
src/nvim/memfile.c:222:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/memfile.c:328:  if should always use braces  [readability/braces] [5]
src/nvim/memfile.c:334:  if should always use braces  [readability/braces] [5]
src/nvim/memfile.c:374:  if should always use braces  [readability/braces] [5]
src/nvim/memfile.c:382:  if should always use braces  [readability/braces] [5]
src/nvim/memfile.c:432:  for should always use braces  [readability/braces] [5]
src/nvim/memfile.c:437:  if should always use braces  [readability/braces] [5]
src/nvim/memfile.c:440:  if should always use braces  [readability/braces] [5]
src/nvim/memfile.c:445:  if should always use braces  [readability/braces] [5]
src/nvim/memfile.c:450:  if should always use braces  [readability/braces] [5]
src/nvim/memfile.c:456:  if should always use braces  [readability/braces] [5]
src/nvim/memfile.c:518:  if should always use braces  [readability/braces] [5]
src/nvim/memfile.c:520:  An else should always have braces before it  [readability/braces] [5]
src/nvim/memfile.c:523:  if should always use braces  [readability/braces] [5]
src/nvim/memfile.c:525:  An else should always have braces before it  [readability/braces] [5]
src/nvim/memfile.c:549:  if should always use braces  [readability/braces] [5]
src/nvim/memfile.c:578:  if should always use braces  [readability/braces] [5]
src/nvim/memfile.c:582:  for should always use braces  [readability/braces] [5]
src/nvim/memfile.c:583:  if should always use braces  [readability/braces] [5]
src/nvim/memfile.c:585:  if should always use braces  [readability/braces] [5]
src/nvim/memfile.c:590:  if should always use braces  [readability/braces] [5]
src/nvim/memfile.c:683:  if should always use braces  [readability/braces] [5]
src/nvim/memfile.c:721:  if should always use braces  [readability/braces] [5]
src/nvim/memfile.c:724:  if should always use braces  [readability/braces] [5]
src/nvim/memfile.c:725:  if should always use braces  [readability/braces] [5]
src/nvim/memfile.c:749:  if should always use braces  [readability/braces] [5]
src/nvim/memfile.c:751:  An else should always have braces before it  [readability/braces] [5]
src/nvim/memfile.c:760:  if should always use braces  [readability/braces] [5]
src/nvim/memfile.c:766:  if should always use braces  [readability/braces] [5]
src/nvim/memfile.c:768:  if should always use braces  [readability/braces] [5]
src/nvim/memfile.c:770:  if should always use braces  [readability/braces] [5]
src/nvim/memfile.c:782:  if should always use braces  [readability/braces] [5]
src/nvim/memfile.c:831:  if should always use braces  [readability/braces] [5]
src/nvim/memfile.c:972:  while should always use braces  [readability/braces] [5]
src/nvim/memfile.c:983:  if should always use braces  [readability/braces] [5]
src/nvim/memfile.c:999:  if should always use braces  [readability/braces] [5]
src/nvim/memfile.c:1002:  An else should always have braces before it  [readability/braces] [5]
src/nvim/memfile.c:1005:  if should always use braces  [readability/braces] [5]
src/nvim/memfile.c:1022:  while should always use braces  [readability/braces] [5]
src/nvim/memfile.c:1052:  for should always use braces  [readability/braces] [5]
src/nvim/memfile.c:1053:  if should always use braces  [readability/braces] [5]
src/nvim/memfile.c:1057:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:1:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/memline.c:5:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:72:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:73:  Found C system header after other header. Should be: c system, c++ system, other.  [build/include_order] [4]
src/nvim/memline.c:76:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:77:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:78:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:79:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:81:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:82:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:83:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:84:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:86:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:90:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:91:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:92:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:93:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:96:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:100:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:101:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:102:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:103:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/memline.c:103:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:103:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/memline.c:107:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:115:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:116:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:117:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:118:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:119:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:120:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/memline.c:120:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:126:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:137:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:138:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:138:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/memline.c:140:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:141:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:142:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:145:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:155:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:169:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:170:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:171:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:172:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:173:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:174:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:175:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:176:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:177:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:178:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:179:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:179:  Use int16_t/int64_t/etc, rather than the C type short  [runtime/int] [4]
src/nvim/memline.c:180:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:183:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:192:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:197:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:202:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:206:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:210:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:212:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:220:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:223:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:224:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:225:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:226:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:227:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:229:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:231:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:232:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:239:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:252:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:255:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:256:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:257:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:258:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:259:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:266:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:275:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:279:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:288:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:302:  Use int16_t/int64_t/etc, rather than the C type short  [runtime/int] [4]
src/nvim/memline.c:304:  Should leave no spaces after a cast: u'(char *) b0p'  [whitespace/cast] [2]
src/nvim/memline.c:318:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:326:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:329:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:332:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:343:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:346:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:349:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/memline.c:356:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:359:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:365:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:367:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:373:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:379:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/memline.c:385:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:386:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:391:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:396:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:402:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:402:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:406:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:407:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:407:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:409:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:409:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:412:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:415:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/memline.c:418:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:424:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:426:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/memline.c:432:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:435:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:438:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:451:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:455:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:469:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:483:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:486:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:489:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:490:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:495:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:501:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:508:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:509:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:510:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:512:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:515:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:517:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:523:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:528:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:529:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:529:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/memline.c:530:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/memline.c:532:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/memline.c:533:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/memline.c:534:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/memline.c:537:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:541:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:545:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/memline.c:546:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/memline.c:547:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:550:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:554:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:560:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:560:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:562:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:563:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:570:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:575:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:586:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:587:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:590:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:598:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:598:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/memline.c:603:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:629:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:639:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:642:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:644:  An else should always have braces before it  [readability/braces] [5]
src/nvim/memline.c:644:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/memline.c:645:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:647:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:647:  An else should always have braces before it  [readability/braces] [5]
src/nvim/memline.c:653:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:660:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:662:  An else should always have braces before it  [readability/braces] [5]
src/nvim/memline.c:662:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/memline.c:665:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:673:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/memline.c:673:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/memline.c:675:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:702:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:706:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:714:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:716:  An else should always have braces before it  [readability/braces] [5]
src/nvim/memline.c:720:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:729:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:731:  An else should always have braces before it  [readability/braces] [5]
src/nvim/memline.c:731:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/memline.c:733:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/memline.c:740:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:772:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/memline.c:777:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/memline.c:781:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:786:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:786:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:793:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/memline.c:794:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:796:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/memline.c:798:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:799:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/memline.c:800:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:804:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:804:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:806:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:806:  An else should always have braces before it  [readability/braces] [5]
src/nvim/memline.c:806:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/memline.c:807:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:808:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/memline.c:811:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/memline.c:812:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:815:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:816:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/memline.c:818:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:821:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:822:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:825:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:831:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:834:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:835:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:836:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:837:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:838:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:841:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:844:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/memline.c:844:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:845:  Extra space for operator !   [whitespace/operators] [4]
src/nvim/memline.c:849:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:855:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:863:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:871:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/memline.c:872:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/memline.c:871:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/memline.c:881:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/memline.c:894:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/memline.c:896:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:904:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:916:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/memline.c:917:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/memline.c:921:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:922:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:923:  An else should always have braces before it  [readability/braces] [5]
src/nvim/memline.c:927:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:935:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:940:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:940:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/memline.c:944:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/memline.c:947:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:949:  An else should always have braces before it  [readability/braces] [5]
src/nvim/memline.c:950:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/memline.c:954:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:964:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/memline.c:964:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/memline.c:970:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:975:  for should always use braces  [readability/braces] [5]
src/nvim/memline.c:975:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/memline.c:976:  Line contains only semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/memline.c:980:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:983:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:987:  while should always use braces  [readability/braces] [5]
src/nvim/memline.c:988:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/memline.c:990:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:994:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:996:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/memline.c:998:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:999:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:1005:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/memline.c:1007:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1008:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1009:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1011:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1015:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1017:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:1018:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/memline.c:1019:  An else should always have braces before it  [readability/braces] [5]
src/nvim/memline.c:1020:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/memline.c:1022:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/memline.c:1024:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:1025:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1027:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1035:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/memline.c:1037:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/memline.c:1037:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/memline.c:1038:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1040:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1041:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1043:  for should always use braces  [readability/braces] [5]
src/nvim/memline.c:1043:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/memline.c:1046:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/memline.c:1048:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/memline.c:1048:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/memline.c:1054:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/memline.c:1054:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/memline.c:1055:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/memline.c:1056:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1058:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1065:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:1066:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/memline.c:1067:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/memline.c:1068:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/memline.c:1069:  An else should always have braces before it  [readability/braces] [5]
src/nvim/memline.c:1073:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/memline.c:1075:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/memline.c:1075:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/memline.c:1077:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1077:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/memline.c:1081:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1095:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1097:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1100:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/memline.c:1103:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/memline.c:1105:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/memline.c:1105:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/memline.c:1107:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1111:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/memline.c:1112:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1118:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/memline.c:1119:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/memline.c:1118:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/memline.c:1119:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/memline.c:1120:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/memline.c:1121:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/memline.c:1125:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1128:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1134:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/memline.c:1136:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/memline.c:1135:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/memline.c:1136:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/memline.c:1137:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/memline.c:1138:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/memline.c:1141:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/memline.c:1146:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/memline.c:1147:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/memline.c:1149:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/memline.c:1151:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:1153:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/memline.c:1153:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/memline.c:1158:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1158:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:1161:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1166:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1170:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1178:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1182:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/memline.c:1185:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/memline.c:1186:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1192:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/memline.c:1198:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1202:  while should always use braces  [readability/braces] [5]
src/nvim/memline.c:1204:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/memline.c:1207:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/memline.c:1208:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:1210:  An else should always have braces before it  [readability/braces] [5]
src/nvim/memline.c:1211:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/memline.c:1214:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/memline.c:1214:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/memline.c:1215:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/memline.c:1222:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/memline.c:1224:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/memline.c:1233:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/memline.c:1235:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:1237:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1239:  Should have a space between // and comment  [whitespace/comments] [4]
src/nvim/memline.c:1243:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:1244:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/memline.c:1245:  An else should always have braces before it  [readability/braces] [5]
src/nvim/memline.c:1245:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/memline.c:1246:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/memline.c:1247:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/memline.c:1252:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1262:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/memline.c:1263:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/memline.c:1264:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1265:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1266:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1266:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/memline.c:1267:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1286:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1288:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:1290:  An else should always have braces before it  [readability/braces] [5]
src/nvim/memline.c:1296:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1301:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1308:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1315:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1318:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1323:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/memline.c:1324:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/memline.c:1325:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1327:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/memline.c:1328:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1330:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/memline.c:1331:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/memline.c:1336:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/memline.c:1336:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1336:  At least two spaces is best between code and comments  [whitespace/comments] [2]
src/nvim/memline.c:1336:  Should have a space between // and comment  [whitespace/comments] [4]
src/nvim/memline.c:1337:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/memline.c:1340:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/memline.c:1342:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/memline.c:1347:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:1349:  An else should always have braces before it  [readability/braces] [5]
src/nvim/memline.c:1350:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/memline.c:1353:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1359:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/memline.c:1371:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1376:  for should always use braces  [readability/braces] [5]
src/nvim/memline.c:1376:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/memline.c:1377:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/memline.c:1378:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1382:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:1384:  An else should always have braces before it  [readability/braces] [5]
src/nvim/memline.c:1385:  for should always use braces  [readability/braces] [5]
src/nvim/memline.c:1385:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/memline.c:1394:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1398:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:1400:  An else should always have braces before it  [readability/braces] [5]
src/nvim/memline.c:1409:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/memline.c:1410:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1417:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/memline.c:1420:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/memline.c:1423:  for should always use braces  [readability/braces] [5]
src/nvim/memline.c:1423:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/memline.c:1425:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:1432:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1448:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/memline.c:1459:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1473:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1477:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1482:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/memline.c:1486:  Use os_ctime_r(...) instead of ctime(...). If it is missing, consider implementing it; see os_localtime_r for an example.  [runtime/threadsafe_fn] [2]
src/nvim/memline.c:1487:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:1489:  An else should always have braces before it  [readability/braces] [5]
src/nvim/memline.c:1493:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1507:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:1509:  An else should always have braces before it  [readability/braces] [5]
src/nvim/memline.c:1521:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:1523:  An else should always have braces before it  [readability/braces] [5]
src/nvim/memline.c:1534:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/memline.c:1543:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/memline.c:1546:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/memline.c:1561:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/memline.c:1562:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:1564:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/memline.c:1568:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/memline.c:1569:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1572:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:1573:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1575:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:1576:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/memline.c:1577:  An else should always have braces before it  [readability/braces] [5]
src/nvim/memline.c:1579:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/memline.c:1580:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/memline.c:1585:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1595:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:1596:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1598:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1599:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1603:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1611:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/memline.c:1612:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/memline.c:1613:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1613:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/memline.c:1618:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/memline.c:1619:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1619:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:1625:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1644:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:1649:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1651:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/memline.c:1653:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1654:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1657:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1660:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1683:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1684:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1685:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:1687:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1693:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:1695:  An else should always have braces before it  [readability/braces] [5]
src/nvim/memline.c:1700:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1707:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1715:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/memline.c:1718:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1723:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/memline.c:1726:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1733:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/memline.c:1736:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1744:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1746:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1748:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/memline.c:1750:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/memline.c:1756:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1756:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:1759:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1759:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:1762:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1771:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1778:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1780:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/memline.c:1782:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/memline.c:1795:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:1801:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1810:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1822:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/memline.c:1823:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/memline.c:1824:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1825:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1826:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1826:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/memline.c:1827:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1830:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1831:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:1831:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/memline.c:1834:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:1836:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/memline.c:1839:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1843:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/memline.c:1844:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/memline.c:1846:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1847:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1848:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1848:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/memline.c:1849:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1852:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:1855:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:1857:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/memline.c:1860:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/memline.c:1861:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/memline.c:1863:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1864:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1865:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1866:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1867:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1871:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1874:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1877:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1884:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1885:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:1888:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:1891:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:1892:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1893:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1898:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1903:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:1904:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/memline.c:1909:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1909:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:1910:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1911:  An else should always have braces before it  [readability/braces] [5]
src/nvim/memline.c:1913:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1918:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1927:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1932:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/memline.c:1933:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/memline.c:1934:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:1937:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1938:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1945:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/memline.c:1947:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1948:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1953:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/memline.c:1955:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1959:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1960:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1964:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:1966:  An else should always have braces before it  [readability/braces] [5]
src/nvim/memline.c:1969:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/memline.c:1970:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/memline.c:1971:  for should always use braces  [readability/braces] [5]
src/nvim/memline.c:1971:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/memline.c:1974:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1974:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/memline.c:1977:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1981:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:1984:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1988:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:1990:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:1991:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2006:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2007:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2017:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2025:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2027:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/memline.c:2028:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2029:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2031:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:2032:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2032:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/memline.c:2033:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2034:  An else should always have braces before it  [readability/braces] [5]
src/nvim/memline.c:2034:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/memline.c:2039:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2039:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/memline.c:2042:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2042:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/memline.c:2050:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2055:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2068:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2075:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:2079:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/memline.c:2080:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/memline.c:2082:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2086:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2091:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/memline.c:2092:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/memline.c:2097:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2100:  for should always use braces  [readability/braces] [5]
src/nvim/memline.c:2101:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/memline.c:2107:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2114:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:2117:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/memline.c:2118:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/memline.c:2121:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2124:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2126:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:2128:  An else should always have braces before it  [readability/braces] [5]
src/nvim/memline.c:2134:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2140:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:2142:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:2146:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2153:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2155:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2159:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/memline.c:2162:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:2164:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2170:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2174:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2176:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:2178:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/memline.c:2179:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/memline.c:2180:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/memline.c:2188:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:2190:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:2194:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2197:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/memline.c:2198:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2200:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2203:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/memline.c:2206:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2210:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2211:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2217:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2219:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2219:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:2223:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:2226:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2238:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2239:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2243:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2243:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/memline.c:2245:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2252:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/memline.c:2253:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/memline.c:2259:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:2271:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:2276:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2280:  for should always use braces  [readability/braces] [5]
src/nvim/memline.c:2280:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/memline.c:2283:  for should always use braces  [readability/braces] [5]
src/nvim/memline.c:2283:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/memline.c:2295:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2300:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2304:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2309:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2322:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2322:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:2325:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2326:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:2326:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/memline.c:2332:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2332:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:2333:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2334:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2334:  An else should always have braces before it  [readability/braces] [5]
src/nvim/memline.c:2335:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2343:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2364:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2372:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:2375:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:2378:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2381:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2382:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:2386:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/memline.c:2392:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2398:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:2401:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:2405:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2410:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/memline.c:2413:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2413:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:2415:  An else should always have braces before it  [readability/braces] [5]
src/nvim/memline.c:2419:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2428:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2432:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/memline.c:2433:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2436:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:2438:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2445:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2445:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:2447:  An else should always have braces before it  [readability/braces] [5]
src/nvim/memline.c:2447:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/memline.c:2448:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2448:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:2450:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/memline.c:2453:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2454:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2460:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/memline.c:2467:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2472:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/memline.c:2474:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2478:  for should always use braces  [readability/braces] [5]
src/nvim/memline.c:2478:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/memline.c:2483:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/memline.c:2485:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2495:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2502:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2503:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:2505:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2507:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:2510:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2515:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:2516:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2523:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2533:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:2534:  Should leave no spaces after a cast: u'(linenr_T) 0'  [whitespace/cast] [2]
src/nvim/memline.c:2536:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2541:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2546:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:2547:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2551:  for should always use braces  [readability/braces] [5]
src/nvim/memline.c:2552:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/memline.c:2561:  Should leave no spaces after a cast: u'(linenr_T) 0'  [whitespace/cast] [2]
src/nvim/memline.c:2564:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2574:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2574:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:2577:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2581:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2586:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:2587:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2591:  for should always use braces  [readability/braces] [5]
src/nvim/memline.c:2592:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/memline.c:2603:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2620:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/memline.c:2622:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:2623:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2626:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2627:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:2629:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/memline.c:2635:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:2637:  An else should always have braces before it  [readability/braces] [5]
src/nvim/memline.c:2637:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/memline.c:2642:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2642:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:2644:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2644:  An else should always have braces before it  [readability/braces] [5]
src/nvim/memline.c:2647:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2649:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2653:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2656:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2658:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/memline.c:2659:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/memline.c:2661:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2662:  for should always use braces  [readability/braces] [5]
src/nvim/memline.c:2662:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/memline.c:2667:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2671:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2674:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2677:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2684:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2686:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/memline.c:2685:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/memline.c:2687:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/memline.c:2692:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/memline.c:2698:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2714:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2728:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2760:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2772:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2774:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/memline.c:2775:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/memline.c:2777:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/memline.c:2778:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/memline.c:2784:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/memline.c:2787:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2791:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:2795:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2795:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:2798:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2803:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2804:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/memline.c:2810:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2810:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/memline.c:2814:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:2815:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2815:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/memline.c:2816:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2816:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/memline.c:2817:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2819:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2823:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:2826:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2829:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:2830:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/memline.c:2831:  An else should always have braces before it  [readability/braces] [5]
src/nvim/memline.c:2832:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/memline.c:2835:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2844:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2855:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2857:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/memline.c:2858:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/memline.c:2868:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2876:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/memline.c:2883:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2884:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:2886:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/memline.c:2888:  An else should always have braces before it  [readability/braces] [5]
src/nvim/memline.c:2894:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/memline.c:2897:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/memline.c:2905:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2910:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:2912:  An else should always have braces before it  [readability/braces] [5]
src/nvim/memline.c:2918:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2927:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2929:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2940:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2958:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/memline.c:2960:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:2962:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2975:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2988:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:2991:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:2995:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:3004:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:3007:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:3010:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:3014:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:3019:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:3025:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:3027:  An else should always have braces before it  [readability/braces] [5]
src/nvim/memline.c:3027:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/memline.c:3031:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:3037:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:3042:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/memline.c:3046:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:3050:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/memline.c:3059:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/memline.c:3059:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:3059:  Lines should very rarely be longer than 100 characters  [whitespace/line_length] [4]
src/nvim/memline.c:3059:  At least two spaces is best between code and comments  [whitespace/comments] [2]
src/nvim/memline.c:3059:  Should have a space between // and comment  [whitespace/comments] [4]
src/nvim/memline.c:3061:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/memline.c:3062:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/memline.c:3069:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:3071:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:3077:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/memline.c:3078:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:3078:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:3086:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:3099:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/memline.c:3101:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:3111:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:3113:  An else should always have braces before it  [readability/braces] [5]
src/nvim/memline.c:3114:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:3114:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:3115:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/memline.c:3116:  An else should always have braces before it  [readability/braces] [5]
src/nvim/memline.c:3116:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/memline.c:3119:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/memline.c:3121:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/memline.c:3125:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/memline.c:3132:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:3135:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/memline.c:3136:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/memline.c:3137:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:3138:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:3144:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/memline.c:3157:  Use os_ctime_r(...) instead of ctime(...). If it is missing, consider implementing it; see os_localtime_r for an example.  [runtime/threadsafe_fn] [2]
src/nvim/memline.c:3158:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:3160:  An else should always have braces before it  [readability/braces] [5]
src/nvim/memline.c:3162:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:3165:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:3179:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/memline.c:3183:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:3196:  Should leave no spaces after a cast: u'(char *) fname'  [whitespace/cast] [2]
src/nvim/memline.c:3199:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:3201:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/memline.c:3202:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/memline.c:3203:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/memline.c:3249:  Should leave no spaces after a cast: u'(char *) buf'  [whitespace/cast] [2]
src/nvim/memline.c:3251:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:3257:  Should leave no spaces after a cast: u'(char_u **) dirp'  [whitespace/cast] [2]
src/nvim/memline.c:3259:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:3266:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:3266:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:3268:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:3282:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:3285:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:3288:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:3291:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:3292:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:3302:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/memline.c:3304:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:3311:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:3319:  Should leave no spaces after a cast: u'(char_u *) fname'  [whitespace/cast] [2]
src/nvim/memline.c:3320:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:3325:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/memline.c:3326:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/memline.c:3330:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:3336:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/memline.c:3337:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/memline.c:3344:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:3346:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/memline.c:3351:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/memline.c:3353:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:3358:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:3359:  Should leave no spaces after a cast: u'(char_u *) buf_fname'  [whitespace/cast] [2]
src/nvim/memline.c:3360:  Should leave no spaces after a cast: u'(char_u *) fname'  [whitespace/cast] [2]
src/nvim/memline.c:3363:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:3364:  Should leave no spaces after a cast: u'(char_u *) fname'  [whitespace/cast] [2]
src/nvim/memline.c:3366:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:3368:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/memline.c:3380:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/memline.c:3379:  Should leave no spaces after a cast: u'(char_u *) fname'  [whitespace/cast] [2]
src/nvim/memline.c:3383:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/memline.c:3384:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/memline.c:3388:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/memline.c:3389:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/memline.c:3392:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/memline.c:3394:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/memline.c:3393:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/memline.c:3394:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/memline.c:3397:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:3398:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:3402:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:3410:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/memline.c:3425:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/memline.c:3435:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:3436:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:3437:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/memline.c:3439:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
src/nvim/memline.c:3444:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:3450:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:3451:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:3457:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:3457:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/memline.c:3460:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:3460:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/memline.c:3463:  Should leave no spaces after a cast: u'(char_u *) dir_name'  [whitespace/cast] [2]
src/nvim/memline.c:3484:  Use int16_t/int64_t/etc, rather than the C type short  [runtime/int] [4]
src/nvim/memline.c:3488:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:3537:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/memline.c:3538:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:3539:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:3543:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:3544:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:3545:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:3546:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:3547:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:3548:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:3555:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:3566:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:3569:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:3573:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/memline.c:3574:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/memline.c:3575:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:3578:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:3582:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:3583:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/memline.c:3584:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/memline.c:3587:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:3617:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:3628:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:3644:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:3645:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:3647:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:3669:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:3680:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:3690:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:3698:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/memline.c:3699:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/memline.c:3705:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:3711:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:3717:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:3722:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/memline.c:3726:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:3732:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/memline.c:3733:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/memline.c:3734:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/memline.c:3735:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:3749:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:3749:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:3751:  An else should always have braces before it  [readability/braces] [5]
src/nvim/memline.c:3753:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:3769:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:3774:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:3784:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:3794:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:3796:  An else should always have braces before it  [readability/braces] [5]
src/nvim/memline.c:3808:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:3817:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/memline.c:3826:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:3832:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/memline.c:3833:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/memline.c:3834:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/memline.c:3844:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:3857:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:3866:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:3869:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:3874:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:3876:  An else should always have braces before it  [readability/braces] [5]
src/nvim/memline.c:3878:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:3879:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:3880:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:3895:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:3901:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:3908:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:3908:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:3910:  An else should always have braces before it  [readability/braces] [5]
src/nvim/memline.c:3912:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:3914:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:3916:  An else should always have braces before it  [readability/braces] [5]
src/nvim/memline.c:3923:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:3935:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:3937:  An else should always have braces before it  [readability/braces] [5]
src/nvim/memline.c:3939:  An else should always have braces before it  [readability/braces] [5]
src/nvim/memline.c:3943:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:3944:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:3951:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:3952:  if should always use braces  [readability/braces] [5]
src/nvim/memline.c:3955:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline.c:3986:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/memory.c:1:  Weird number of spaces at line-start.  Are you using a 2-space indent?  [whitespace/indent] [3]
src/nvim/memory.c:36:  if should always use braces  [readability/braces] [5]
src/nvim/memory.c:169:  Missing space before asterisk in char*  [whitespace/operators] [2]
src/nvim/memory.c:293:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/memory.c:317:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/memory.c:394:  Should leave no spaces after a cast: u'(uint8_t *) src'  [whitespace/cast] [2]
src/nvim/memory.c:425:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memory.c:432:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memory.c:435:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memory.c:484:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memory.c:496:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memory.c:498:  if should always use braces  [readability/braces] [5]
src/nvim/memory.c:505:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memory.c:507:  if should always use braces  [readability/braces] [5]
src/nvim/memory.c:509:  if should always use braces  [readability/braces] [5]
src/nvim/memory.c:512:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memory.c:515:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memory.c:518:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memory.c:522:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memory.c:535:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memory.c:552:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memory.c:554:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memory.c:559:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memory.c:564:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memory.c:569:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memory.c:572:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memory.c:575:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memory.c:581:  if should always use braces  [readability/braces] [5]
src/nvim/memory.c:582:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memory.c:583:  An else should always have braces before it  [readability/braces] [5]
src/nvim/memory.c:589:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memory.c:595:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memory.c:603:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memory.c:604:  for should always use braces  [readability/braces] [5]
src/nvim/memory.c:605:  if should always use braces  [readability/braces] [5]
src/nvim/memory.c:610:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:1:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:28:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:38:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:39:  Missing space after {  [whitespace/braces] [5]
src/nvim/menu.c:39:  Missing space before }  [whitespace/braces] [5]
src/nvim/menu.c:47:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:50:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/menu.c:51:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/menu.c:52:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:67:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/menu.c:67:  Multi-line string ("...") found.  This lint script doesn't do well with such strings, and may give bogus warnings.  Use C++11 raw strings or concatenation instead.  [readability/multiline_string] [5]
src/nvim/menu.c:67:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:67:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/menu.c:94:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:98:  if should always use braces  [readability/braces] [5]
src/nvim/menu.c:108:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:111:  for should always use braces  [readability/braces] [5]
src/nvim/menu.c:111:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/menu.c:112:  if should always use braces  [readability/braces] [5]
src/nvim/menu.c:115:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/menu.c:117:  if should always use braces  [readability/braces] [5]
src/nvim/menu.c:119:  if should always use braces  [readability/braces] [5]
src/nvim/menu.c:120:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/menu.c:126:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/menu.c:128:  while should always use braces  [readability/braces] [5]
src/nvim/menu.c:130:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:132:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:136:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/menu.c:139:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/menu.c:143:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:160:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:172:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:177:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:177:  if should always use braces  [readability/braces] [5]
src/nvim/menu.c:181:  for should always use braces  [readability/braces] [5]
src/nvim/menu.c:181:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/menu.c:190:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:193:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:193:  if should always use braces  [readability/braces] [5]
src/nvim/menu.c:196:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:200:  for should always use braces  [readability/braces] [5]
src/nvim/menu.c:200:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/menu.c:203:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/menu.c:208:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:209:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/menu.c:211:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:215:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:228:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/menu.c:228:  Closing ) should be moved to the previous line  [whitespace/parens] [2]
src/nvim/menu.c:230:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:234:  for should always use braces  [readability/braces] [5]
src/nvim/menu.c:234:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/menu.c:250:  Line contains only semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/menu.c:253:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:256:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/menu.c:257:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/menu.c:260:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/menu.c:259:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/menu.c:259:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:284:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:290:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:297:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/menu.c:301:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:306:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:312:  if should always use braces  [readability/braces] [5]
src/nvim/menu.c:318:  if should always use braces  [readability/braces] [5]
src/nvim/menu.c:326:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:347:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:353:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:365:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:376:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:393:  if should always use braces  [readability/braces] [5]
src/nvim/menu.c:394:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/menu.c:398:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:404:  if should always use braces  [readability/braces] [5]
src/nvim/menu.c:410:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:411:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/menu.c:413:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:437:  Extra space before )  [whitespace/parens] [2]
src/nvim/menu.c:439:  if should always use braces  [readability/braces] [5]
src/nvim/menu.c:441:  An else should always have braces before it  [readability/braces] [5]
src/nvim/menu.c:441:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/menu.c:448:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:453:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/menu.c:466:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:469:  if should always use braces  [readability/braces] [5]
src/nvim/menu.c:471:  An else should always have braces before it  [readability/braces] [5]
src/nvim/menu.c:473:  for should always use braces  [readability/braces] [5]
src/nvim/menu.c:474:  Line contains only semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/menu.c:475:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:475:  if should always use braces  [readability/braces] [5]
src/nvim/menu.c:483:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:487:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/menu.c:491:  if should always use braces  [readability/braces] [5]
src/nvim/menu.c:492:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:494:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:497:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:505:  if should always use braces  [readability/braces] [5]
src/nvim/menu.c:508:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/menu.c:510:  An else should always have braces before it  [readability/braces] [5]
src/nvim/menu.c:513:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:518:  if should always use braces  [readability/braces] [5]
src/nvim/menu.c:532:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:536:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/menu.c:537:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/menu.c:541:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:548:  if should always use braces  [readability/braces] [5]
src/nvim/menu.c:549:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:551:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:554:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:558:  if should always use braces  [readability/braces] [5]
src/nvim/menu.c:563:  if should always use braces  [readability/braces] [5]
src/nvim/menu.c:566:  if should always use braces  [readability/braces] [5]
src/nvim/menu.c:571:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:576:  if should always use braces  [readability/braces] [5]
src/nvim/menu.c:579:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:582:  if should always use braces  [readability/braces] [5]
src/nvim/menu.c:584:  if should always use braces  [readability/braces] [5]
src/nvim/menu.c:586:  An else should always have braces before it  [readability/braces] [5]
src/nvim/menu.c:588:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/menu.c:593:  if should always use braces  [readability/braces] [5]
src/nvim/menu.c:599:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:602:  for should always use braces  [readability/braces] [5]
src/nvim/menu.c:608:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:617:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:628:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:636:  for should always use braces  [readability/braces] [5]
src/nvim/menu.c:639:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
src/nvim/menu.c:642:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:650:  for should always use braces  [readability/braces] [5]
src/nvim/menu.c:651:  if should always use braces  [readability/braces] [5]
src/nvim/menu.c:653:  if should always use braces  [readability/braces] [5]
src/nvim/menu.c:658:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:671:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:676:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:701:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:702:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:709:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:717:  if should always use braces  [readability/braces] [5]
src/nvim/menu.c:722:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:722:  if should always use braces  [readability/braces] [5]
src/nvim/menu.c:724:  for should always use braces  [readability/braces] [5]
src/nvim/menu.c:730:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:735:  for should always use braces  [readability/braces] [5]
src/nvim/menu.c:738:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:738:  if should always use braces  [readability/braces] [5]
src/nvim/menu.c:740:  for should always use braces  [readability/braces] [5]
src/nvim/menu.c:743:  if should always use braces  [readability/braces] [5]
src/nvim/menu.c:745:  An else should always have braces before it  [readability/braces] [5]
src/nvim/menu.c:747:  An else should always have braces before it  [readability/braces] [5]
src/nvim/menu.c:749:  if should always use braces  [readability/braces] [5]
src/nvim/menu.c:751:  An else should always have braces before it  [readability/braces] [5]
src/nvim/menu.c:753:  if should always use braces  [readability/braces] [5]
src/nvim/menu.c:755:  An else should always have braces before it  [readability/braces] [5]
src/nvim/menu.c:758:  if should always use braces  [readability/braces] [5]
src/nvim/menu.c:760:  An else should always have braces before it  [readability/braces] [5]
src/nvim/menu.c:761:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/menu.c:767:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/menu.c:770:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:771:  for should always use braces  [readability/braces] [5]
src/nvim/menu.c:772:  if should always use braces  [readability/braces] [5]
src/nvim/menu.c:778:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:783:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:785:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:788:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/menu.c:801:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:802:  for should always use braces  [readability/braces] [5]
src/nvim/menu.c:802:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/menu.c:803:  if should always use braces  [readability/braces] [5]
src/nvim/menu.c:807:  if should always use braces  [readability/braces] [5]
src/nvim/menu.c:810:  An else should always have braces before it  [readability/braces] [5]
src/nvim/menu.c:813:  An else should always have braces before it  [readability/braces] [5]
src/nvim/menu.c:817:  while should always use braces  [readability/braces] [5]
src/nvim/menu.c:818:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/menu.c:822:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/menu.c:823:  if should always use braces  [readability/braces] [5]
src/nvim/menu.c:825:  An else should always have braces before it  [readability/braces] [5]
src/nvim/menu.c:832:  if should always use braces  [readability/braces] [5]
src/nvim/menu.c:833:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:834:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:835:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:841:  if should always use braces  [readability/braces] [5]
src/nvim/menu.c:846:  Should leave no spaces after a cast: u'(size_t) ('  [whitespace/cast] [2]
src/nvim/menu.c:855:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:858:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:870:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:882:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:882:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/menu.c:887:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:895:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/menu.c:897:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:899:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/menu.c:902:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:903:  while should always use braces  [readability/braces] [5]
src/nvim/menu.c:908:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:908:  if should always use braces  [readability/braces] [5]
src/nvim/menu.c:911:  if should always use braces  [readability/braces] [5]
src/nvim/menu.c:912:  if should always use braces  [readability/braces] [5]
src/nvim/menu.c:914:  An else should always have braces before it  [readability/braces] [5]
src/nvim/menu.c:914:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/menu.c:916:  if should always use braces  [readability/braces] [5]
src/nvim/menu.c:917:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/menu.c:919:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/menu.c:922:  if should always use braces  [readability/braces] [5]
src/nvim/menu.c:923:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:931:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:939:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:941:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/menu.c:943:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:945:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/menu.c:948:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:949:  while should always use braces  [readability/braces] [5]
src/nvim/menu.c:951:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/menu.c:952:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/menu.c:953:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/menu.c:950:  Extra space after (  [whitespace/parens] [2]
src/nvim/menu.c:951:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/menu.c:952:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/menu.c:953:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/menu.c:953:  Closing ) should be moved to the previous line  [whitespace/parens] [2]
src/nvim/menu.c:956:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:956:  if should always use braces  [readability/braces] [5]
src/nvim/menu.c:961:  if should always use braces  [readability/braces] [5]
src/nvim/menu.c:963:  An else should always have braces before it  [readability/braces] [5]
src/nvim/menu.c:963:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/menu.c:965:  if should always use braces  [readability/braces] [5]
src/nvim/menu.c:966:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/menu.c:968:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:973:  if should always use braces  [readability/braces] [5]
src/nvim/menu.c:975:  An else should always have braces before it  [readability/braces] [5]
src/nvim/menu.c:975:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/menu.c:977:  if should always use braces  [readability/braces] [5]
src/nvim/menu.c:978:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/menu.c:981:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/menu.c:984:  if should always use braces  [readability/braces] [5]
src/nvim/menu.c:985:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:993:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:1005:  if should always use braces  [readability/braces] [5]
src/nvim/menu.c:1009:  if should always use braces  [readability/braces] [5]
src/nvim/menu.c:1014:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:1020:  if should always use braces  [readability/braces] [5]
src/nvim/menu.c:1023:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/menu.c:1031:  for should always use braces  [readability/braces] [5]
src/nvim/menu.c:1031:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/menu.c:1032:  if should always use braces  [readability/braces] [5]
src/nvim/menu.c:1038:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:1046:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/menu.c:1047:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/menu.c:1049:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:1057:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:1060:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:1063:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:1066:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:1069:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:1073:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:1075:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:1078:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:1084:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:1088:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:1090:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/menu.c:1091:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:1091:  if should always use braces  [readability/braces] [5]
src/nvim/menu.c:1093:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:1093:  An else should always have braces before it  [readability/braces] [5]
src/nvim/menu.c:1098:  if should always use braces  [readability/braces] [5]
src/nvim/menu.c:1100:  if should always use braces  [readability/braces] [5]
src/nvim/menu.c:1105:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:1140:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:1143:  if should always use braces  [readability/braces] [5]
src/nvim/menu.c:1147:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/menu.c:1150:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:1154:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:1154:  if should always use braces  [readability/braces] [5]
src/nvim/menu.c:1156:  if should always use braces  [readability/braces] [5]
src/nvim/menu.c:1165:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:1175:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:1184:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:1192:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:1201:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:1209:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:1227:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:1243:  if should always use braces  [readability/braces] [5]
src/nvim/menu.c:1254:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:1263:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:1274:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:1280:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:1286:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:1295:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:1296:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/menu.c:1297:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/menu.c:1304:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:1306:  if should always use braces  [readability/braces] [5]
src/nvim/menu.c:1307:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/menu.c:1314:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:1316:  if should always use braces  [readability/braces] [5]
src/nvim/menu.c:1318:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/menu.c:1319:  An else should always have braces before it  [readability/braces] [5]
src/nvim/menu.c:1321:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/menu.c:1321:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/menu.c:1322:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/menu.c:1326:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:1331:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:1332:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:1333:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:1339:  Missing space before asterisk in menutrans_T*  [whitespace/operators] [2]
src/nvim/menu.c:1344:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:1354:  if should always use braces  [readability/braces] [5]
src/nvim/menu.c:1357:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:1363:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:1366:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:1372:  if should always use braces  [readability/braces] [5]
src/nvim/menu.c:1374:  An else should always have braces before it  [readability/braces] [5]
src/nvim/menu.c:1374:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/menu.c:1383:  Missing space before asterisk in menutrans_T*  [whitespace/operators] [2]
src/nvim/menu.c:1391:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:1397:  if should always use braces  [readability/braces] [5]
src/nvim/menu.c:1398:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/menu.c:1399:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/menu.c:1404:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:1419:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:1435:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:1442:  for should always use braces  [readability/braces] [5]
src/nvim/menu.c:1443:  if should always use braces  [readability/braces] [5]
src/nvim/menu.c:1447:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.c:1456:  if should always use braces  [readability/braces] [5]
src/nvim/menu.c:1458:  An else should always have braces before it  [readability/braces] [5]
src/nvim/menu.c:1464:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:1:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:38:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:46:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:47:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:48:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:49:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:52:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:56:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:56:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/message.c:60:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:61:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:68:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/message.c:70:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:106:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:113:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/message.c:116:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:124:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/message.c:132:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/message.c:136:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/message.c:139:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:148:  Should leave no spaces after a cast: u'(char *) s'  [whitespace/cast] [2]
src/nvim/message.c:151:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:156:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:157:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/message.c:158:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/message.c:160:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:162:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:169:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:171:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:174:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:176:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/message.c:177:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:184:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:189:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/message.c:193:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:198:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/message.c:200:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:207:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:211:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:212:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:214:  An else should always have braces before it  [readability/braces] [5]
src/nvim/message.c:215:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:218:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:219:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:222:  An else should always have braces before it  [readability/braces] [5]
src/nvim/message.c:223:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:225:  An else should always have braces before it  [readability/braces] [5]
src/nvim/message.c:234:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:250:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:251:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/message.c:253:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:258:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:262:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:264:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:270:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:273:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:282:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:287:  while should always use braces  [readability/braces] [5]
src/nvim/message.c:287:  Empty loop bodies should use {} or continue  [whitespace/empty_loop_body] [5]
src/nvim/message.c:289:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:295:  for should always use braces  [readability/braces] [5]
src/nvim/message.c:295:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/message.c:299:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:303:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:308:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:312:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:337:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:344:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:355:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:361:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:363:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/message.c:365:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/message.c:368:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:380:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/message.c:386:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:395:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:402:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/message.c:408:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:417:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/message.c:427:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:430:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:433:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:435:  An else should always have braces before it  [readability/braces] [5]
src/nvim/message.c:438:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/message.c:441:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:449:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:453:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/message.c:454:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/message.c:457:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:488:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:503:  Should leave no spaces after a cast: u'(char *) s'  [whitespace/cast] [2]
src/nvim/message.c:505:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:529:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/message.c:552:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:557:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:560:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:560:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/message.c:578:  Should leave no spaces after a cast: u'(char *) IObuff'  [whitespace/cast] [2]
src/nvim/message.c:584:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:594:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:599:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/message.c:601:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/message.c:603:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:608:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:624:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:625:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:632:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/message.c:641:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/message.c:643:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:647:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:650:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:651:  while should always use braces  [readability/braces] [5]
src/nvim/message.c:654:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:656:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:658:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:660:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/message.c:661:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/message.c:663:  while should always use braces  [readability/braces] [5]
src/nvim/message.c:664:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/message.c:668:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:671:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:673:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/message.c:676:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:684:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:688:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:694:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/message.c:698:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:705:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/message.c:707:  for should always use braces  [readability/braces] [5]
src/nvim/message.c:708:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:711:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/message.c:714:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:720:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/message.c:721:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/message.c:728:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:743:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:743:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/message.c:746:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:748:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:751:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:757:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:759:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/message.c:761:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:766:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:766:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/message.c:769:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:770:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/message.c:771:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/message.c:773:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:774:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:775:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/message.c:777:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:794:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:798:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:800:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/message.c:801:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/message.c:803:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:808:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/message.c:811:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:812:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/message.c:813:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/message.c:814:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/message.c:819:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:828:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:829:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:831:  An else should always have braces before it  [readability/braces] [5]
src/nvim/message.c:831:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/message.c:832:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/message.c:839:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:840:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/message.c:841:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/message.c:846:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/message.c:865:  Closing ) should be moved to the previous line  [whitespace/parens] [2]
src/nvim/message.c:867:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:870:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:873:  An else should always have braces before it  [readability/braces] [5]
src/nvim/message.c:874:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:877:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/message.c:877:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:877:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/message.c:881:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/message.c:883:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:888:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:890:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:890:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/message.c:891:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/message.c:894:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:900:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:903:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/message.c:904:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/message.c:905:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:905:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/message.c:906:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:911:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:914:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:917:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/message.c:922:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:929:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:929:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/message.c:930:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:930:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:932:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:936:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:941:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:947:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:949:  An else should always have braces before it  [readability/braces] [5]
src/nvim/message.c:951:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/message.c:955:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:960:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/message.c:964:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:968:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:970:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/message.c:974:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:979:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:981:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/message.c:982:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:985:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:988:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:988:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/message.c:991:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:992:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:996:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:1002:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/message.c:1029:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/message.c:1052:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:1073:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:1098:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:1104:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:1106:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:1109:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:1114:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:1115:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:1117:  An else should always have braces before it  [readability/braces] [5]
src/nvim/message.c:1119:  An else should always have braces before it  [readability/braces] [5]
src/nvim/message.c:1123:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:1124:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:1126:  An else should always have braces before it  [readability/braces] [5]
src/nvim/message.c:1126:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/message.c:1127:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:1129:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:1131:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/message.c:1141:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:1143:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:1145:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/message.c:1149:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/message.c:1150:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/message.c:1151:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/message.c:1155:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:1156:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:1168:  for should always use braces  [readability/braces] [5]
src/nvim/message.c:1168:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/message.c:1169:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:1173:  for should always use braces  [readability/braces] [5]
src/nvim/message.c:1173:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/message.c:1178:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:1193:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/message.c:1195:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:1206:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:1209:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/message.c:1210:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/message.c:1213:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:1215:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/message.c:1216:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/message.c:1222:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:1227:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/message.c:1229:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:1236:  while should always use braces  [readability/braces] [5]
src/nvim/message.c:1242:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:1248:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/message.c:1250:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:1257:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/message.c:1262:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:1265:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:1279:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:1279:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:1282:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:1282:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:1283:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/message.c:1289:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:1295:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:1299:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/message.c:1302:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:1304:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:1311:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:1320:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/message.c:1321:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:1326:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:1335:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:1342:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:1343:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/message.c:1345:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:1348:  while should always use braces  [readability/braces] [5]
src/nvim/message.c:1349:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/message.c:1352:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:1354:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:1359:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/message.c:1360:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:1362:  An else should always have braces before it  [readability/braces] [5]
src/nvim/message.c:1381:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:1400:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/message.c:1406:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:1418:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:1427:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:1435:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:1435:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/message.c:1438:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/message.c:1439:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/message.c:1440:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:1450:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/message.c:1456:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/message.c:1462:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:1476:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:1500:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:1548:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:1555:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:1556:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:1590:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:1591:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:1594:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:1598:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:1598:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:1601:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:1606:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:1607:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:1609:  An else should always have braces before it  [readability/braces] [5]
src/nvim/message.c:1612:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/message.c:1614:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/message.c:1615:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/message.c:1616:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/message.c:1618:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:1619:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:1620:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/message.c:1623:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:1623:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/message.c:1624:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:1626:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/message.c:1627:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:1628:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/message.c:1630:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:1634:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:1635:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/message.c:1638:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:1640:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:1644:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:1646:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:1654:  Line contains only semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/message.c:1655:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:1657:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:1660:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:1661:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:1662:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/message.c:1664:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:1665:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:1665:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/message.c:1666:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:1668:  An else should always have braces before it  [readability/braces] [5]
src/nvim/message.c:1670:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:1670:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:1672:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:1674:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:1675:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:1676:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/message.c:1677:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:1686:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:1687:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:1689:  An else should always have braces before it  [readability/braces] [5]
src/nvim/message.c:1705:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:1706:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:1712:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/message.c:1715:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:1716:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:1718:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:1719:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/message.c:1724:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:1729:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:1733:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:1739:  Should leave no spaces after a cast: u'(char *) sourcing_name'  [whitespace/cast] [2]
src/nvim/message.c:1750:  Should leave no spaces after a cast: u'(int64_t) sourcing_lnum'  [whitespace/cast] [2]
src/nvim/message.c:1759:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:1762:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:1762:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/message.c:1764:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:1768:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/message.c:1769:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:1770:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:1773:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:1780:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/message.c:1800:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/message.c:1801:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/message.c:1807:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:1812:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/message.c:1815:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:1830:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:1837:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:1844:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/message.c:1848:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:1855:  while should always use braces  [readability/braces] [5]
src/nvim/message.c:1860:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:1865:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:1866:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/message.c:1869:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:1882:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:1882:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:1883:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/message.c:1884:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/message.c:1885:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:1892:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:1897:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:1898:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:1898:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/message.c:1902:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:1904:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:1905:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/message.c:1908:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/message.c:1961:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:1974:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/message.c:1988:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:1990:  for should always use braces  [readability/braces] [5]
src/nvim/message.c:1991:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/message.c:1997:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:1998:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/message.c:2000:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:2004:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:2006:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/message.c:2012:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:2019:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:2026:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:2030:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:2034:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:2039:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:2046:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:2050:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:2055:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:2057:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:2060:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:2061:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:2061:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/message.c:2062:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:2062:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/message.c:2064:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:2065:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:2069:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:2070:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/message.c:2072:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/message.c:2073:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/message.c:2075:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:2080:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:2081:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/message.c:2087:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:2088:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:2090:  An else should always have braces before it  [readability/braces] [5]
src/nvim/message.c:2092:  An else should always have braces before it  [readability/braces] [5]
src/nvim/message.c:2095:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:2096:  for should always use braces  [readability/braces] [5]
src/nvim/message.c:2097:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/message.c:2101:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:2102:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/message.c:2103:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:2106:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:2108:  An else should always have braces before it  [readability/braces] [5]
src/nvim/message.c:2113:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/message.c:2114:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:2117:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:2119:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/message.c:2121:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/message.c:2127:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:2129:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:2133:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/message.c:2135:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/message.c:2140:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:2142:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/message.c:2143:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/message.c:2147:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:2154:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:2178:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:2188:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:2197:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:2198:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/message.c:2207:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/message.c:2209:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:2216:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:2222:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:2222:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/message.c:2226:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:2234:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:2245:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:2247:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:2253:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:2253:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/message.c:2258:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/message.c:2263:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/message.c:2275:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:2277:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/message.c:2278:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/message.c:2281:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:2288:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:2288:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/message.c:2291:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:2294:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:2297:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:2300:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/message.c:2309:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:2315:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:2319:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:2335:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:2345:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:2352:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:2359:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/message.c:2360:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/message.c:2363:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/message.c:2366:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:2373:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/message.c:2374:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/message.c:2378:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:2400:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:2401:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:2404:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:2405:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:2409:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:2434:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:2436:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:2437:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:2439:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:2441:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:2443:  An else should always have braces before it  [readability/braces] [5]
src/nvim/message.c:2445:  An else should always have braces before it  [readability/braces] [5]
src/nvim/message.c:2446:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/message.c:2447:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/message.c:2450:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:2450:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:2459:  Line contains only semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/message.c:2462:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:2468:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:2469:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/message.c:2472:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:2478:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:2479:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:2483:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:2488:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:2489:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/message.c:2490:  An else should always have braces before it  [readability/braces] [5]
src/nvim/message.c:2491:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:2492:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/message.c:2495:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:2501:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:2503:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/message.c:2507:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:2516:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/message.c:2519:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:2526:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:2527:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/message.c:2538:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:2544:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:2545:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:2548:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:2549:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/message.c:2551:  Should leave no spaces after a cast: u'(char *) message'  [whitespace/cast] [2]
src/nvim/message.c:2554:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:2556:  An else should always have braces before it  [readability/braces] [5]
src/nvim/message.c:2558:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:2560:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:2560:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/message.c:2561:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:2561:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/message.c:2564:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/message.c:2567:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:2572:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:2573:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:2576:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:2576:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:2578:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:2579:  while should always use braces  [readability/braces] [5]
src/nvim/message.c:2581:  An else should always have braces before it  [readability/braces] [5]
src/nvim/message.c:2582:  while should always use braces  [readability/braces] [5]
src/nvim/message.c:2586:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:2605:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/message.c:2612:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/message.c:2614:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/message.c:2611:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/message.c:2611:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:2613:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/message.c:2613:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:2613:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/message.c:2613:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/message.c:2623:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:2624:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:2625:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:2632:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:2636:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/message.c:2640:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:2643:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:2647:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:2651:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:2652:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:2661:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:2664:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/message.c:2666:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:2669:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/message.c:2671:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/message.c:2673:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:2675:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:2685:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/message.c:2692:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:2697:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/message.c:2700:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:2716:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:2718:  An else should always have braces before it  [readability/braces] [5]
src/nvim/message.c:2770:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/message.c:2771:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/message.c:2772:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/message.c:2789:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:2798:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/message.c:2801:  Missing space after {  [whitespace/braces] [5]
src/nvim/message.c:2801:  Missing space before }  [whitespace/braces] [5]
src/nvim/message.c:2817:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/message.c:2819:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/message.c:2829:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/message.c:2850:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/message.c:2863:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/message.c:2872:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/message.c:2876:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/message.c:2880:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/message.c:2892:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:2897:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:2898:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/message.c:2899:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:2901:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/message.c:2906:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:2907:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/message.c:2908:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/message.c:2909:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/message.c:2909:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/message.c:2917:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/message.c:2918:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/message.c:2919:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/message.c:2919:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/message.c:2926:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/message.c:2929:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/message.c:2930:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/message.c:2931:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/message.c:2932:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/message.c:2932:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/message.c:2945:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:2952:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/message.c:2954:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:2956:  An else should always have braces before it  [readability/braces] [5]
src/nvim/message.c:2956:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/message.c:2957:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/message.c:2959:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:2965:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:2974:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:2976:  An else should always have braces before it  [readability/braces] [5]
src/nvim/message.c:2976:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/message.c:2977:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/message.c:2983:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:2991:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:2993:  An else should always have braces before it  [readability/braces] [5]
src/nvim/message.c:2993:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/message.c:2994:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/message.c:2995:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:2997:  An else should always have braces before it  [readability/braces] [5]
src/nvim/message.c:2999:  An else should always have braces before it  [readability/braces] [5]
src/nvim/message.c:3005:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:3040:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:3047:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.c:3055:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:3057:  An else should always have braces before it  [readability/braces] [5]
src/nvim/message.c:3204:  At least two spaces is best between code and comments  [whitespace/comments] [2]
src/nvim/message.c:3261:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:3263:  Should leave no spaces after a cast: u'(char_u *) str_arg'  [whitespace/cast] [2]
src/nvim/message.c:3302:  Use int16_t/int64_t/etc, rather than the C type long long  [runtime/int] [4]
src/nvim/message.c:3303:  Use int16_t/int64_t/etc, rather than the C type long long  [runtime/int] [4]
src/nvim/message.c:3418:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/message.c:3423:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:3424:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/message.c:3425:  An else should always have braces before it  [readability/braces] [5]
src/nvim/message.c:3429:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/message.c:3431:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/message.c:3433:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/message.c:3475:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/message.c:3477:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/message.c:3479:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/message.c:3481:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/message.c:3488:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:3491:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:3517:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:3524:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:3546:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:3548:  An else should always have braces before it  [readability/braces] [5]
src/nvim/message.c:3555:  Almost always, snprintf is better than strcpy  [runtime/printf] [4]
src/nvim/message.c:3564:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:3566:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:3568:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/message.c:3572:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/message.c:3579:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:3581:  An else should always have braces before it  [readability/braces] [5]
src/nvim/message.c:3581:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/message.c:3589:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/message.c:3595:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/message.c:3597:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/message.c:3601:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:3605:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/message.c:3606:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/message.c:3616:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/message.c:3634:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:3640:  if should always use braces  [readability/braces] [5]
src/nvim/message.c:3731:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:1:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:58:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:61:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:81:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/misc1.c:82:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/misc1.c:83:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:116:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:125:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:127:  An else should always have braces before it  [readability/braces] [5]
src/nvim/misc1.c:130:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:137:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:141:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:143:  An else should always have braces before it  [readability/braces] [5]
src/nvim/misc1.c:153:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:162:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:163:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/misc1.c:166:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:171:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:172:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/misc1.c:174:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:187:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:201:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:202:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/misc1.c:203:  An else should always have braces before it  [readability/braces] [5]
src/nvim/misc1.c:214:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:215:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/misc1.c:216:  An else should always have braces before it  [readability/braces] [5]
src/nvim/misc1.c:219:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:228:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:233:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:246:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:247:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:249:  while should always use braces  [readability/braces] [5]
src/nvim/misc1.c:250:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/misc1.c:253:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:257:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:258:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/misc1.c:259:  while should always use braces  [readability/braces] [5]
src/nvim/misc1.c:260:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/misc1.c:262:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:278:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:283:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:283:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/misc1.c:284:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:284:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/misc1.c:286:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:291:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/misc1.c:293:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/misc1.c:317:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:317:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:318:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/misc1.c:319:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:319:  An else should always have braces before it  [readability/braces] [5]
src/nvim/misc1.c:320:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/misc1.c:324:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:325:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/misc1.c:327:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/misc1.c:330:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:335:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:336:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/misc1.c:337:  An else should always have braces before it  [readability/braces] [5]
src/nvim/misc1.c:340:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:341:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:342:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:343:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:344:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:345:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:345:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/misc1.c:347:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:347:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/misc1.c:350:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:354:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/misc1.c:356:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/misc1.c:362:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:370:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:372:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/misc1.c:375:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:378:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:379:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:380:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/misc1.c:381:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/misc1.c:385:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:386:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:387:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:388:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:389:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/misc1.c:393:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:393:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:396:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:401:  for should always use braces  [readability/braces] [5]
src/nvim/misc1.c:401:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/misc1.c:409:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:418:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:423:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:429:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/misc1.c:434:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:445:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:449:  while should always use braces  [readability/braces] [5]
src/nvim/misc1.c:450:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/misc1.c:451:  for should always use braces  [readability/braces] [5]
src/nvim/misc1.c:452:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/misc1.c:453:  Line contains only semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/misc1.c:456:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:458:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/misc1.c:460:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:462:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:463:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:466:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:467:  while should always use braces  [readability/braces] [5]
src/nvim/misc1.c:474:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:478:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:480:  An else should always have braces before it  [readability/braces] [5]
src/nvim/misc1.c:480:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/misc1.c:496:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:504:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:506:  An else should always have braces before it  [readability/braces] [5]
src/nvim/misc1.c:508:  An else should always have braces before it  [readability/braces] [5]
src/nvim/misc1.c:509:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/misc1.c:511:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:512:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:513:  for should always use braces  [readability/braces] [5]
src/nvim/misc1.c:514:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/misc1.c:515:  Line contains only semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/misc1.c:516:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/misc1.c:518:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:522:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/misc1.c:532:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:534:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/misc1.c:538:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:541:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:549:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/misc1.c:552:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/misc1.c:555:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/misc1.c:558:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:560:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:565:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/misc1.c:571:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:576:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/misc1.c:582:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:585:  for should always use braces  [readability/braces] [5]
src/nvim/misc1.c:585:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/misc1.c:587:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:596:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:598:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/misc1.c:610:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:611:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:616:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:620:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/misc1.c:623:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:627:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:628:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:630:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/misc1.c:631:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/misc1.c:634:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:636:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:637:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/misc1.c:648:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:656:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/misc1.c:657:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/misc1.c:658:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/misc1.c:662:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/misc1.c:681:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:683:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:685:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:692:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:693:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:699:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:701:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/misc1.c:702:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/misc1.c:705:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:706:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:706:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/misc1.c:708:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:712:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:713:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:715:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:722:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:733:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:733:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/misc1.c:735:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/misc1.c:736:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:739:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:740:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/misc1.c:742:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:742:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/misc1.c:754:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:759:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:762:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:765:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/misc1.c:768:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/misc1.c:774:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/misc1.c:778:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:782:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:786:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:791:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/misc1.c:792:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/misc1.c:798:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:808:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:809:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/misc1.c:812:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:816:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:817:  while should always use braces  [readability/braces] [5]
src/nvim/misc1.c:824:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:826:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:827:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:829:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/misc1.c:833:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/misc1.c:834:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/misc1.c:836:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:837:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:839:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/misc1.c:840:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/misc1.c:841:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/misc1.c:845:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:851:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:857:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:863:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:865:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/misc1.c:867:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:878:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:886:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/misc1.c:887:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/misc1.c:886:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/misc1.c:887:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/misc1.c:892:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:895:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:901:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:904:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:905:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/misc1.c:907:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:910:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:915:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:915:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/misc1.c:922:  Small and focused functions are preferred: () has 562 non-comment lines (error triggered by exceeding 500 lines).  [readability/fn_size] [1]
src/nvim/misc1.c:924:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:934:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/misc1.c:938:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/misc1.c:940:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:941:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:948:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:948:  while should always use braces  [readability/braces] [5]
src/nvim/misc1.c:949:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/misc1.c:951:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:955:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:958:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/misc1.c:960:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:962:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:963:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:967:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:967:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:969:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:971:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:973:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:978:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:980:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:983:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:984:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:987:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:992:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:993:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:994:  while should always use braces  [readability/braces] [5]
src/nvim/misc1.c:995:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/misc1.c:997:  for should always use braces  [readability/braces] [5]
src/nvim/misc1.c:997:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/misc1.c:998:  Line contains only semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/misc1.c:999:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:1000:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:1002:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:1004:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:1008:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:1020:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:1021:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:1025:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:1027:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/misc1.c:1032:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:1034:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:1037:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/misc1.c:1040:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:1041:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:1046:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:1047:  while should always use braces  [readability/braces] [5]
src/nvim/misc1.c:1048:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/misc1.c:1050:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:1053:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:1054:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/misc1.c:1055:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:1061:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:1078:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:1080:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:1085:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:1088:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/misc1.c:1092:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:1098:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/misc1.c:1098:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:1102:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:1105:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:1112:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:1114:  while should always use braces  [readability/braces] [5]
src/nvim/misc1.c:1115:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/misc1.c:1117:  for should always use braces  [readability/braces] [5]
src/nvim/misc1.c:1117:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/misc1.c:1118:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:1118:  Line contains only semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/misc1.c:1119:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:1122:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:1131:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:1134:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/misc1.c:1136:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:1144:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:1148:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:1151:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:1156:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:1162:  while should always use braces  [readability/braces] [5]
src/nvim/misc1.c:1163:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/misc1.c:1170:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:1173:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/misc1.c:1174:  while should always use braces  [readability/braces] [5]
src/nvim/misc1.c:1175:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/misc1.c:1177:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:1180:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:1183:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/misc1.c:1185:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:1195:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:1200:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/misc1.c:1203:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/misc1.c:1204:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/misc1.c:1207:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:1210:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:1217:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/misc1.c:1220:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/misc1.c:1221:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/misc1.c:1224:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:1229:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:1232:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:1235:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:1236:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:1237:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:1237:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/misc1.c:1241:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:1246:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:1256:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/misc1.c:1257:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:1257:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:1261:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:1265:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:1268:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:1284:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:1294:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:1297:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:1325:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:1339:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:1339:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/misc1.c:1342:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:1343:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/misc1.c:1344:  An else should always have braces before it  [readability/braces] [5]
src/nvim/misc1.c:1345:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/misc1.c:1346:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/misc1.c:1352:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:1454:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:1468:  Should leave no spaces after a cast: u'(char_u *) xmalloc'  [whitespace/cast] [2]
src/nvim/misc1.c:1487:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:1488:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/misc1.c:1493:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:1501:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:1503:  An else should always have braces before it  [readability/braces] [5]
src/nvim/misc1.c:1511:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:1516:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:1529:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:1536:  Should leave no spaces after a cast: u'(char_u *) xmalloc'  [whitespace/cast] [2]
src/nvim/misc1.c:1537:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:1541:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/misc1.c:1546:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:1556:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:1558:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:1565:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:1576:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/misc1.c:1581:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/misc1.c:1601:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:1604:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:1607:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:1616:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:1630:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:1638:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/misc1.c:1640:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:1659:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:1660:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/misc1.c:1662:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:1668:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:1673:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/misc1.c:1674:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:1688:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:1691:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:1694:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:1695:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/misc1.c:1698:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:1702:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/misc1.c:1703:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/misc1.c:1704:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:1705:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:1711:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:1714:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:1715:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:1719:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:1719:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:1722:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/misc1.c:1723:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/misc1.c:1725:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:1726:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:1730:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:1735:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:1743:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:1745:  Missing space before asterisk in int)*  [whitespace/operators] [2]
src/nvim/misc1.c:1748:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:1758:  Redundant blank line at the start of a code block should be deleted.  [whitespace/blank_line] [2]
src/nvim/misc1.c:1762:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:1766:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:1776:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:1783:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/misc1.c:1791:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/misc1.c:1794:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:1802:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/misc1.c:1803:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:1803:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/misc1.c:1807:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:1819:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:1827:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:1837:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:1838:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:1840:  An else should always have braces before it  [readability/braces] [5]
src/nvim/misc1.c:1843:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:1851:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:1861:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:1874:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:1884:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:1895:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:1907:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/misc1.c:1908:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/misc1.c:1909:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:1910:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:1911:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:1912:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:1912:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/misc1.c:1918:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:1929:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/misc1.c:1947:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:1948:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:1951:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:1953:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:1956:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:1960:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:1968:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:1973:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/misc1.c:1980:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:1983:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:1985:  Missing space after {  [whitespace/braces] [5]
src/nvim/misc1.c:1985:  Missing space before }  [whitespace/braces] [5]
src/nvim/misc1.c:1987:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:1990:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:1991:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/misc1.c:1992:  An else should always have braces before it  [readability/braces] [5]
src/nvim/misc1.c:1992:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/misc1.c:1993:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:1997:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:1998:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/misc1.c:1999:  An else should always have braces before it  [readability/braces] [5]
src/nvim/misc1.c:1999:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/misc1.c:2000:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/misc1.c:2001:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:2007:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:2013:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:2016:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/misc1.c:2018:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:2021:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/misc1.c:2026:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:2030:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/misc1.c:2033:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/misc1.c:2038:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:2045:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:2046:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:2049:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:2051:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:2057:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:2063:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:2066:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:2069:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:2073:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:2077:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:2079:  An else should always have braces before it  [readability/braces] [5]
src/nvim/misc1.c:2082:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:2087:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:2091:  for should always use braces  [readability/braces] [5]
src/nvim/misc1.c:2091:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/misc1.c:2095:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:2096:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/misc1.c:2098:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:2103:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:2105:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/misc1.c:2109:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:2111:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:2121:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:2123:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:2126:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:2127:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:2132:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:2135:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/misc1.c:2136:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/misc1.c:2138:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:2144:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:2147:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/misc1.c:2148:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:2148:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/misc1.c:2150:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/misc1.c:2153:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:2161:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/misc1.c:2169:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:2177:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/misc1.c:2178:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/misc1.c:2180:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/misc1.c:2179:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/misc1.c:2179:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:2179:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/misc1.c:2189:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/misc1.c:2190:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/misc1.c:2191:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/misc1.c:2192:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:2194:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:2199:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:2208:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:2211:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:2211:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/misc1.c:2212:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:2217:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:2231:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/misc1.c:2232:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:2233:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:2234:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/misc1.c:2235:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:2235:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/misc1.c:2238:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:2241:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:2243:  An else should always have braces before it  [readability/braces] [5]
src/nvim/misc1.c:2245:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:2247:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:2250:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/misc1.c:2253:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/misc1.c:2254:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/misc1.c:2259:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:2287:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:2309:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:2323:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:2327:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:2328:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/misc1.c:2331:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/misc1.c:2332:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:2332:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/misc1.c:2334:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:2336:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:2338:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:2342:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:2342:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:2344:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:2344:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:2347:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:2355:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:2358:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:2365:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:2366:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:2371:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:2382:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:2386:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/misc1.c:2387:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/misc1.c:2388:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:2396:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:2397:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/misc1.c:2399:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:2401:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:2404:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/misc1.c:2405:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:2405:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/misc1.c:2412:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/misc1.c:2416:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/misc1.c:2420:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/misc1.c:2425:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:2427:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:2427:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/misc1.c:2428:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/misc1.c:2430:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/misc1.c:2433:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/misc1.c:2434:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/misc1.c:2438:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:2449:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:2450:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:2451:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/misc1.c:2452:  An else should always have braces before it  [readability/braces] [5]
src/nvim/misc1.c:2455:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:2462:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/misc1.c:2464:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:2465:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:2467:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/misc1.c:2468:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/misc1.c:2469:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/misc1.c:2470:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/misc1.c:2481:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:2481:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:2482:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:2485:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:2488:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:2491:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:2493:  An else should always have braces before it  [readability/braces] [5]
src/nvim/misc1.c:2498:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:2500:  An else should always have braces before it  [readability/braces] [5]
src/nvim/misc1.c:2503:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:2505:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/misc1.c:2506:  An else should always have braces before it  [readability/braces] [5]
src/nvim/misc1.c:2508:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/misc1.c:2510:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:2514:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/misc1.c:2519:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:2543:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:2561:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:2567:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/misc1.c:2573:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/misc1.c:2574:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/misc1.c:2578:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:2584:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:2589:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:2602:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:2603:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:2604:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:2605:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:2610:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:2623:  Should have a space between // and comment  [whitespace/comments] [4]
src/nvim/misc1.c:2650:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:2671:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:2733:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:2746:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:2750:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/misc1.c:2752:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/misc1.c:2777:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:2778:  for should always use braces  [readability/braces] [5]
src/nvim/misc1.c:2778:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/misc1.c:2779:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:2782:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:2792:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.c:2798:  if should always use braces  [readability/braces] [5]
src/nvim/misc1.c:2800:  while should always use braces  [readability/braces] [5]
src/nvim/misc1.c:2805:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mouse.c:78:  if should always use braces  [readability/braces] [5]
src/nvim/mouse.c:90:  if should always use braces  [readability/braces] [5]
src/nvim/mouse.c:92:  if should always use braces  [readability/braces] [5]
src/nvim/mouse.c:104:  if should always use braces  [readability/braces] [5]
src/nvim/mouse.c:109:  if should always use braces  [readability/braces] [5]
src/nvim/mouse.c:112:  An else should always have braces before it  [readability/braces] [5]
src/nvim/mouse.c:119:  if should always use braces  [readability/braces] [5]
src/nvim/mouse.c:143:  if should always use braces  [readability/braces] [5]
src/nvim/mouse.c:145:  An else should always have braces before it  [readability/braces] [5]
src/nvim/mouse.c:156:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/mouse.c:157:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/mouse.c:158:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/mouse.c:160:  End of the inner expression should have the same indent as start  [whitespace/indent] [2]
src/nvim/mouse.c:156:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/mouse.c:157:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/mouse.c:158:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/mouse.c:160:  End of the inner expression should have the same indent as start  [whitespace/indent] [2]
src/nvim/mouse.c:156:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/mouse.c:157:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/mouse.c:158:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/mouse.c:160:  End of the inner expression should have the same indent as start  [whitespace/indent] [2]
src/nvim/mouse.c:156:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/mouse.c:157:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/mouse.c:158:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/mouse.c:160:  End of the inner expression should have the same indent as start  [whitespace/indent] [2]
src/nvim/mouse.c:176:  if should always use braces  [readability/braces] [5]
src/nvim/mouse.c:179:  if should always use braces  [readability/braces] [5]
src/nvim/mouse.c:183:  if should always use braces  [readability/braces] [5]
src/nvim/mouse.c:185:  An else should always have braces before it  [readability/braces] [5]
src/nvim/mouse.c:190:  if should always use braces  [readability/braces] [5]
src/nvim/mouse.c:192:  An else should always have braces before it  [readability/braces] [5]
src/nvim/mouse.c:232:  if should always use braces  [readability/braces] [5]
src/nvim/mouse.c:233:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/mouse.c:234:  An else should always have braces before it  [readability/braces] [5]
src/nvim/mouse.c:236:  if should always use braces  [readability/braces] [5]
src/nvim/mouse.c:241:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/mouse.c:243:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/mouse.c:256:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/mouse.c:272:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/mouse.c:274:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/mouse.c:365:  if should always use braces  [readability/braces] [5]
src/nvim/mouse.c:395:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/mouse.c:401:  if should always use braces  [readability/braces] [5]
src/nvim/mouse.c:433:  if should always use braces  [readability/braces] [5]
src/nvim/mouse.c:437:  if should always use braces  [readability/braces] [5]
src/nvim/mouse.c:443:  if should always use braces  [readability/braces] [5]
src/nvim/mouse.c:452:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mouse.c:460:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mouse.c:461:  if should always use braces  [readability/braces] [5]
src/nvim/mouse.c:464:  if should always use braces  [readability/braces] [5]
src/nvim/mouse.c:466:  An else should always have braces before it  [readability/braces] [5]
src/nvim/mouse.c:468:  An else should always have braces before it  [readability/braces] [5]
src/nvim/mouse.c:470:  An else should always have braces before it  [readability/braces] [5]
src/nvim/mouse.c:472:  An else should always have braces before it  [readability/braces] [5]
src/nvim/mouse.c:473:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mouse.c:474:  An else should always have braces before it  [readability/braces] [5]
src/nvim/mouse.c:475:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mouse.c:484:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mouse.c:493:  for should always use braces  [readability/braces] [5]
src/nvim/mouse.c:493:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/move.c:1:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:33:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:34:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:35:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:43:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:52:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:65:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/move.c:83:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:89:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:96:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:109:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:116:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:120:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:131:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:144:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:147:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:148:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:154:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:157:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:158:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:165:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:169:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/move.c:169:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/move.c:171:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:174:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:176:  An else should always have braces before it  [readability/braces] [5]
src/nvim/move.c:179:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:180:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:181:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/move.c:186:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:190:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:195:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/move.c:196:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/move.c:197:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:198:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:202:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/move.c:205:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:215:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:221:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:230:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:238:  Closing ) should be moved to the previous line  [whitespace/parens] [2]
src/nvim/move.c:241:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:246:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:255:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:259:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:260:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:263:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:270:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:274:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/move.c:275:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/move.c:276:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:277:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:281:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/move.c:284:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:286:  An else should always have braces before it  [readability/braces] [5]
src/nvim/move.c:293:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:303:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/move.c:305:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:306:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:313:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:316:  Missing space before asterisk in win_T*  [whitespace/operators] [2]
src/nvim/move.c:324:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:336:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:348:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:349:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:352:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:353:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:359:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:374:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:395:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:413:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:418:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:420:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:426:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:430:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:447:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:464:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:469:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:473:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:491:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:501:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:508:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:512:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:518:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:524:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/move.c:527:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:528:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:530:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:532:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:534:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/move.c:535:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/move.c:538:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:538:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/move.c:545:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:546:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:553:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:555:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/move.c:572:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:574:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/move.c:575:  An else should always have braces before it  [readability/braces] [5]
src/nvim/move.c:578:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/move.c:580:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:583:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/move.c:594:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:602:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:611:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:618:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:625:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:628:  An else should always have braces before it  [readability/braces] [5]
src/nvim/move.c:635:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:647:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:648:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:651:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:653:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:655:  An else should always have braces before it  [readability/braces] [5]
src/nvim/move.c:663:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:673:  Line contains only semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/move.c:681:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:688:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:698:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:704:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:713:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:723:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:726:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:727:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:729:  An else should always have braces before it  [readability/braces] [5]
src/nvim/move.c:731:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/move.c:733:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:734:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:741:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:748:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:756:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:758:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:763:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:766:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:771:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:774:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/move.c:777:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:790:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:793:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:795:  An else should always have braces before it  [readability/braces] [5]
src/nvim/move.c:795:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/move.c:800:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:802:  An else should always have braces before it  [readability/braces] [5]
src/nvim/move.c:805:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:809:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:814:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/move.c:816:  An else should always have braces before it  [readability/braces] [5]
src/nvim/move.c:819:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:821:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:823:  An else should always have braces before it  [readability/braces] [5]
src/nvim/move.c:833:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/move.c:834:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/move.c:833:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/move.c:834:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/move.c:833:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/move.c:834:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/move.c:841:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:848:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:850:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:852:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:854:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/move.c:859:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/move.c:861:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:865:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:867:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:869:  An else should always have braces before it  [readability/braces] [5]
src/nvim/move.c:871:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:872:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:876:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:881:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:886:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:888:  while should always use braces  [readability/braces] [5]
src/nvim/move.c:890:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:896:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:911:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:914:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:923:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:926:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/move.c:927:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/move.c:929:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:932:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:934:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:936:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:940:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/move.c:941:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/move.c:943:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:945:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/move.c:947:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:950:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/move.c:951:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:955:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/move.c:958:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:958:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/move.c:961:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:962:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:964:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:968:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:985:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/move.c:986:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:988:  An else should always have braces before it  [readability/braces] [5]
src/nvim/move.c:990:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/move.c:997:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:1003:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:1006:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/move.c:1007:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/move.c:1009:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:1017:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:1018:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/move.c:1019:  An else should always have braces before it  [readability/braces] [5]
src/nvim/move.c:1019:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/move.c:1020:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:1022:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:1024:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/move.c:1028:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:1033:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:1036:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:1038:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:1043:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:1044:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:1056:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:1059:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/move.c:1060:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/move.c:1062:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:1069:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/move.c:1073:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:1080:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:1087:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:1089:  An else should always have braces before it  [readability/braces] [5]
src/nvim/move.c:1089:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/move.c:1091:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:1096:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:1105:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:1110:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:1112:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:1118:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:1119:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/move.c:1120:  An else should always have braces before it  [readability/braces] [5]
src/nvim/move.c:1132:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/move.c:1135:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/move.c:1139:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:1139:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/move.c:1144:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:1150:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:1155:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:1157:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:1171:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:1172:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/move.c:1173:  An else should always have braces before it  [readability/braces] [5]
src/nvim/move.c:1173:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/move.c:1175:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/move.c:1177:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:1177:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/move.c:1182:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:1191:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:1192:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/move.c:1195:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/move.c:1197:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:1199:  An else should always have braces before it  [readability/braces] [5]
src/nvim/move.c:1200:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:1202:  An else should always have braces before it  [readability/braces] [5]
src/nvim/move.c:1202:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/move.c:1208:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:1217:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:1218:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/move.c:1221:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/move.c:1223:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:1225:  An else should always have braces before it  [readability/braces] [5]
src/nvim/move.c:1226:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:1228:  An else should always have braces before it  [readability/braces] [5]
src/nvim/move.c:1228:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/move.c:1234:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:1242:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/move.c:1247:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:1256:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/move.c:1260:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:1268:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:1269:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:1276:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:1279:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:1293:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/move.c:1294:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/move.c:1306:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:1316:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:1317:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:1318:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/move.c:1319:  An else should always have braces before it  [readability/braces] [5]
src/nvim/move.c:1322:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:1324:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:1327:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:1330:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:1336:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/move.c:1337:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/move.c:1340:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:1348:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:1352:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:1354:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:1359:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:1363:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:1372:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:1379:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:1380:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:1381:  An else should always have braces before it  [readability/braces] [5]
src/nvim/move.c:1381:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/move.c:1385:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:1387:  An else should always have braces before it  [readability/braces] [5]
src/nvim/move.c:1387:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/move.c:1395:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:1414:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:1425:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:1432:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:1436:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/move.c:1439:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:1442:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:1447:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:1451:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:1468:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:1470:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:1472:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/move.c:1473:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/move.c:1472:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/move.c:1473:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/move.c:1481:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:1483:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:1485:  An else should always have braces before it  [readability/braces] [5]
src/nvim/move.c:1487:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:1493:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:1495:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:1502:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:1505:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:1508:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/move.c:1509:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/move.c:1515:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:1517:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:1527:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:1528:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:1530:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:1531:  An else should always have braces before it  [readability/braces] [5]
src/nvim/move.c:1533:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:1534:  An else should always have braces before it  [readability/braces] [5]
src/nvim/move.c:1534:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/move.c:1542:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/move.c:1544:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:1544:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:1548:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:1552:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:1554:  An else should always have braces before it  [readability/braces] [5]
src/nvim/move.c:1557:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:1590:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:1594:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:1598:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:1598:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/move.c:1599:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:1600:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/move.c:1604:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:1606:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:1608:  An else should always have braces before it  [readability/braces] [5]
src/nvim/move.c:1610:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:1617:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:1620:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:1627:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:1635:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:1649:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:1658:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:1662:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:1666:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:1667:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:1673:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:1681:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:1682:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:1683:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:1686:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:1687:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/move.c:1688:  An else should always have braces before it  [readability/braces] [5]
src/nvim/move.c:1690:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/move.c:1693:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:1694:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/move.c:1695:  An else should always have braces before it  [readability/braces] [5]
src/nvim/move.c:1698:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:1699:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:1701:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/move.c:1704:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:1706:  An else should always have braces before it  [readability/braces] [5]
src/nvim/move.c:1708:  An else should always have braces before it  [readability/braces] [5]
src/nvim/move.c:1708:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/move.c:1724:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:1736:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:1741:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/move.c:1743:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:1755:  Closing ) should be moved to the previous line  [whitespace/parens] [2]
src/nvim/move.c:1764:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:1765:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:1766:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/move.c:1767:  An else should always have braces before it  [readability/braces] [5]
src/nvim/move.c:1769:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:1773:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:1778:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:1791:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:1793:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:1798:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:1799:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:1800:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/move.c:1801:  An else should always have braces before it  [readability/braces] [5]
src/nvim/move.c:1803:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:1806:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:1811:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:1827:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:1832:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:1834:  An else should always have braces before it  [readability/braces] [5]
src/nvim/move.c:1837:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:1842:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:1847:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:1850:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:1856:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:1859:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:1860:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/move.c:1863:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/move.c:1881:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:1885:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:1903:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:1919:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:1921:  An else should always have braces before it  [readability/braces] [5]
src/nvim/move.c:1924:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:1925:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:1928:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:1930:  An else should always have braces before it  [readability/braces] [5]
src/nvim/move.c:1934:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:1939:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:1941:  An else should always have braces before it  [readability/braces] [5]
src/nvim/move.c:1945:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:1950:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:1952:  An else should always have braces before it  [readability/braces] [5]
src/nvim/move.c:1955:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:1956:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:1957:  An else should always have braces before it  [readability/braces] [5]
src/nvim/move.c:1958:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:1962:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:1963:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:1971:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:1981:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:1987:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:1989:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/move.c:1993:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:1996:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/move.c:2001:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/move.c:2010:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:2014:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:2016:  An else should always have braces before it  [readability/braces] [5]
src/nvim/move.c:2016:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/move.c:2020:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:2023:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/move.c:2024:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/move.c:2031:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:2039:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/move.c:2040:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/move.c:2042:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/move.c:2047:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:2051:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:2054:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/move.c:2055:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/move.c:2059:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:2065:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:2067:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/move.c:2071:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:2073:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/move.c:2082:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/move.c:2088:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:2092:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:2094:  An else should always have braces before it  [readability/braces] [5]
src/nvim/move.c:2096:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/move.c:2098:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/move.c:2100:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/move.c:2104:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:2105:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:2109:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:2111:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/move.c:2116:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:2136:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:2142:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:2144:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:2147:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/move.c:2148:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/move.c:2149:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/move.c:2150:  An else should always have braces before it  [readability/braces] [5]
src/nvim/move.c:2157:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:2165:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:2166:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:2170:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/move.c:2171:  if should always use braces  [readability/braces] [5]
src/nvim/move.c:2177:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/msgpack_rpc/channel.c:53:  Should leave no spaces after a cast: u'(cstr_t) *subscribed_events'  [whitespace/cast] [2]
src/nvim/msgpack_rpc/channel.c:155:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/msgpack_rpc/channel.c:220:  Should leave no spaces after a cast: u'(ErrorType) array'  [whitespace/cast] [2]
src/nvim/msgpack_rpc/channel.c:317:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/msgpack_rpc/channel.c:344:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/msgpack_rpc/channel.c:384:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/msgpack_rpc/channel.c:385:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/msgpack_rpc/channel.c:526:  Missing space after {  [whitespace/braces] [5]
src/nvim/msgpack_rpc/channel.c:526:  Missing space before }  [whitespace/braces] [5]
src/nvim/msgpack_rpc/channel.c:539:  Missing space after {  [whitespace/braces] [5]
src/nvim/msgpack_rpc/channel.c:539:  Missing space before }  [whitespace/braces] [5]
src/nvim/msgpack_rpc/channel.c:564:  Missing space after {  [whitespace/braces] [5]
src/nvim/msgpack_rpc/channel.c:564:  Missing space before }  [whitespace/braces] [5]
src/nvim/msgpack_rpc/channel.c:705:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/msgpack_rpc/channel.c:768:  Missing space before asterisk in Channel*  [whitespace/operators] [2]
src/nvim/msgpack_rpc/helpers.c:289:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/msgpack_rpc/helpers.c:294:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/msgpack_rpc/server.c:49:  Should leave no spaces after a cast: u'(char *) listen_address'  [whitespace/cast] [2]
src/nvim/msgpack_rpc/server.c:90:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/normal.c:1:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:52:  "nvim/mouse.h" already included at src/nvim/normal.c:41  [build/include] [4]
src/nvim/normal.c:84:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:87:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:88:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:89:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:90:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:106:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:114:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:120:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:121:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:122:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:123:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:124:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:126:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:127:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:128:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:129:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:130:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:131:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:133:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:143:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:149:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:150:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:151:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:152:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:152:  Use int16_t/int64_t/etc, rather than the C type short  [runtime/int] [4]
src/nvim/normal.c:155:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:155:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:156:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:156:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:157:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:157:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:158:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:158:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:159:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:159:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:160:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:160:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:161:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:161:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:162:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:162:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:163:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:163:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:164:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:164:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:165:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:165:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:166:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:166:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:167:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:167:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:168:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:168:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:169:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:169:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:170:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:170:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:171:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:171:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:172:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:172:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:173:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:173:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:174:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:174:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:175:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:175:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:176:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:176:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:177:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:177:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:178:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:178:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:179:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:179:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:180:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:180:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:181:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:181:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:182:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:182:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:183:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:183:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:184:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:184:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:185:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:185:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:186:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:186:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:187:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:187:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:188:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:188:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:189:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:189:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:190:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:190:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:191:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:191:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:192:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:192:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:193:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:193:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:194:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:194:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:195:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:195:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:196:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:196:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:197:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:197:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:198:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:198:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:199:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:199:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:200:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:200:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:201:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:201:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:202:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:202:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:203:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:203:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:204:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:204:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:205:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:205:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:206:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:206:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:207:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:207:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:208:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:208:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:209:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:209:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:210:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:210:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:211:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:211:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:212:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:212:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:213:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:213:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:214:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:214:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:215:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:215:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:216:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:216:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:217:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:217:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:218:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:218:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:219:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:219:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:220:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:220:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:221:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:221:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:222:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:222:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:223:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:223:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:224:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:224:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:225:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:225:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:226:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:226:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:227:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:227:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:228:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:228:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:229:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:229:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:230:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:230:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:231:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:231:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:232:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:232:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:233:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:233:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:234:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:234:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:235:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:235:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:236:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:236:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:237:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:237:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:238:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:238:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:239:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:239:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:240:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:240:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:241:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:241:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:242:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:242:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:243:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:243:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:244:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:244:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:245:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:245:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:246:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:246:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:247:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:247:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:248:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:248:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:249:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:249:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:250:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:250:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:251:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:251:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:252:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:252:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:253:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:253:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:254:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:254:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:255:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:255:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:256:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:256:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:257:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:257:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:258:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:258:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:259:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:259:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:260:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:260:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:261:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:261:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:262:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:262:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:263:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:263:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:264:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:264:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:265:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:265:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:266:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:266:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:267:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:267:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:268:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:268:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:269:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:269:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:270:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:270:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:271:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:271:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:272:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:272:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:273:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:273:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:274:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:274:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:275:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:275:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:276:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:276:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:277:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:277:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:278:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:278:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:279:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:279:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:280:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:280:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:281:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:281:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:283:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:284:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:284:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:285:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:285:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:286:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:286:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:287:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:287:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:288:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:288:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:289:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:289:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:290:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:290:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:291:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:291:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:292:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:292:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:293:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:293:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:294:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:294:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:295:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:295:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:296:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:296:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:297:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:297:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:298:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:298:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:299:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:299:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:300:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:300:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:301:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:301:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:302:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:302:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:303:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:303:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:304:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:304:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:305:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:305:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:306:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:306:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:307:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:307:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:308:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:308:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:309:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:309:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:310:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:310:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:311:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:311:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:312:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:312:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:313:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:313:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:314:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:314:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:315:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:315:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:316:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:316:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:317:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:317:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:318:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:318:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:319:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:319:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:320:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:320:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:321:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:321:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:322:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:322:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:323:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:323:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:324:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:324:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:325:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:325:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:326:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:326:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:327:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:327:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:328:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:328:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:329:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:329:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:330:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:330:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:331:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:331:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:332:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:332:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:333:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:333:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:334:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:334:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:335:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:335:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:336:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:336:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:337:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:337:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:338:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:338:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:339:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:339:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:340:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:340:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:341:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:341:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:342:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:342:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:343:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:343:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:344:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:344:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:347:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:350:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:351:  Use int16_t/int64_t/etc, rather than the C type short  [runtime/int] [4]
src/nvim/normal.c:353:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:357:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:365:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:366:  Use int16_t/int64_t/etc, rather than the C type short  [runtime/int] [4]
src/nvim/normal.c:367:  Use int16_t/int64_t/etc, rather than the C type short  [runtime/int] [4]
src/nvim/normal.c:368:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:370:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:375:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:382:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:383:  Use int16_t/int64_t/etc, rather than the C type short  [runtime/int] [4]
src/nvim/normal.c:383:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/normal.c:387:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:388:  Use int16_t/int64_t/etc, rather than the C type short  [runtime/int] [4]
src/nvim/normal.c:390:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:391:  Use int16_t/int64_t/etc, rather than the C type short  [runtime/int] [4]
src/nvim/normal.c:392:  Use int16_t/int64_t/etc, rather than the C type short  [runtime/int] [4]
src/nvim/normal.c:392:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/normal.c:400:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:411:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:412:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:415:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:417:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:420:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:423:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:426:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:433:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:439:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:441:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:551:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/normal.c:556:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/normal.c:565:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/normal.c:644:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/normal.c:645:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/normal.c:683:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/normal.c:684:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/normal.c:697:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/normal.c:698:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/normal.c:707:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/normal.c:739:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/normal.c:773:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:783:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/normal.c:784:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/normal.c:813:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/normal.c:834:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/normal.c:835:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/normal.c:838:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/normal.c:841:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/normal.c:843:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/normal.c:844:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/normal.c:854:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/normal.c:855:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/normal.c:858:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/normal.c:859:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/normal.c:945:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/normal.c:947:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/normal.c:948:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/normal.c:949:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/normal.c:972:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:984:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/normal.c:994:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/normal.c:1012:  while should always use braces  [readability/braces] [5]
src/nvim/normal.c:1295:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/normal.c:1296:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/normal.c:1297:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/normal.c:1295:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/normal.c:1296:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/normal.c:1297:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/normal.c:1386:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:1394:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:1395:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:1398:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:1401:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:1423:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:1428:  Closing ) should be moved to the previous line  [whitespace/parens] [2]
src/nvim/normal.c:1456:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:1457:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:1460:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:1473:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/normal.c:1474:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/normal.c:1475:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:1476:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:1480:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:1484:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:1487:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:1489:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:1489:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/normal.c:1499:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:1503:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:1512:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/normal.c:1520:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:1522:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:1526:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:1553:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:1555:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/normal.c:1561:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:1565:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:1570:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:1572:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:1574:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:1575:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/normal.c:1581:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:1602:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:1609:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:1614:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:1616:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:1616:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/normal.c:1617:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:1619:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/normal.c:1621:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:1623:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/normal.c:1625:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/normal.c:1631:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:1643:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:1645:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:1648:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/normal.c:1649:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/normal.c:1650:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:1652:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/normal.c:1653:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/normal.c:1654:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/normal.c:1655:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/normal.c:1694:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:1718:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:1723:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:1728:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:1738:  Closing ) should be moved to the previous line  [whitespace/parens] [2]
src/nvim/normal.c:1739:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:1746:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:1750:  Closing ) should be moved to the previous line  [whitespace/parens] [2]
src/nvim/normal.c:1755:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:1776:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/normal.c:1780:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/normal.c:1787:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/normal.c:1788:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/normal.c:1794:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:1807:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:1834:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:1839:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:1843:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:1845:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:1857:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:1857:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:1859:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:1865:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:1866:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:1867:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:1868:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:1873:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:1882:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/normal.c:1883:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/normal.c:1897:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/normal.c:1903:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:1904:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:1905:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:1906:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:1907:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:1908:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:1912:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:1916:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:1921:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:1926:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:1943:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:1947:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:1953:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:1969:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:1977:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:1979:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/normal.c:1980:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/normal.c:1981:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/normal.c:1982:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/normal.c:1983:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/normal.c:1988:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:1990:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/normal.c:2011:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:2028:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:2034:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:2036:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:2036:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/normal.c:2037:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:2040:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:2042:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:2046:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:2048:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:2050:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:2053:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/normal.c:2057:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:2063:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:2065:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:2070:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:2075:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:2083:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:2085:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:2085:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/normal.c:2086:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:2102:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:2126:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:2163:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/normal.c:2164:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:2165:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:2166:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:2168:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:2168:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/normal.c:2171:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:2173:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:2174:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:2175:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:2176:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:2178:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:2179:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:2180:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:2181:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:2198:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:2205:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:2208:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:2219:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:2222:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:2224:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:2224:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/normal.c:2225:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:2225:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:2227:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:2237:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:2241:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:2243:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:2246:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:2250:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:2253:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:2256:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:2261:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:2275:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:2280:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:2283:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:2285:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:2288:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:2293:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:2302:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:2317:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:2320:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/normal.c:2323:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:2331:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:2333:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:2333:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/normal.c:2337:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:2339:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:2339:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/normal.c:2342:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:2352:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:2353:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:2358:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:2367:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:2419:  Should leave no spaces after a cast: u'(varnumber_T) tab_page_click_defs'  [whitespace/cast] [2]
src/nvim/normal.c:2441:  Should leave no spaces after a cast: u'(char_u *) ('  [whitespace/cast] [2]
src/nvim/normal.c:2454:  Should leave no spaces after a cast: u'(char_u) ('  [whitespace/cast] [2]
src/nvim/normal.c:2455:  Should leave no spaces after a cast: u'(char_u) ('  [whitespace/cast] [2]
src/nvim/normal.c:2456:  Should leave no spaces after a cast: u'(char_u) ('  [whitespace/cast] [2]
src/nvim/normal.c:2457:  Should leave no spaces after a cast: u'(char_u) ('  [whitespace/cast] [2]
src/nvim/normal.c:2465:  Should leave no spaces after a cast: u'(void) call_func'  [whitespace/cast] [2]
src/nvim/normal.c:2466:  Should leave no spaces after a cast: u'(int) strlen'  [whitespace/cast] [2]
src/nvim/normal.c:2482:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:2491:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:2508:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:2510:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:2512:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/normal.c:2516:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:2529:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:2534:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:2543:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:2544:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:2547:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:2551:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/normal.c:2557:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:2559:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:2566:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:2567:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:2569:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:2571:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:2572:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:2577:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:2580:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:2581:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:2583:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:2587:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:2593:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:2594:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:2595:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:2598:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:2604:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:2606:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:2613:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:2614:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:2618:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:2620:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:2625:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:2627:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:2629:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:2629:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/normal.c:2630:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:2632:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:2635:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:2638:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:2639:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/normal.c:2639:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/normal.c:2643:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:2643:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:2645:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:2645:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:2647:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:2647:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:2647:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/normal.c:2648:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:2651:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:2658:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:2661:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/normal.c:2664:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:2672:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:2674:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/normal.c:2686:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:2690:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:2694:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:2698:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/normal.c:2701:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:2703:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:2703:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:2705:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:2705:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:2707:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:2709:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:2713:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/normal.c:2717:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:2720:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:2722:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:2726:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/normal.c:2727:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:2731:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:2733:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:2733:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:2736:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:2737:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/normal.c:2742:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:2744:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:2744:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/normal.c:2750:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:2755:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:2756:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:2758:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:2760:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/normal.c:2762:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:2765:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:2773:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:2777:  while should always use braces  [readability/braces] [5]
src/nvim/normal.c:2801:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:2808:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:2816:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:2817:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:2819:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:2821:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:2825:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:2826:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:2834:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:2849:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:2855:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:2867:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/normal.c:2874:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:2882:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:2893:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:2897:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:2900:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:2903:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:2909:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:2914:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:2923:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:2929:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:2936:  Redundant blank line at the start of a code block should be deleted.  [whitespace/blank_line] [2]
src/nvim/normal.c:2941:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:2947:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:2955:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:2962:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:2967:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:2974:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:2979:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:3003:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/normal.c:3006:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:3014:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:3020:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:3025:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/normal.c:3026:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:3033:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:3037:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/normal.c:3038:  while should always use braces  [readability/braces] [5]
src/nvim/normal.c:3041:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/normal.c:3044:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:3048:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:3053:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:3062:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:3064:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:3066:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:3069:  while should always use braces  [readability/braces] [5]
src/nvim/normal.c:3075:  Closing ) should be moved to the previous line  [whitespace/parens] [2]
src/nvim/normal.c:3076:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/normal.c:3078:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:3080:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:3086:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/normal.c:3087:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/normal.c:3088:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:3091:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:3093:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:3100:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:3105:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:3107:  while should always use braces  [readability/braces] [5]
src/nvim/normal.c:3110:  Closing ) should be moved to the previous line  [whitespace/parens] [2]
src/nvim/normal.c:3112:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/normal.c:3116:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/normal.c:3123:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:3129:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/normal.c:3132:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:3136:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/normal.c:3139:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:3143:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:3146:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:3148:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:3150:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:3152:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:3154:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:3158:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:3165:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:3171:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:3178:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:3200:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:3231:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:3238:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:3247:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:3263:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:3267:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/normal.c:3269:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/normal.c:3270:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/normal.c:3271:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:3271:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/normal.c:3287:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/normal.c:3288:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/normal.c:3289:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:3292:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/normal.c:3295:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:3296:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/normal.c:3297:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:3298:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/normal.c:3300:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:3306:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:3307:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:3314:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:3334:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:3342:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:3343:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:3344:  for should always use braces  [readability/braces] [5]
src/nvim/normal.c:3344:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/normal.c:3345:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:3349:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:3359:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:3369:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:3373:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:3380:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:3384:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:3388:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:3392:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:3398:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:3404:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:3417:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:3419:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:3419:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/normal.c:3424:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:3430:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:3433:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:3447:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:3449:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:3451:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:3452:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:3464:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/normal.c:3466:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:3467:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:3489:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:3506:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:3513:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:3519:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:3523:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:3532:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:3534:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:3538:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:3540:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:3549:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:3558:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:3567:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:3574:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:3577:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:3585:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:3593:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:3598:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:3602:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:3619:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:3626:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:3627:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:3629:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:3631:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/normal.c:3636:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:3640:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/normal.c:3643:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:3648:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:3651:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:3655:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:3663:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/normal.c:3668:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:3683:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:3686:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/normal.c:3691:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:3692:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:3694:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:3700:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:3705:  while should always use braces  [readability/braces] [5]
src/nvim/normal.c:3707:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/normal.c:3711:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:3715:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/normal.c:3716:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:3717:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:3722:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:3724:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:3725:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/normal.c:3731:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:3739:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:3740:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/normal.c:3744:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:3744:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:3747:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:3748:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:3753:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:3764:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:3775:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:3788:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:3789:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:3790:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:3791:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:3806:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:3813:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:3815:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:3815:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/normal.c:3817:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:3823:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:3825:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:3827:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:3834:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:3835:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:3837:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:3837:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/normal.c:3838:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:3843:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/normal.c:3844:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:3846:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:3848:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/normal.c:3850:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:3854:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:3855:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:3857:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:3859:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:3860:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:3862:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:3862:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/normal.c:3863:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:3864:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:3866:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/normal.c:3879:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:3881:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:3885:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:3892:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:3895:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:3900:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/normal.c:3903:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:3904:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:3909:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:3925:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:3948:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:3956:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:3962:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:3966:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:3975:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:3977:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:3980:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:3986:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:3993:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:3997:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:4002:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4008:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:4013:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4029:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4032:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:4036:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/normal.c:4037:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4037:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/normal.c:4040:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/normal.c:4041:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/normal.c:4043:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:4045:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:4047:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:4076:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4084:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:4086:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:4092:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4095:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4096:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4097:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:4099:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:4102:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4107:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4114:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4116:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4123:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4124:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/normal.c:4124:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4125:  Use operator && instead of and  [readability/alt_tokens] [2]
src/nvim/normal.c:4130:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/normal.c:4132:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:4134:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4137:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4144:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4147:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4149:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4153:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:4155:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:4161:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4163:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4165:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4169:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4175:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4177:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:4178:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4179:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:4181:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:4183:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:4192:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4194:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:4195:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4196:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:4199:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:4201:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:4210:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4211:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4218:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4223:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/normal.c:4227:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4228:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4231:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:4233:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:4235:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/normal.c:4239:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4243:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/normal.c:4245:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/normal.c:4246:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:4250:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4254:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4258:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4262:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4265:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:4265:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/normal.c:4271:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4274:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:4274:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/normal.c:4280:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4283:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:4287:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4290:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:4294:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4297:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:4302:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4305:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:4310:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4314:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4316:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4317:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4321:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4323:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4324:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4327:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4335:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4339:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4341:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4345:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4356:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4358:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4361:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4362:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4363:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:4364:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/normal.c:4369:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4370:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/normal.c:4371:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4371:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/normal.c:4374:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/normal.c:4375:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/normal.c:4382:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4384:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4385:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4386:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4387:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4392:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:4394:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:4399:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4405:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:4410:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:4419:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4420:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:4427:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4430:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4441:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4442:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:4448:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4453:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4463:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4471:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:4473:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:4473:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/normal.c:4479:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4487:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4488:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:4493:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4495:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/normal.c:4497:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4499:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:4501:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:4505:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:4506:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4508:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:4513:  Closing ) should be moved to the previous line  [whitespace/parens] [2]
src/nvim/normal.c:4514:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4520:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4525:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4528:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/normal.c:4529:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4533:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4539:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4541:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/normal.c:4545:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4551:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4557:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4566:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4573:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4578:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:4580:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/normal.c:4583:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4590:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4594:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4603:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4619:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4631:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4633:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4637:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4645:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4645:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:4648:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4652:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:4654:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:4667:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4680:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4687:  Should leave no spaces after a cast: u'(colnr_T) ('  [whitespace/cast] [2]
src/nvim/normal.c:4689:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:4691:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4702:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4705:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/normal.c:4706:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/normal.c:4709:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4714:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4731:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/normal.c:4739:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:4741:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:4747:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:4749:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:4749:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/normal.c:4750:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:4752:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:4757:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4761:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4770:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:4772:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:4774:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:4775:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:4776:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4778:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:4780:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/normal.c:4785:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4786:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:4788:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4792:  for should always use braces  [readability/braces] [5]
src/nvim/normal.c:4792:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/normal.c:4800:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4804:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:4805:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/normal.c:4806:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/normal.c:4808:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4819:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4824:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/normal.c:4826:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4827:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4830:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:4833:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:4848:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:4849:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4856:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4861:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:4865:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4879:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4881:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:4883:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:4883:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/normal.c:4885:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4887:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/normal.c:4889:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/normal.c:4890:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/normal.c:4892:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/normal.c:4897:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4900:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4902:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/normal.c:4903:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4906:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/normal.c:4907:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/normal.c:4911:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:4913:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:4916:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:4917:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/normal.c:4918:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4921:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4925:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/normal.c:4931:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:4935:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4939:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4948:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4949:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:4959:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4963:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:4966:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/normal.c:4970:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4981:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/normal.c:4982:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:4985:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:4986:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/normal.c:4987:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/normal.c:4989:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:4989:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/normal.c:4990:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/normal.c:4999:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:5000:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:5003:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:5009:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:5011:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:5011:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/normal.c:5012:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:5015:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:5016:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/normal.c:5020:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:5025:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:5035:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:5036:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:5044:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/normal.c:5046:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:5057:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/normal.c:5058:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/normal.c:5062:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:5068:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/normal.c:5082:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:5083:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/normal.c:5088:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:5093:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:5100:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:5113:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:5120:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:5145:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:5172:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/normal.c:5179:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/normal.c:5183:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:5188:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:5191:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:5196:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:5203:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:5206:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:5208:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:5209:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:5210:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/normal.c:5212:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:5216:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:5225:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:5240:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/normal.c:5243:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:5262:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:5271:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:5290:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:5294:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:5300:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:5310:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:5312:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:5320:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:5327:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/normal.c:5330:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:5335:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:5343:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:5344:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:5353:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:5353:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/normal.c:5355:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:5358:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:5360:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:5361:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:5371:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/normal.c:5372:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/normal.c:5376:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:5378:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:5378:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/normal.c:5394:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/normal.c:5395:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:5404:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/normal.c:5406:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:5410:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:5412:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:5419:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/normal.c:5421:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/normal.c:5422:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:5423:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:5425:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/normal.c:5426:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:5435:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:5442:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:5446:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:5450:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:5451:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/normal.c:5452:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/normal.c:5457:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:5458:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:5465:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:5472:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:5474:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/normal.c:5478:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:5479:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/normal.c:5480:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/normal.c:5481:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/normal.c:5483:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:5488:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/normal.c:5491:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:5498:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:5503:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:5506:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/normal.c:5507:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:5507:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:5509:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:5510:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:5513:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:5517:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:5518:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/normal.c:5521:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:5521:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/normal.c:5522:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:5524:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:5528:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:5531:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/normal.c:5550:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:5557:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:5571:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:5574:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/normal.c:5576:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/normal.c:5579:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/normal.c:5580:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:5583:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:5587:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:5591:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/normal.c:5593:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/normal.c:5594:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/normal.c:5596:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:5599:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/normal.c:5600:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:5601:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/normal.c:5604:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:5607:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/normal.c:5608:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:5609:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/normal.c:5612:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:5615:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/normal.c:5617:  for should always use braces  [readability/braces] [5]
src/nvim/normal.c:5617:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/normal.c:5623:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:5626:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:5627:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/normal.c:5631:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:5646:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:5648:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:5651:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:5654:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:5661:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:5663:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:5663:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/normal.c:5671:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:5678:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:5686:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:5690:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:5692:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:5692:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/normal.c:5693:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:5696:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:5701:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:5707:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:5712:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:5722:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:5724:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:5724:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/normal.c:5726:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:5731:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:5739:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:5743:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/normal.c:5747:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:5758:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:5767:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:5770:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:5774:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:5775:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:5777:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/normal.c:5780:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:5786:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:5788:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:5791:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:5793:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:5800:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:5802:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:5805:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:5809:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/normal.c:5813:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:5834:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:5835:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:5839:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:5847:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:5851:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:5855:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/normal.c:5861:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:5863:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:5866:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:5869:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/normal.c:5873:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/normal.c:5874:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:5876:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:5877:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:5878:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/normal.c:5879:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/normal.c:5882:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:5884:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:5888:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:5891:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/normal.c:5892:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:5909:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:5911:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/normal.c:5914:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:5916:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/normal.c:5918:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:5918:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/normal.c:5919:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:5921:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:5932:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:5950:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:5952:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:5953:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/normal.c:5960:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:5961:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/normal.c:5977:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:5982:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:5985:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:5992:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:5999:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:6007:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:6012:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:6012:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:6016:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:6023:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:6032:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:6042:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:6046:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/normal.c:6052:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/normal.c:6055:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:6059:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/normal.c:6069:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/normal.c:6072:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:6073:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/normal.c:6077:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:6082:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:6084:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:6084:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/normal.c:6085:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:6091:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:6093:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:6104:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:6111:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:6117:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/normal.c:6124:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:6129:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:6136:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/normal.c:6140:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:6145:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:6146:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:6148:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:6149:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:6151:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:6155:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:6160:  Missing space after {  [whitespace/braces] [5]
src/nvim/normal.c:6163:  Missing space before }  [whitespace/braces] [5]
src/nvim/normal.c:6175:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:6184:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:6186:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:6188:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:6191:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:6195:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/normal.c:6197:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/normal.c:6200:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:6201:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:6203:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:6211:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:6218:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:6221:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:6223:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:6225:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:6228:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:6228:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/normal.c:6230:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:6231:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:6233:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:6235:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:6237:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/normal.c:6239:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:6247:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:6252:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:6254:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:6258:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:6260:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/normal.c:6264:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:6272:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:6275:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:6279:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:6284:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:6285:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:6285:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:6287:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:6287:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:6287:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/normal.c:6288:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:6288:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/normal.c:6292:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:6293:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:6296:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:6301:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:6302:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:6305:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:6306:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:6307:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:6314:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:6324:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/normal.c:6337:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/normal.c:6339:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:6341:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:6342:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:6345:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:6346:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:6346:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/normal.c:6348:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:6349:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:6351:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:6358:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:6363:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:6368:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:6377:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:6383:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:6389:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:6401:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:6404:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:6405:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:6407:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:6416:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:6421:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:6422:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:6425:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:6431:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:6432:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:6436:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:6474:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:6479:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:6482:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:6483:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/normal.c:6484:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/normal.c:6486:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:6486:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/normal.c:6487:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:6511:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:6518:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:6523:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:6525:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:6532:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:6540:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:6547:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:6556:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:6562:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:6566:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:6572:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:6579:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/normal.c:6581:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:6587:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:6594:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/normal.c:6596:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:6600:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:6607:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:6613:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:6629:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:6631:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/normal.c:6633:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:6636:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:6644:  while should always use braces  [readability/braces] [5]
src/nvim/normal.c:6644:  Empty loop bodies should use {} or continue  [whitespace/empty_loop_body] [5]
src/nvim/normal.c:6650:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:6655:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:6656:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/normal.c:6658:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:6658:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/normal.c:6661:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:6662:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:6663:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/normal.c:6665:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:6666:  while should always use braces  [readability/braces] [5]
src/nvim/normal.c:6668:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/normal.c:6685:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:6692:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:6697:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:6702:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:6707:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:6708:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/normal.c:6710:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/normal.c:6716:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:6724:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:6730:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:6732:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:6733:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:6737:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:6745:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:6761:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:6770:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:6775:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:6779:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:6788:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:6791:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:6796:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:6803:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:6811:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:6817:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:6819:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:6827:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:6836:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:6849:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:6858:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:6868:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:6893:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:6901:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:6906:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:6914:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:6928:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:6932:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:6937:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:6938:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:6940:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/normal.c:6949:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:6957:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:6958:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:6960:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/normal.c:6961:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:6962:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:6964:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/normal.c:6967:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/normal.c:6969:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/normal.c:6986:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:6992:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:6997:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:7002:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:7013:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:7018:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:7022:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:7032:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:7038:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:7042:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:7046:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:7056:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:7056:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:7058:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:7065:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:7076:  Should leave no spaces after a cast: u'(char) opchar0'  [whitespace/cast] [2]
src/nvim/normal.c:7078:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/normal.c:7080:  Should leave no spaces after a cast: u'(char) opchar1'  [whitespace/cast] [2]
src/nvim/normal.c:7087:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:7113:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:7118:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:7119:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:7121:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:7121:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/normal.c:7125:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/normal.c:7125:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:7125:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/normal.c:7126:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/normal.c:7129:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:7140:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/normal.c:7142:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:7147:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:7156:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:7158:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:7162:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:7173:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:7176:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:7178:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:7182:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:7204:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:7206:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:7209:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:7211:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:7214:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:7216:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:7216:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/normal.c:7218:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:7223:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:7230:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:7239:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/normal.c:7240:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:7241:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:7247:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:7256:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:7258:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/normal.c:7258:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:7258:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/normal.c:7259:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/normal.c:7262:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:7269:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:7271:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:7272:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/normal.c:7277:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:7287:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:7289:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:7291:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:7292:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/normal.c:7293:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:7294:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/normal.c:7297:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/normal.c:7305:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:7310:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:7312:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:7313:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:7320:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:7328:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:7330:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:7335:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:7336:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:7338:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:7340:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:7344:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:7348:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:7355:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:7356:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:7358:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:7361:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:7364:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:7365:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:7367:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/normal.c:7371:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:7385:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:7386:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:7392:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:7394:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:7398:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:7404:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:7405:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:7413:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:7415:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:7421:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:7426:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:7427:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:7430:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:7431:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:7434:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:7435:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:7438:  Closing ) should be moved to the previous line  [whitespace/parens] [2]
src/nvim/normal.c:7441:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:7446:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:7451:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:7456:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/normal.c:7460:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:7464:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:7465:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:7467:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:7472:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:7480:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:7491:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:7495:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/normal.c:7497:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:7504:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:7507:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:7509:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:7512:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:7515:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:7518:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:7522:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:7531:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:7532:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:7533:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:7534:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:7536:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:7541:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:7544:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:7547:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:7552:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:7557:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:7561:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:7565:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:7575:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:7578:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:7581:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:7582:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:7583:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:7585:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/normal.c:7593:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:7599:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:7606:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:7614:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/normal.c:7615:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:7617:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:7622:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:7627:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:7630:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:7642:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:7647:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:7651:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:7655:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:7682:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:7695:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:7700:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/normal.c:7707:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:7711:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:7727:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:7735:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:7738:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:7741:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:7743:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:7745:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:7748:  if should always use braces  [readability/braces] [5]
src/nvim/normal.c:7752:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:7755:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:7766:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:7777:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:7782:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:7793:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:7798:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:7803:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.c:7803:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/normal.c:7805:  An else should always have braces before it  [readability/braces] [5]
src/nvim/normal.c:7854:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/normal.c:7907:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:50:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:59:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:64:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:65:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:66:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:67:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:68:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:69:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:70:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:71:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:72:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:73:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:74:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:75:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:76:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:77:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:84:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:123:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:155:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:163:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:172:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:180:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:190:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:191:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ops.c:209:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ops.c:213:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:219:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:221:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:222:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ops.c:223:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:223:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ops.c:226:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:228:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ops.c:231:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:232:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/ops.c:233:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ops.c:234:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/ops.c:236:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:238:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ops.c:237:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/ops.c:239:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ops.c:241:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ops.c:240:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/ops.c:246:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:252:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:253:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ops.c:256:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:264:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:271:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:273:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:274:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:275:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:276:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:276:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:277:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ops.c:280:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:282:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ops.c:285:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:288:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:290:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ops.c:294:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:295:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:296:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ops.c:297:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ops.c:301:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:321:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:323:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:324:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ops.c:325:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:328:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:333:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:339:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:354:  Missing username in TODO; it should look like "// TODO(my_username): Stuff."  [readability/todo] [2]
src/nvim/ops.c:355:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/ops.c:359:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:361:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:362:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:363:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:364:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:365:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ops.c:367:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:370:  Should leave no spaces after a cast: u'(char_u *) xmalloc'  [whitespace/cast] [2]
src/nvim/ops.c:375:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:392:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:400:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:403:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:406:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:415:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:422:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:427:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:430:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:435:  Missing username in TODO; it should look like "// TODO(my_username): Stuff."  [readability/todo] [2]
src/nvim/ops.c:437:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:443:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:457:  Should leave no spaces after a cast: u'(char_u *) xmalloc'  [whitespace/cast] [2]
src/nvim/ops.c:462:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:463:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ops.c:470:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:474:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/ops.c:497:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:498:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:500:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:502:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:504:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:505:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:507:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:508:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:509:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:553:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:557:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ops.c:560:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:565:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:572:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:584:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:591:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:594:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:599:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:606:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:606:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:608:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ops.c:609:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:612:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:613:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:618:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ops.c:619:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:622:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:626:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:629:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:631:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ops.c:632:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ops.c:633:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ops.c:638:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:640:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ops.c:643:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:648:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:653:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:662:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:664:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:664:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:666:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ops.c:671:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:681:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:691:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:694:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:698:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:700:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:703:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ops.c:704:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ops.c:705:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ops.c:710:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:715:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:773:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ops.c:774:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ops.c:832:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:855:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:856:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:861:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ops.c:864:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:866:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ops.c:866:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ops.c:867:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:870:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:894:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:902:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:907:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:935:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:940:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/ops.c:941:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/ops.c:943:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:944:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:945:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:951:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:958:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:965:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:965:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:968:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:973:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:975:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:979:  Lines should very rarely be longer than 100 characters  [whitespace/line_length] [4]
src/nvim/ops.c:980:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ops.c:981:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:983:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:984:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ops.c:985:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ops.c:986:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ops.c:990:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:992:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ops.c:994:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1000:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ops.c:1004:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:1010:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1023:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ops.c:1025:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:1027:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:1027:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ops.c:1031:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1031:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ops.c:1036:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1053:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:1053:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ops.c:1058:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1067:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1074:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:1075:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ops.c:1079:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:1081:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ops.c:1083:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:1085:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ops.c:1087:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ops.c:1087:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ops.c:1088:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:1091:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:1092:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ops.c:1096:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1104:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1111:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1117:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:1120:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1121:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:1124:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1124:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:1125:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ops.c:1126:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ops.c:1126:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ops.c:1127:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:1130:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:1132:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1151:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1161:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1165:  while should always use braces  [readability/braces] [5]
src/nvim/ops.c:1166:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ops.c:1167:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:1170:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1172:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:1174:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ops.c:1176:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:1183:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1190:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1191:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1197:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ops.c:1199:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1200:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:1201:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1203:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ops.c:1205:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1206:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1207:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ops.c:1209:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1211:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ops.c:1212:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ops.c:1214:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1215:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:1218:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ops.c:1220:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1221:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:1224:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ops.c:1226:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1228:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ops.c:1229:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:1231:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ops.c:1233:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1234:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1235:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:1236:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ops.c:1238:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ops.c:1239:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ops.c:1240:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ops.c:1242:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1243:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1244:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:1245:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ops.c:1250:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ops.c:1251:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ops.c:1253:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1255:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ops.c:1258:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ops.c:1275:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:1287:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1290:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:1296:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1324:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:1327:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1338:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:1346:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1367:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1375:  Should have a space between // and comment  [whitespace/comments] [4]
src/nvim/ops.c:1382:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1388:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1389:  for should always use braces  [readability/braces] [5]
src/nvim/ops.c:1392:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1397:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1409:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
src/nvim/ops.c:1412:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1421:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/ops.c:1422:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ops.c:1423:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1423:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:1426:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1455:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1461:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ops.c:1462:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ops.c:1465:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:1467:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1468:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1469:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1469:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ops.c:1471:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ops.c:1472:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1473:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1473:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ops.c:1474:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1475:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:1476:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1478:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ops.c:1480:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1486:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1488:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1488:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:1490:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:1502:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1506:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1507:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:1508:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ops.c:1517:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1518:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1518:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:1521:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1522:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:1523:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ops.c:1524:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ops.c:1525:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ops.c:1526:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ops.c:1532:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1538:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:1542:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1543:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:1546:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1547:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:1557:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1558:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:1559:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ops.c:1584:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ops.c:1591:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1605:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1614:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1627:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:1628:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1630:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:1633:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:1636:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:1637:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ops.c:1640:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1645:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/ops.c:1646:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1647:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ops.c:1648:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:1649:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1651:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1655:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1664:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ops.c:1665:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1668:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1672:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1674:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:1677:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1681:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ops.c:1682:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ops.c:1687:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1736:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1737:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ops.c:1751:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:1752:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ops.c:1753:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ops.c:1760:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1762:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:1768:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1775:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1778:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ops.c:1781:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:1789:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:1793:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1800:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:1805:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1806:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:1815:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1823:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1830:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ops.c:1832:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:1833:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ops.c:1841:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ops.c:1845:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
src/nvim/ops.c:1847:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:1854:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:1855:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ops.c:1856:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ops.c:1859:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:1861:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ops.c:1862:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ops.c:1865:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ops.c:1866:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ops.c:1867:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:1872:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ops.c:1876:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:1877:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1880:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1887:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:1889:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ops.c:1894:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1906:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/ops.c:1910:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1911:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:1915:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1915:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:1921:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1935:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1936:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:1937:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ops.c:1943:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1945:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ops.c:1952:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1952:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:1953:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ops.c:1956:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:1958:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ops.c:1961:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:1963:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ops.c:1971:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1972:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ops.c:1975:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ops.c:1977:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ops.c:1979:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ops.c:1982:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1993:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:1996:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:2009:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:2012:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ops.c:2013:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:2014:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ops.c:2017:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:2018:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ops.c:2020:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:2029:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:2030:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ops.c:2031:  while should always use braces  [readability/braces] [5]
src/nvim/ops.c:2033:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ops.c:2035:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:2037:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:2039:  for should always use braces  [readability/braces] [5]
src/nvim/ops.c:2047:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:2048:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:2065:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:2068:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:2074:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:2092:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:2100:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:2105:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ops.c:2109:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:2110:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ops.c:2116:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:2121:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:2138:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:2161:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:2164:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:2164:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ops.c:2167:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:2170:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:2171:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ops.c:2172:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ops.c:2173:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ops.c:2175:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:2197:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ops.c:2199:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:2218:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:2224:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ops.c:2228:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:2248:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ops.c:2260:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:2281:  Weird number of spaces at line-start.  Are you using a 2-space indent?  [whitespace/indent] [3]
src/nvim/ops.c:2282:  Weird number of spaces at line-start.  Are you using a 2-space indent?  [whitespace/indent] [3]
src/nvim/ops.c:2283:  Weird number of spaces at line-start.  Are you using a 2-space indent?  [whitespace/indent] [3]
src/nvim/ops.c:2313:  At least two spaces is best between code and comments  [whitespace/comments] [2]
src/nvim/ops.c:2372:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:2390:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ops.c:2401:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:2415:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:2419:  Closing ) should be moved to the previous line  [whitespace/parens] [2]
src/nvim/ops.c:2422:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:2423:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ops.c:2435:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:2437:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:2441:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ops.c:2441:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ops.c:2454:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:2456:  for should always use braces  [readability/braces] [5]
src/nvim/ops.c:2456:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/ops.c:2478:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ops.c:2480:  while should always use braces  [readability/braces] [5]
src/nvim/ops.c:2511:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:2591:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:2621:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:2622:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:2623:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ops.c:2627:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ops.c:2630:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:2633:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:2634:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:2636:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:2642:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ops.c:2643:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:2645:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:2650:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:2654:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ops.c:2655:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:2671:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:2678:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:2680:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ops.c:2683:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:2685:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ops.c:2686:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:2693:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:2698:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:2755:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:2759:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:2760:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:2769:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ops.c:2783:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:2785:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:2787:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ops.c:2789:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:2790:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ops.c:2791:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:2793:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:2795:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:2797:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ops.c:2799:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:2800:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ops.c:2807:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:2809:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:2813:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ops.c:2815:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ops.c:2822:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:2830:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:2832:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ops.c:2835:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:2836:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:2838:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ops.c:2839:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ops.c:2840:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ops.c:2841:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ops.c:2848:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:2849:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ops.c:2850:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:2851:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ops.c:2853:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:2855:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:2870:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:2872:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:2873:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ops.c:2873:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ops.c:2875:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ops.c:2877:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:2881:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:2889:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:2889:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:2891:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ops.c:2894:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ops.c:2896:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:2899:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:2909:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:2911:  for should always use braces  [readability/braces] [5]
src/nvim/ops.c:2913:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:2919:  Should leave no spaces after a cast: u'(char_u *) xmalloc'  [whitespace/cast] [2]
src/nvim/ops.c:2924:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:2927:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:2928:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/ops.c:2932:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:2938:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:2946:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ops.c:2947:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:2953:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:2957:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:2967:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:2969:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:2971:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ops.c:2982:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:2989:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ops.c:2991:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ops.c:2992:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ops.c:2998:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:3001:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/ops.c:3002:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ops.c:3005:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:3013:  Should leave no spaces after a cast: u'(char_u *) xmalloc'  [whitespace/cast] [2]
src/nvim/ops.c:3021:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ops.c:3022:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:3024:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:3029:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:3033:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:3038:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:3039:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:3040:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ops.c:3054:  Should leave no spaces after a cast: u'(char_u *) xmalloc'  [whitespace/cast] [2]
src/nvim/ops.c:3057:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:3058:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ops.c:3062:  Should leave no spaces after a cast: u'(char_u *) xmalloc'  [whitespace/cast] [2]
src/nvim/ops.c:3063:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:3065:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:3067:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ops.c:3080:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ops.c:3085:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:3087:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:3088:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:3089:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ops.c:3090:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:3091:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ops.c:3094:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ops.c:3095:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ops.c:3099:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:3100:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:3110:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:3130:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:3132:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:3134:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:3136:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ops.c:3140:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:3159:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:3160:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ops.c:3162:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:3162:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ops.c:3168:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ops.c:3171:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:3173:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:3176:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ops.c:3178:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:3182:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:3192:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:3198:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:3205:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:3215:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:3218:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:3220:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ops.c:3222:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ops.c:3224:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ops.c:3226:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ops.c:3228:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ops.c:3228:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ops.c:3233:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:3244:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:3248:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:3254:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:3259:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:3261:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ops.c:3263:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ops.c:3268:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:3270:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/ops.c:3270:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:3285:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/ops.c:3299:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:3305:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ops.c:3308:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:3314:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ops.c:3317:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:3323:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ops.c:3326:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:3335:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ops.c:3339:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:3345:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ops.c:3348:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:3354:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ops.c:3358:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:3362:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/ops.c:3363:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/ops.c:3365:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:3378:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ops.c:3384:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:3396:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/ops.c:3402:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ops.c:3404:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:3408:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:3411:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ops.c:3413:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:3414:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ops.c:3417:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:3417:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ops.c:3420:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ops.c:3422:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:3425:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:3435:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ops.c:3438:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:3442:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:3466:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:3469:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:3470:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:3475:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ops.c:3501:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:3504:  Redundant blank line at the start of a code block should be deleted.  [whitespace/blank_line] [2]
src/nvim/ops.c:3506:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ops.c:3505:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ops.c:3509:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ops.c:3511:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ops.c:3510:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ops.c:3522:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:3523:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:3525:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ops.c:3526:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ops.c:3529:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ops.c:3547:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:3558:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:3561:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:3562:  Should leave no spaces after a cast: u'(char_u *) xmalloc'  [whitespace/cast] [2]
src/nvim/ops.c:3566:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:3581:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ops.c:3582:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:3585:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:3587:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:3591:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ops.c:3599:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:3602:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ops.c:3604:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:3614:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:3624:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ops.c:3628:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:3633:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:3638:  Lines should very rarely be longer than 100 characters  [whitespace/line_length] [4]
src/nvim/ops.c:3645:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:3648:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:3656:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/ops.c:3657:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:3659:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:3660:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ops.c:3662:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:3663:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ops.c:3664:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:3665:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ops.c:3666:  for should always use braces  [readability/braces] [5]
src/nvim/ops.c:3666:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/ops.c:3667:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:3668:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ops.c:3669:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ops.c:3674:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:3679:  for should always use braces  [readability/braces] [5]
src/nvim/ops.c:3679:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/ops.c:3680:  Line contains only semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/ops.c:3682:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/ops.c:3684:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:3686:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ops.c:3687:  while should always use braces  [readability/braces] [5]
src/nvim/ops.c:3688:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ops.c:3695:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:3698:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/ops.c:3699:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/ops.c:3701:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:3706:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:3710:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:3711:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ops.c:3715:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:3716:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:3719:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:3722:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:3724:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:3729:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:3734:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:3735:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ops.c:3740:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:3751:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:3763:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:3768:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:3769:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:3772:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:3773:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:3775:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ops.c:3778:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/ops.c:3779:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/ops.c:3782:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:3786:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ops.c:3789:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:3797:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:3800:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:3801:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ops.c:3803:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:3804:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ops.c:3811:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:3817:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/ops.c:3818:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/ops.c:3820:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:3824:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:3825:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:3826:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:3827:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:3827:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ops.c:3828:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ops.c:3829:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:3830:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:3831:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:3832:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:3833:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:3834:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:3835:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ops.c:3836:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/ops.c:3836:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:3837:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ops.c:3841:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ops.c:3844:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:3844:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ops.c:3845:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ops.c:3848:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:3849:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ops.c:3851:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:3857:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:3860:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:3862:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ops.c:3863:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ops.c:3863:  Closing ) should be moved to the previous line  [whitespace/parens] [2]
src/nvim/ops.c:3864:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ops.c:3865:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ops.c:3867:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ops.c:3868:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ops.c:3868:  Closing ) should be moved to the previous line  [whitespace/parens] [2]
src/nvim/ops.c:3870:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:3874:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/ops.c:3875:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:3886:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:3890:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ops.c:3895:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ops.c:3896:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ops.c:3896:  Closing ) should be moved to the previous line  [whitespace/parens] [2]
src/nvim/ops.c:3897:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:3901:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ops.c:3903:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:3906:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:3910:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:3913:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:3923:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:3932:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:3936:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:3944:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:3947:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:3949:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ops.c:3950:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ops.c:3949:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ops.c:3950:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ops.c:3952:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ops.c:3954:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:3959:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:3960:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:3964:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:3965:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:3967:  while should always use braces  [readability/braces] [5]
src/nvim/ops.c:3970:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:3971:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:3973:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ops.c:3975:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ops.c:3976:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ops.c:3978:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ops.c:3982:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:3985:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:3987:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:3989:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ops.c:3991:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ops.c:3994:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:3999:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ops.c:4002:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:4007:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ops.c:4008:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:4013:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ops.c:4015:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ops.c:4019:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ops.c:4023:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ops.c:4024:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:4025:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:4026:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ops.c:4027:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ops.c:4028:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ops.c:4035:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:4043:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:4044:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ops.c:4049:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:4057:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/ops.c:4059:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:4063:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:4064:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ops.c:4065:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ops.c:4069:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:4073:  while should always use braces  [readability/braces] [5]
src/nvim/ops.c:4074:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ops.c:4079:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ops.c:4082:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:4089:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:4090:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:4091:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:4092:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:4093:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:4095:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:4096:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:4096:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ops.c:4099:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:4100:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:4100:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ops.c:4103:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:4104:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ops.c:4105:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ops.c:4105:  Closing ) should be moved to the previous line  [whitespace/parens] [2]
src/nvim/ops.c:4106:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:4106:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ops.c:4108:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:4109:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ops.c:4110:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ops.c:4110:  Closing ) should be moved to the previous line  [whitespace/parens] [2]
src/nvim/ops.c:4111:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:4111:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ops.c:4113:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:4114:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:4114:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ops.c:4116:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:4117:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:4117:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ops.c:4119:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:4120:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ops.c:4121:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:4121:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ops.c:4123:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ops.c:4126:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:4139:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/ops.c:4153:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ops.c:4154:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ops.c:4164:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:4178:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:4180:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ops.c:4181:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:4184:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:4187:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:4191:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:4192:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ops.c:4193:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:4195:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ops.c:4201:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:4212:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:4220:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:4221:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ops.c:4222:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:4225:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:4226:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:4229:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ops.c:4230:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:4235:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:4241:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:4245:  Should leave no spaces after a cast: u'(colnr_T) ('  [whitespace/cast] [2]
src/nvim/ops.c:4688:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:4793:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:4793:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:4796:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:4797:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:4802:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/ops.c:4803:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:4812:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:4824:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:4830:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:4841:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:4849:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:4862:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/ops.c:4879:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/ops.c:4958:  Should leave no spaces after a cast: u'(ssize_t) STRLEN'  [whitespace/cast] [2]
src/nvim/ops.c:4961:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:4963:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/ops.c:4990:  Should leave no spaces after a cast: u'(size_t) len'  [whitespace/cast] [2]
src/nvim/ops.c:5054:  Should leave no spaces after a cast: u'(char_u **) str'  [whitespace/cast] [2]
src/nvim/ops.c:5054:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/ops.c:5061:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ops.c:5065:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ops.c:5082:  Should leave no spaces after a cast: u'(char_u **) str'  [whitespace/cast] [2]
src/nvim/ops.c:5082:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/ops.c:5123:  Should leave no spaces after a cast: u'(colnr_T) maxlen'  [whitespace/cast] [2]
src/nvim/ops.c:5135:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:5149:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/ops.c:5162:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/ops.c:5164:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ops.c:5168:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:5172:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:5214:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:5216:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ops.c:5227:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:5228:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/ops.c:5233:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:5239:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ops.c:5241:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:5243:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:5253:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/ops.c:5254:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:5257:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:5262:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:5294:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ops.c:5295:  if should always use braces  [readability/braces] [5]
src/nvim/ops.c:5302:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:5308:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ops.c:5309:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ops.c:5312:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.c:5314:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ops.c:5420:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/ops.c:5429:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/ops.c:5441:  Missing space before ( in if(  [whitespace/parens] [5]
src/nvim/ops.c:5449:  Missing space before ( in if(  [whitespace/parens] [5]
src/nvim/ops.c:5451:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/ops.c:5451:  Missing space before asterisk in char_u*  [whitespace/operators] [2]
src/nvim/ops.c:5472:  At least two spaces is best between code and comments  [whitespace/comments] [2]
src/nvim/ops.c:5510:  Missing space before asterisk in char*  [whitespace/operators] [2]
src/nvim/ops.c:5550:  Missing space before asterisk in char*  [whitespace/operators] [2]
src/nvim/ops.c:5618:  Missing space before asterisk in char_u*  [whitespace/operators] [2]
src/nvim/ops.c:5625:  Missing space before asterisk in char_u*  [whitespace/operators] [2]
src/nvim/ops.c:5688:  Should leave no spaces after a cast: u'(const yankreg_T *const) iter'  [whitespace/cast] [2]
src/nvim/ops.c:5700:  Should leave no spaces after a cast: u'(void *) iter_reg'  [whitespace/cast] [2]
src/nvim/option.c:1:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:29:  "stdint.h" already included at src/nvim/option.c:27  [build/include] [4]
src/nvim/option.c:76:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:93:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:96:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:99:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:105:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:166:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:180:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:181:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:182:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:183:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/option.c:183:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:186:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/option.c:186:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:188:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:189:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:193:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:194:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:196:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:199:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:200:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:201:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:202:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/option.c:202:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:206:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/option.c:206:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:208:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:209:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/option.c:209:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:210:  Use xfree(...) instead of free(...).  [runtime/memory_fn] [2]
src/nvim/option.c:211:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:212:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:213:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:214:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:216:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:217:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:218:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:219:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:220:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:221:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:251:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:520:  Should leave no spaces after a cast: u'(size_t) ('  [whitespace/cast] [2]
src/nvim/option.c:535:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:546:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:547:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/option.c:549:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:556:  Should leave no spaces after a cast: u'(char *) shell'  [whitespace/cast] [2]
src/nvim/option.c:560:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:566:  Missing space after {  [whitespace/braces] [5]
src/nvim/option.c:566:  Missing space before }  [whitespace/braces] [5]
src/nvim/option.c:568:  Missing space after {  [whitespace/braces] [5]
src/nvim/option.c:568:  Missing space before }  [whitespace/braces] [5]
src/nvim/option.c:574:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/option.c:582:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/option.c:589:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:596:  Missing space before ( in if(  [whitespace/parens] [5]
src/nvim/option.c:605:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:611:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:612:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:632:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:637:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:639:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/option.c:640:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:642:  An else should always have braces before it  [readability/braces] [5]
src/nvim/option.c:642:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/option.c:643:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:653:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/option.c:654:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:661:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:669:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/option.c:670:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/option.c:675:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/option.c:698:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:706:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:712:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:718:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:725:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:743:  Should leave no spaces after a cast: u'(char *) option_expand'  [whitespace/cast] [2]
src/nvim/option.c:748:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:753:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:755:  Should leave no spaces after a cast: u'(char_u *) p'  [whitespace/cast] [2]
src/nvim/option.c:760:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:762:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:768:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:792:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:796:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:800:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/option.c:801:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/option.c:803:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:804:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:807:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:808:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:813:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:816:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:818:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:820:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/option.c:821:  An else should always have braces before it  [readability/braces] [5]
src/nvim/option.c:821:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/option.c:822:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:828:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:830:  An else should always have braces before it  [readability/braces] [5]
src/nvim/option.c:830:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/option.c:832:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:833:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:837:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:840:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:841:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:842:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/option.c:844:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:845:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:850:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:858:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:861:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/option.c:862:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/option.c:863:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:872:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:895:  Should leave no spaces after a cast: u'(char_u *) ('  [whitespace/cast] [2]
src/nvim/option.c:897:  Should leave no spaces after a cast: u'(char_u *) val'  [whitespace/cast] [2]
src/nvim/option.c:898:  Should leave no spaces after a cast: u'(char_u *) xstrdup'  [whitespace/cast] [2]
src/nvim/option.c:903:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:912:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:917:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:926:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:927:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:929:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:931:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/option.c:933:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:941:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:949:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:955:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:959:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:963:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:966:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:967:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:970:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:984:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:985:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/option.c:986:  An else should always have braces before it  [readability/braces] [5]
src/nvim/option.c:989:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:990:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/option.c:991:  An else should always have braces before it  [readability/braces] [5]
src/nvim/option.c:999:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1004:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/option.c:1005:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/option.c:1015:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/option.c:1016:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/option.c:1017:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/option.c:1018:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/option.c:1019:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/option.c:1020:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/option.c:1021:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/option.c:1022:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/option.c:1038:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1046:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1046:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:1050:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:1053:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1064:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1075:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1092:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1107:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/option.c:1108:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/option.c:1109:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1117:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1118:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1119:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1124:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1125:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1126:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1126:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/option.c:1127:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1128:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1129:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1134:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/option.c:1138:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1140:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1144:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1158:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/option.c:1161:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/option.c:1162:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/option.c:1174:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1178:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1179:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:1181:  An else should always have braces before it  [readability/braces] [5]
src/nvim/option.c:1181:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/option.c:1183:  while should always use braces  [readability/braces] [5]
src/nvim/option.c:1184:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/option.c:1191:  Should leave no spaces after a cast: u'(size_t) ('  [whitespace/cast] [2]
src/nvim/option.c:1207:  Should leave no spaces after a cast: u'(size_t) len'  [whitespace/cast] [2]
src/nvim/option.c:1213:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1216:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1217:  while should always use braces  [readability/braces] [5]
src/nvim/option.c:1218:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/option.c:1220:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/option.c:1221:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/option.c:1222:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/option.c:1225:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1225:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/option.c:1226:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/option.c:1228:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1228:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/option.c:1229:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/option.c:1231:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1231:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/option.c:1232:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/option.c:1237:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1243:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1244:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1246:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:1259:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1261:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:1265:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1266:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:1270:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1276:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1279:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:1280:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1286:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1296:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1297:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/option.c:1299:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1300:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/option.c:1311:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1319:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1322:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:1323:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1324:  An else should always have braces before it  [readability/braces] [5]
src/nvim/option.c:1324:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/option.c:1325:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1325:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/option.c:1326:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1326:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/option.c:1331:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1332:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:1334:  An else should always have braces before it  [readability/braces] [5]
src/nvim/option.c:1336:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/option.c:1337:  An else should always have braces before it  [readability/braces] [5]
src/nvim/option.c:1339:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/option.c:1345:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:1349:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1355:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1360:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:1362:  An else should always have braces before it  [readability/braces] [5]
src/nvim/option.c:1364:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/option.c:1365:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/option.c:1366:  An else should always have braces before it  [readability/braces] [5]
src/nvim/option.c:1367:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1368:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:1371:  An else should always have braces before it  [readability/braces] [5]
src/nvim/option.c:1373:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/option.c:1375:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1383:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1383:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:1385:  An else should always have braces before it  [readability/braces] [5]
src/nvim/option.c:1390:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/option.c:1391:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1398:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1399:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1408:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/option.c:1409:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:1411:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/option.c:1412:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/option.c:1413:  An else should always have braces before it  [readability/braces] [5]
src/nvim/option.c:1414:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1416:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:1419:  An else should always have braces before it  [readability/braces] [5]
src/nvim/option.c:1446:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:1448:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:1450:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:1453:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/option.c:1454:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1464:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/option.c:1464:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1467:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1470:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:1474:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1477:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1479:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/option.c:1480:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/option.c:1481:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1499:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/option.c:1500:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/option.c:1502:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1502:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/option.c:1504:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1515:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1519:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/option.c:1538:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1543:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/option.c:1547:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:1549:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:1551:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:1553:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:1555:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:1557:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1557:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:1562:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1566:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/option.c:1567:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/option.c:1569:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/option.c:1572:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1574:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:1578:  An else should always have braces before it  [readability/braces] [5]
src/nvim/option.c:1581:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1586:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1588:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:1593:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1602:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:1611:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1611:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/option.c:1614:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1618:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/option.c:1623:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1634:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:1641:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1643:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1647:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/option.c:1670:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/option.c:1671:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/option.c:1676:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1691:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/option.c:1697:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:1701:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1706:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1709:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1710:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:1711:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/option.c:1713:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1714:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/option.c:1715:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/option.c:1723:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1724:  for should always use braces  [readability/braces] [5]
src/nvim/option.c:1724:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/option.c:1728:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/option.c:1732:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1732:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:1734:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/option.c:1737:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1743:  Should leave no spaces after a cast: u'(char *) origval'  [whitespace/cast] [2]
src/nvim/option.c:1746:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1749:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/option.c:1761:  Should leave no spaces after a cast: u'(char **) varp'  [whitespace/cast] [2]
src/nvim/option.c:1776:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:1778:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/option.c:1782:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1788:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/option.c:1789:  while should always use braces  [readability/braces] [5]
src/nvim/option.c:1790:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:1791:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/option.c:1793:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:1802:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1808:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1811:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1811:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/option.c:1812:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1813:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/option.c:1823:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1824:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/option.c:1825:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1825:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/option.c:1828:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/option.c:1829:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1829:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/option.c:1833:  Small and focused functions are preferred: () has 546 non-comment lines (error triggered by exceeding 500 lines).  [readability/fn_size] [1]
src/nvim/option.c:1835:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1839:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/option.c:1840:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/option.c:1842:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1843:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1848:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1852:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:1856:  An else should always have braces before it  [readability/braces] [5]
src/nvim/option.c:1862:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:1865:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/option.c:1864:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/option.c:1869:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1875:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:1877:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:1882:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1890:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:1892:  An else should always have braces before it  [readability/braces] [5]
src/nvim/option.c:1892:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/option.c:1894:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:1901:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1907:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/option.c:1908:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/option.c:1909:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1926:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1929:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/option.c:1930:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/option.c:1933:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1936:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1941:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1957:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1958:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1959:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1960:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1965:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/option.c:1966:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/option.c:1967:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1967:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/option.c:1969:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1985:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:1997:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:2002:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2011:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/option.c:2012:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:2014:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2014:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:2016:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2017:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2017:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:2023:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2031:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2032:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:2045:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2052:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/option.c:2053:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/option.c:2054:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/option.c:2052:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/option.c:2055:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2055:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:2061:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2067:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2109:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2116:  for should always use braces  [readability/braces] [5]
src/nvim/option.c:2117:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:2121:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2173:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2182:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:2188:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:2195:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:2199:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2216:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2222:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:2232:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2237:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2241:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/option.c:2242:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/option.c:2247:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2254:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/option.c:2255:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/option.c:2259:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2268:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2270:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2277:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2277:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:2280:  Should leave no spaces after a cast: u'(void *) options'  [whitespace/cast] [2]
src/nvim/option.c:2285:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/option.c:2286:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:2290:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2291:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:2296:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2302:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:2304:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/option.c:2308:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2311:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/option.c:2312:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/option.c:2313:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2314:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2319:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2320:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:2322:  An else should always have braces before it  [readability/braces] [5]
src/nvim/option.c:2383:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2388:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/option.c:2389:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2390:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2391:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2392:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2393:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2394:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2399:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/option.c:2403:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2407:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2412:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2415:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/option.c:2419:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2420:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/option.c:2446:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2447:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/option.c:2448:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:2449:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/option.c:2452:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2453:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/option.c:2454:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:2464:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2464:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/option.c:2465:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2468:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2469:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/option.c:2470:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2473:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/option.c:2477:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/option.c:2480:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2481:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/option.c:2484:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2485:  An else should always have braces before it  [readability/braces] [5]
src/nvim/option.c:2486:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2492:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:2496:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2497:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/option.c:2498:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:2499:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2501:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2502:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/option.c:2503:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:2503:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/option.c:2506:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:2509:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2514:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:2517:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2518:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/option.c:2519:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:2519:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/option.c:2522:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2523:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/option.c:2524:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:2524:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/option.c:2526:  An else should always have braces before it  [readability/braces] [5]
src/nvim/option.c:2528:  An else should always have braces before it  [readability/braces] [5]
src/nvim/option.c:2531:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2532:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/option.c:2533:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/option.c:2536:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/option.c:2540:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2543:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/option.c:2547:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/option.c:2549:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/option.c:2552:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2553:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/option.c:2554:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:2557:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2558:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/option.c:2559:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:2559:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/option.c:2562:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2563:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/option.c:2564:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:2565:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/option.c:2568:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2569:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/option.c:2570:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:2572:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2577:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:2579:  An else should always have braces before it  [readability/braces] [5]
src/nvim/option.c:2580:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2583:  An else should always have braces before it  [readability/braces] [5]
src/nvim/option.c:2583:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/option.c:2584:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2586:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2592:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2603:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2605:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:2609:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2614:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2619:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2621:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:2624:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2625:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:2627:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:2637:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2638:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/option.c:2639:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:2641:  An else should always have braces before it  [readability/braces] [5]
src/nvim/option.c:2641:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/option.c:2643:  An else should always have braces before it  [readability/braces] [5]
src/nvim/option.c:2643:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/option.c:2645:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2647:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2649:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:2653:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2654:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/option.c:2655:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/option.c:2660:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2661:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/option.c:2663:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/option.c:2667:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:2669:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:2679:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:2683:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2689:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:2694:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2695:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/option.c:2703:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/option.c:2705:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:2707:  An else should always have braces before it  [readability/braces] [5]
src/nvim/option.c:2709:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:2712:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:2713:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/option.c:2714:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/option.c:2719:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2720:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/option.c:2723:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2724:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/option.c:2727:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2728:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/option.c:2731:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2732:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/option.c:2734:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:2736:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2746:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2751:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2753:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2754:  while should always use braces  [readability/braces] [5]
src/nvim/option.c:2755:  Line contains only semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/option.c:2757:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2758:  while should always use braces  [readability/braces] [5]
src/nvim/option.c:2759:  Line contains only semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/option.c:2760:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/option.c:2761:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2761:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/option.c:2762:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2762:  An else should always have braces before it  [readability/braces] [5]
src/nvim/option.c:2762:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/option.c:2763:  while should always use braces  [readability/braces] [5]
src/nvim/option.c:2764:  Line contains only semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/option.c:2769:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/option.c:2770:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/option.c:2768:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/option.c:2772:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/option.c:2777:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:2778:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/option.c:2779:  An else should always have braces before it  [readability/braces] [5]
src/nvim/option.c:2780:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:2782:  An else should always have braces before it  [readability/braces] [5]
src/nvim/option.c:2787:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:2790:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2791:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/option.c:2793:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:2799:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2800:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/option.c:2803:  An else should always have braces before it  [readability/braces] [5]
src/nvim/option.c:2805:  An else should always have braces before it  [readability/braces] [5]
src/nvim/option.c:2808:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2809:  An else should always have braces before it  [readability/braces] [5]
src/nvim/option.c:2812:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2813:  An else should always have braces before it  [readability/braces] [5]
src/nvim/option.c:2816:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2817:  An else should always have braces before it  [readability/braces] [5]
src/nvim/option.c:2820:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2821:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:2823:  An else should always have braces before it  [readability/braces] [5]
src/nvim/option.c:2826:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
src/nvim/option.c:2829:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2830:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/option.c:2831:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:2832:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/option.c:2835:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2836:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/option.c:2837:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:2837:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/option.c:2840:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2841:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/option.c:2842:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:2842:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/option.c:2844:  An else should always have braces before it  [readability/braces] [5]
src/nvim/option.c:2844:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/option.c:2849:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2850:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/option.c:2851:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:2851:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/option.c:2854:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:2857:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2858:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/option.c:2859:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:2859:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/option.c:2862:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:2864:  An else should always have braces before it  [readability/braces] [5]
src/nvim/option.c:2866:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
src/nvim/option.c:2868:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2869:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/option.c:2870:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:2870:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/option.c:2882:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2883:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/option.c:2886:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2887:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/option.c:2888:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:2891:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2892:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/option.c:2893:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:2896:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2897:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/option.c:2898:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:2898:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/option.c:2901:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2902:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/option.c:2905:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/option.c:2909:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/option.c:2916:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2917:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/option.c:2920:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2920:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:2924:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2925:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2925:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:2928:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:2930:  An else should always have braces before it  [readability/braces] [5]
src/nvim/option.c:2933:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2934:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/option.c:2936:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:2939:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2940:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/option.c:2942:  while should always use braces  [readability/braces] [5]
src/nvim/option.c:2944:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:2952:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2954:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:2955:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/option.c:2956:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/option.c:2961:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/option.c:2962:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/option.c:2960:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/option.c:2964:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/option.c:2971:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2972:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/option.c:2979:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2980:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/option.c:2985:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:2988:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/option.c:2992:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:2993:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/option.c:2995:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:2997:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/option.c:2997:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/option.c:3022:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:3025:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3026:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/option.c:3027:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:3030:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3031:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/option.c:3032:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:3032:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/option.c:3035:  An else should always have braces before it  [readability/braces] [5]
src/nvim/option.c:3035:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/option.c:3037:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:3041:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3042:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/option.c:3043:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:3046:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3047:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/option.c:3049:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:3051:  An else should always have braces before it  [readability/braces] [5]
src/nvim/option.c:3053:  An else should always have braces before it  [readability/braces] [5]
src/nvim/option.c:3056:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3057:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/option.c:3058:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:3058:  Missing space before asterisk in )*  [whitespace/operators] [2]
src/nvim/option.c:3060:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/option.c:3062:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:3065:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3066:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/option.c:3067:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:3067:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/option.c:3070:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3071:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/option.c:3072:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:3075:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:3077:  An else should always have braces before it  [readability/braces] [5]
src/nvim/option.c:3078:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3093:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/option.c:3095:  An else should always have braces before it  [readability/braces] [5]
src/nvim/option.c:3100:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3101:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/option.c:3102:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3105:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3106:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/option.c:3106:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/option.c:3108:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:3110:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:3112:  An else should always have braces before it  [readability/braces] [5]
src/nvim/option.c:3114:  An else should always have braces before it  [readability/braces] [5]
src/nvim/option.c:3116:  An else should always have braces before it  [readability/braces] [5]
src/nvim/option.c:3118:  An else should always have braces before it  [readability/braces] [5]
src/nvim/option.c:3122:  for should always use braces  [readability/braces] [5]
src/nvim/option.c:3122:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/option.c:3130:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3134:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:3137:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3140:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:3142:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:3145:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3147:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3152:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:3154:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:3156:  An else should always have braces before it  [readability/braces] [5]
src/nvim/option.c:3161:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3167:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3168:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/option.c:3171:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3174:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3177:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/option.c:3177:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/option.c:3179:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3180:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/option.c:3182:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/option.c:3182:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/option.c:3188:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3189:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:3192:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3198:  for should always use braces  [readability/braces] [5]
src/nvim/option.c:3198:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/option.c:3199:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:3215:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:3217:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/option.c:3222:  Small and focused functions are preferred: () has 670 non-comment lines (error triggered by exceeding 500 lines).  [readability/fn_size] [1]
src/nvim/option.c:3224:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3232:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3244:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:3245:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3249:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3251:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/option.c:3252:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:3255:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:3256:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3264:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:3266:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/option.c:3268:  An else should always have braces before it  [readability/braces] [5]
src/nvim/option.c:3270:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3272:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:3274:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:3276:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:3277:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3281:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:3283:  An else should always have braces before it  [readability/braces] [5]
src/nvim/option.c:3283:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/option.c:3285:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3289:  for should always use braces  [readability/braces] [5]
src/nvim/option.c:3289:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/option.c:3290:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3291:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:3293:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3296:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3299:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3314:  Missing space after {  [whitespace/braces] [5]
src/nvim/option.c:3314:  Missing space before }  [whitespace/braces] [5]
src/nvim/option.c:3315:  Missing space after {  [whitespace/braces] [5]
src/nvim/option.c:3315:  Missing space before }  [whitespace/braces] [5]
src/nvim/option.c:3316:  Missing space after {  [whitespace/braces] [5]
src/nvim/option.c:3316:  Missing space before }  [whitespace/braces] [5]
src/nvim/option.c:3317:  Missing space after {  [whitespace/braces] [5]
src/nvim/option.c:3317:  Missing space before }  [whitespace/braces] [5]
src/nvim/option.c:3318:  Missing space after {  [whitespace/braces] [5]
src/nvim/option.c:3318:  Missing space before }  [whitespace/braces] [5]
src/nvim/option.c:3322:  Missing space after {  [whitespace/braces] [5]
src/nvim/option.c:3322:  Missing space before }  [whitespace/braces] [5]
src/nvim/option.c:3323:  Missing space after {  [whitespace/braces] [5]
src/nvim/option.c:3323:  Missing space before }  [whitespace/braces] [5]
src/nvim/option.c:3324:  Missing space after {  [whitespace/braces] [5]
src/nvim/option.c:3324:  Missing space before }  [whitespace/braces] [5]
src/nvim/option.c:3325:  Missing space after {  [whitespace/braces] [5]
src/nvim/option.c:3325:  Missing space before }  [whitespace/braces] [5]
src/nvim/option.c:3326:  Missing space after {  [whitespace/braces] [5]
src/nvim/option.c:3326:  Missing space before }  [whitespace/braces] [5]
src/nvim/option.c:3327:  Missing space after {  [whitespace/braces] [5]
src/nvim/option.c:3327:  Missing space before }  [whitespace/braces] [5]
src/nvim/option.c:3328:  Missing space after {  [whitespace/braces] [5]
src/nvim/option.c:3328:  Missing space before }  [whitespace/braces] [5]
src/nvim/option.c:3329:  Missing space after {  [whitespace/braces] [5]
src/nvim/option.c:3329:  Missing space before }  [whitespace/braces] [5]
src/nvim/option.c:3341:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3342:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/option.c:3344:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3346:  for should always use braces  [readability/braces] [5]
src/nvim/option.c:3346:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/option.c:3347:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:3349:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:3351:  An else should always have braces before it  [readability/braces] [5]
src/nvim/option.c:3356:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/option.c:3363:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:3366:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:3369:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:3377:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/option.c:3379:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
src/nvim/option.c:3387:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:3389:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:3390:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/option.c:3394:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3397:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3408:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3409:  while should always use braces  [readability/braces] [5]
src/nvim/option.c:3411:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:3423:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:3427:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:3429:  while should always use braces  [readability/braces] [5]
src/nvim/option.c:3431:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:3435:  while should always use braces  [readability/braces] [5]
src/nvim/option.c:3447:  while should always use braces  [readability/braces] [5]
src/nvim/option.c:3449:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:3453:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:3455:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:3484:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3493:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:3495:  An else should always have braces before it  [readability/braces] [5]
src/nvim/option.c:3495:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/option.c:3496:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3501:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3510:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3519:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3521:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:3524:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:3526:  An else should always have braces before it  [readability/braces] [5]
src/nvim/option.c:3531:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3536:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/option.c:3537:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3538:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3539:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3540:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3545:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3551:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3552:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3556:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3557:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:3561:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/option.c:3562:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/option.c:3566:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/option.c:3566:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/option.c:3567:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/option.c:3570:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3571:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/option.c:3572:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3580:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3594:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3595:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:3596:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/option.c:3598:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3599:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:3604:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3605:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/option.c:3608:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3609:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/option.c:3615:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3616:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/option.c:3619:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3620:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/option.c:3624:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3625:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/option.c:3627:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/option.c:3627:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/option.c:3629:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3630:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/option.c:3631:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:3632:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3633:  An else should always have braces before it  [readability/braces] [5]
src/nvim/option.c:3634:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3636:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3638:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3639:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/option.c:3644:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3650:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3651:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/option.c:3654:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3655:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/option.c:3658:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3659:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/option.c:3661:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:3662:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/option.c:3663:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/option.c:3665:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/option.c:3666:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/option.c:3667:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:3668:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3668:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/option.c:3672:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3673:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/option.c:3676:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3677:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/option.c:3678:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/option.c:3680:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3682:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/option.c:3684:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/option.c:3688:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3689:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/option.c:3693:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/option.c:3700:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3704:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/option.c:3705:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3705:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/option.c:3707:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3708:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/option.c:3709:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/option.c:3711:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/option.c:3713:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:3714:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3720:  An else should always have braces before it  [readability/braces] [5]
src/nvim/option.c:3731:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3738:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3739:  An else should always have braces before it  [readability/braces] [5]
src/nvim/option.c:3740:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:3743:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:3746:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3749:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3750:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/option.c:3751:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3753:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:3758:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3759:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/option.c:3762:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:3778:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3783:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3788:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/option.c:3792:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3798:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/option.c:3802:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3808:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/option.c:3814:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3818:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3820:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/option.c:3824:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3826:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/option.c:3831:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3842:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3843:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/option.c:3845:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3847:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/option.c:3853:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3857:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3859:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/option.c:3863:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3867:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3870:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3877:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3899:  Should leave no spaces after a cast: u'(char_u *) options'  [whitespace/cast] [2]
src/nvim/option.c:3904:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3905:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:3907:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/option.c:3913:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3918:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/option.c:3925:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/option.c:3919:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3920:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3921:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3922:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3923:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3924:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/option.c:3924:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3930:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3931:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3934:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3941:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3949:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3966:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3968:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:3970:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:3974:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3975:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/option.c:3995:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:3996:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:3999:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:4000:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/option.c:4011:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:4014:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:4015:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/option.c:4016:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:4018:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:4019:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/option.c:4020:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:4024:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:4025:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/option.c:4028:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:4029:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/option.c:4030:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:4033:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:4034:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/option.c:4053:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:4054:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/option.c:4055:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:4057:  An else should always have braces before it  [readability/braces] [5]
src/nvim/option.c:4059:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:4067:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:4070:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:4072:  An else should always have braces before it  [readability/braces] [5]
src/nvim/option.c:4081:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:4082:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/option.c:4087:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:4088:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/option.c:4090:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:4091:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/option.c:4096:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:4099:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:4101:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:4105:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:4106:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/option.c:4111:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:4122:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:4123:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/option.c:4124:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:4126:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/option.c:4129:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:4131:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/option.c:4134:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:4135:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/option.c:4154:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
src/nvim/option.c:4157:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:4163:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/option.c:4171:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/option.c:4179:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:4184:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:4190:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:4198:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:4215:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:4219:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:4221:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/option.c:4223:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:4223:  An else should always have braces before it  [readability/braces] [5]
src/nvim/option.c:4242:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:4242:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:4244:  An else should always have braces before it  [readability/braces] [5]
src/nvim/option.c:4244:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/option.c:4270:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:4271:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:4288:  Should leave no spaces after a cast: u'(char_u *) options'  [whitespace/cast] [2]
src/nvim/option.c:4293:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:4294:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:4296:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/option.c:4302:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:4307:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:4311:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:4311:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:4314:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:4316:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:4318:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:4320:  An else should always have braces before it  [readability/braces] [5]
src/nvim/option.c:4336:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:4343:  Use int16_t/int64_t/etc, rather than the C type short  [runtime/int] [4]
src/nvim/option.c:4345:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:4347:  An else should always have braces before it  [readability/braces] [5]
src/nvim/option.c:4354:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:4385:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:4439:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/option.c:4449:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:4458:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:4468:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/option.c:4469:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/option.c:4472:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:4484:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:4484:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:4490:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:4490:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:4498:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:4498:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:4500:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:4502:  An else should always have braces before it  [readability/braces] [5]
src/nvim/option.c:4502:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/option.c:4503:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:4505:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:4507:  An else should always have braces before it  [readability/braces] [5]
src/nvim/option.c:4524:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/option.c:4563:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:4565:  An else should always have braces before it  [readability/braces] [5]
src/nvim/option.c:4566:  At least two spaces is best between code and comments  [whitespace/comments] [2]
src/nvim/option.c:4571:  At least two spaces is best between code and comments  [whitespace/comments] [2]
src/nvim/option.c:4576:  At least two spaces is best between code and comments  [whitespace/comments] [2]
src/nvim/option.c:4582:  At least two spaces is best between code and comments  [whitespace/comments] [2]
src/nvim/option.c:4600:  Should leave no spaces after a cast: u'(buf_T *) from'  [whitespace/cast] [2]
src/nvim/option.c:4603:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/option.c:4604:  Should leave no spaces after a cast: u'(buf_T *) from'  [whitespace/cast] [2]
src/nvim/option.c:4609:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/option.c:4609:  Missing space before asterisk in win_T	*  [whitespace/operators] [2]
src/nvim/option.c:4611:  Should leave no spaces after a cast: u'(win_T *) from'  [whitespace/cast] [2]
src/nvim/option.c:4627:  Should leave no spaces after a cast: u'(long *) varp'  [whitespace/cast] [2]
src/nvim/option.c:4636:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:4643:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/option.c:4647:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:4658:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:4660:  An else should always have braces before it  [readability/braces] [5]
src/nvim/option.c:4660:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/option.c:4675:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:4691:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:4693:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/option.c:4694:  An else should always have braces before it  [readability/braces] [5]
src/nvim/option.c:4696:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/option.c:4708:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:4713:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:4742:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:4746:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/option.c:4747:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/option.c:4749:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:4767:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:4768:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:4770:  An else should always have braces before it  [readability/braces] [5]
src/nvim/option.c:4772:  An else should always have braces before it  [readability/braces] [5]
src/nvim/option.c:4774:  An else should always have braces before it  [readability/braces] [5]
src/nvim/option.c:4777:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:4782:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/option.c:4783:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:4790:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:4792:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/option.c:4796:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:4797:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:4798:  An else should always have braces before it  [readability/braces] [5]
src/nvim/option.c:4798:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/option.c:4809:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:4818:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:4821:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:4821:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/option.c:4823:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/option.c:4824:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:4825:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:4825:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:4829:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:4840:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:4847:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:4848:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:4848:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/option.c:4850:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:4852:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:4854:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:4858:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:4862:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/option.c:4863:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/option.c:4865:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:4871:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/option.c:4872:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:4872:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/option.c:4876:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:4877:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:4880:  An else should always have braces before it  [readability/braces] [5]
src/nvim/option.c:4882:  An else should always have braces before it  [readability/braces] [5]
src/nvim/option.c:4887:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:4893:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/option.c:4896:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:4921:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:4922:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:4923:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:4928:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:4937:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/option.c:4938:  for should always use braces  [readability/braces] [5]
src/nvim/option.c:4941:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:4942:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:4945:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:4947:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:4951:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:4952:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:4954:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:4955:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:4961:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:4962:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:4964:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:4977:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:4980:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:4982:  An else should always have braces before it  [readability/braces] [5]
src/nvim/option.c:4986:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:4989:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:4991:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:4992:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/option.c:5004:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:5005:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/option.c:5008:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:5018:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:5024:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:5024:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/option.c:5025:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/option.c:5027:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/option.c:5029:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/option.c:5041:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/option.c:5046:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:5049:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:5054:  while should always use braces  [readability/braces] [5]
src/nvim/option.c:5055:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:5055:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/option.c:5059:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/option.c:5065:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/option.c:5068:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:5077:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:5080:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:5081:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:5083:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/option.c:5083:  Missing space before asterisk in int64_t)*  [whitespace/operators] [2]
src/nvim/option.c:5085:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:5092:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:5092:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:5094:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:5100:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:5107:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:5117:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:5118:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:5123:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:5123:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:5124:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/option.c:5134:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:5134:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:5136:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:5212:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:5218:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:5242:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:5247:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:5252:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:5253:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:5259:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:5388:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:5392:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:5397:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:5402:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:5410:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:5415:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:5463:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:5466:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:5475:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:5493:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:5511:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:5522:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/option.c:5523:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:5525:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/option.c:5527:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:5530:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:5533:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:5538:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:5550:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:5554:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/option.c:5557:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:5562:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:5566:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:5571:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/option.c:5572:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:5572:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/option.c:5577:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/option.c:5578:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/option.c:5615:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:5620:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:5634:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:5639:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:5663:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:5669:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:5671:  An else should always have braces before it  [readability/braces] [5]
src/nvim/option.c:5671:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/option.c:5676:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:5682:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:5686:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:5690:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:5691:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:5692:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/option.c:5695:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:5702:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/option.c:5703:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/option.c:5705:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:5706:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/option.c:5709:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:5717:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:5726:  Missing space after {  [whitespace/braces] [5]
src/nvim/option.c:5726:  Missing space before }  [whitespace/braces] [5]
src/nvim/option.c:5729:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/option.c:5730:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/option.c:5733:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:5737:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:5738:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:5741:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/option.c:5758:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:5760:  while should always use braces  [readability/braces] [5]
src/nvim/option.c:5761:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/option.c:5763:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:5765:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/option.c:5768:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/option.c:5780:  while should always use braces  [readability/braces] [5]
src/nvim/option.c:5781:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:5781:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:5784:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:5789:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/option.c:5795:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:5796:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/option.c:5797:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:5798:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:5800:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/option.c:5804:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:5805:  while should always use braces  [readability/braces] [5]
src/nvim/option.c:5807:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:5824:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:5826:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/option.c:5836:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:5838:  An else should always have braces before it  [readability/braces] [5]
src/nvim/option.c:5844:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:5860:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:5864:  An else should always have braces before it  [readability/braces] [5]
src/nvim/option.c:5868:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:5869:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:5871:  An else should always have braces before it  [readability/braces] [5]
src/nvim/option.c:5876:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:5878:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/option.c:5879:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:5882:  while should always use braces  [readability/braces] [5]
src/nvim/option.c:5883:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/option.c:5891:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:5902:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/option.c:5909:  Missing space after {  [whitespace/braces] [5]
src/nvim/option.c:5909:  Missing space before }  [whitespace/braces] [5]
src/nvim/option.c:5910:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:5912:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:5916:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/option.c:5919:  for should always use braces  [readability/braces] [5]
src/nvim/option.c:5920:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/option.c:5922:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:5924:  An else should always have braces before it  [readability/braces] [5]
src/nvim/option.c:5928:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/option.c:5930:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:5932:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:5935:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/option.c:5939:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/option.c:5939:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/option.c:5939:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/option.c:5939:  Missing space before {  [whitespace/braces] [5]
src/nvim/option.c:5940:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/option.c:5946:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/option.c:5970:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:5978:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:5981:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/option.c:5984:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:5989:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:5991:  for should always use braces  [readability/braces] [5]
src/nvim/option.c:5992:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:6004:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:6008:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/option.c:6009:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/option.c:6011:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:6029:  Missing space before asterisk in int64_t)*  [whitespace/operators] [2]
src/nvim/option.c:6033:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:6033:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:6035:  An else should always have braces before it  [readability/braces] [5]
src/nvim/option.c:6036:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/option.c:6037:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:6038:  An else should always have braces before it  [readability/braces] [5]
src/nvim/option.c:6040:  An else should always have braces before it  [readability/braces] [5]
src/nvim/option.c:6045:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:6054:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:6054:  Missing space before asterisk in int)*  [whitespace/operators] [2]
src/nvim/option.c:6055:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/option.c:6057:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/option.c:6060:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:6072:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:6082:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:6093:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:6102:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:6104:  An else should always have braces before it  [readability/braces] [5]
src/nvim/option.c:6110:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:6114:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/option.c:6119:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:6132:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:6133:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:6134:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:6136:  An else should always have braces before it  [readability/braces] [5]
src/nvim/option.c:6139:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:6144:  for should always use braces  [readability/braces] [5]
src/nvim/option.c:6145:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:6149:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:6159:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:6160:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:6165:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:6166:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/option.c:6168:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:6169:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:6169:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/option.c:6170:  An else should always have braces before it  [readability/braces] [5]
src/nvim/option.c:6171:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:6174:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/option.c:6177:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:6178:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/option.c:6184:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:6185:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/option.c:6190:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:6191:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/option.c:6197:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/option.c:6201:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:6203:  An else should always have braces before it  [readability/braces] [5]
src/nvim/option.c:6203:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/option.c:6208:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:6217:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/option.c:6218:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/option.c:6221:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/option.c:6230:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:6236:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:6237:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/option.c:6251:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:6256:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/option.c:6264:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:6269:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:6318:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:6321:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/option.c:6322:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:6331:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:6362:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:6363:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/option.c:6374:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:6383:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:6383:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:6384:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/option.c:6385:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:6386:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/option.c:6387:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/option.c:6390:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:6398:  for should always use braces  [readability/braces] [5]
src/nvim/option.c:6399:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/option.c:6401:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:6402:  for should always use braces  [readability/braces] [5]
src/nvim/option.c:6403:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/option.c:6406:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:6415:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:6421:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:6429:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:6430:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:6432:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:6438:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/option.c:6439:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:6439:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:6448:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:6452:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:6458:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:6468:  for should always use braces  [readability/braces] [5]
src/nvim/option.c:6468:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/option.c:6471:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/option.c:6472:  for should always use braces  [readability/braces] [5]
src/nvim/option.c:6472:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/option.c:6473:  Line contains only semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/option.c:6474:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:6476:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:6478:  An else should always have braces before it  [readability/braces] [5]
src/nvim/option.c:6480:  An else should always have braces before it  [readability/braces] [5]
src/nvim/option.c:6482:  An else should always have braces before it  [readability/braces] [5]
src/nvim/option.c:6485:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:6488:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:6490:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/option.c:6494:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:6497:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/option.c:6500:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:6501:  for should always use braces  [readability/braces] [5]
src/nvim/option.c:6501:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/option.c:6506:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:6514:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/option.c:6516:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/option.c:6521:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:6531:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:6539:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:6550:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:6551:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:6552:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/option.c:6553:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:6556:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/option.c:6557:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/option.c:6558:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:6560:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:6562:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:6563:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/option.c:6564:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:6569:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:6574:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/option.c:6577:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:6597:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.c:6616:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/option.c:6619:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/option.c:6629:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/option.c:6632:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/option.c:6640:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/option.c:6644:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/option.c:6652:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/option.c:6656:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/option.c:6661:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/option.c:6663:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:6664:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/option.c:6677:  while should always use braces  [readability/braces] [5]
src/nvim/option.c:6679:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:6685:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/option.c:6690:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/option.c:6695:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:6697:  if should always use braces  [readability/braces] [5]
src/nvim/option.c:6698:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/os/dl.c:58:  Should leave no spaces after a cast: u'(void **) &fn'  [whitespace/cast] [2]
src/nvim/os/dl.c:69:  Should leave no spaces after a cast: u'(str_str_fn) fn'  [whitespace/cast] [2]
src/nvim/os/dl.c:70:  Should leave no spaces after a cast: u'(int_str_fn) fn'  [whitespace/cast] [2]
src/nvim/os/dl.c:75:  Should leave no spaces after a cast: u'(intptr_t) res'  [whitespace/cast] [2]
src/nvim/os/dl.c:78:  Should leave no spaces after a cast: u'(str_int_fn) fn'  [whitespace/cast] [2]
src/nvim/os/dl.c:79:  Should leave no spaces after a cast: u'(int_int_fn) fn'  [whitespace/cast] [2]
src/nvim/os/env.c:316:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/os/env.c:355:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/os/env.c:399:  if should always use braces  [readability/braces] [5]
src/nvim/os/env.c:404:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/os/env.c:421:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/os/env.c:426:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/os/env.c:510:  Should leave no spaces after a cast: u'(const char *) iter'  [whitespace/cast] [2]
src/nvim/os/env.c:520:  Should leave no spaces after a cast: u'(size_t) ('  [whitespace/cast] [2]
src/nvim/os/env.c:543:  Should leave no spaces after a cast: u'(const char *) iter'  [whitespace/cast] [2]
src/nvim/os/env.c:547:  Should leave no spaces after a cast: u'(size_t) ('  [whitespace/cast] [2]
src/nvim/os/env.c:555:  Should leave no spaces after a cast: u'(size_t) ('  [whitespace/cast] [2]
src/nvim/os/env.c:681:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/os/env.c:689:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/os/env.c:693:  if should always use braces  [readability/braces] [5]
src/nvim/os/env.c:706:  if should always use braces  [readability/braces] [5]
src/nvim/os/env.c:707:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/os/env.c:711:  if should always use braces  [readability/braces] [5]
src/nvim/os/env.c:714:  if should always use braces  [readability/braces] [5]
src/nvim/os/env.c:717:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/os/env.c:730:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/os/env.c:731:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/os/env.c:735:  if should always use braces  [readability/braces] [5]
src/nvim/os/env.c:738:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/os/env.c:741:  if should always use braces  [readability/braces] [5]
src/nvim/os/env.c:745:  if should always use braces  [readability/braces] [5]
src/nvim/os/env.c:751:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/os/env.c:752:  while should always use braces  [readability/braces] [5]
src/nvim/os/env.c:754:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/os/env.c:755:  while should always use braces  [readability/braces] [5]
src/nvim/os/env.c:758:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/os/fs.c:167:  Missing space before ( in switch(  [whitespace/parens] [5]
src/nvim/os/fs.c:285:  Should leave no spaces after a cast: u'(char *) buf'  [whitespace/cast] [2]
src/nvim/os/fs.c:353:  Missing space before asterisk in char*  [whitespace/operators] [2]
src/nvim/os/fs.c:661:  Should leave no spaces after a cast: u'(char *) get_past_head'  [whitespace/cast] [2]
src/nvim/os/fs.c:665:  Should leave no spaces after a cast: u'(char_u *) curdir'  [whitespace/cast] [2]
src/nvim/os/fs.c:666:  Should leave no spaces after a cast: u'(char *) path_tail_with_sep'  [whitespace/cast] [2]
src/nvim/os/fs.c:815:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/os/input.c:33:  Missing space after {  [whitespace/braces] [5]
src/nvim/os/input.c:33:  Missing space before }  [whitespace/braces] [5]
src/nvim/os/input.c:205:  Missing space before asterisk in uint8_t)*  [whitespace/operators] [2]
src/nvim/os/input.c:206:  Missing space after {  [whitespace/braces] [5]
src/nvim/os/input.c:206:  Missing space before }  [whitespace/braces] [5]
src/nvim/os/input.c:207:  Missing space after {  [whitespace/braces] [5]
src/nvim/os/input.c:207:  Missing space before }  [whitespace/braces] [5]
src/nvim/os/input.c:208:  Missing space after {  [whitespace/braces] [5]
src/nvim/os/input.c:208:  Missing space before }  [whitespace/braces] [5]
src/nvim/os/input.c:209:  Missing space before asterisk in uint8_t)*  [whitespace/operators] [2]
src/nvim/os/input.c:210:  Missing space after {  [whitespace/braces] [5]
src/nvim/os/input.c:210:  Missing space before }  [whitespace/braces] [5]
src/nvim/os/input.c:211:  Missing space after {  [whitespace/braces] [5]
src/nvim/os/input.c:211:  Missing space before }  [whitespace/braces] [5]
src/nvim/os/input.c:212:  Missing space after {  [whitespace/braces] [5]
src/nvim/os/input.c:212:  Missing space before }  [whitespace/braces] [5]
src/nvim/os/input.c:243:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/os/input.c:243:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/os/input.c:358:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/os/input.c:417:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/os/input.c:417:  if should always use braces  [readability/braces] [5]
src/nvim/os/shell.c:28:  Missing space after {  [whitespace/braces] [5]
src/nvim/os/shell.c:28:  Missing space before }  [whitespace/braces] [5]
src/nvim/os/shell.c:245:  Should leave no spaces after a cast: u'(char *) input'  [whitespace/cast] [2]
src/nvim/os/shell.c:302:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/os/shell.c:366:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/os/shell.c:390:  Should leave no spaces after a cast: u'(const char *) str'  [whitespace/cast] [2]
src/nvim/os/shell.c:393:  Should leave no spaces after a cast: u'(const char_u *) p'  [whitespace/cast] [2]
src/nvim/os/shell.c:401:  Should leave no spaces after a cast: u'(const char *) skipwhite'  [whitespace/cast] [2]
src/nvim/os/shell.c:468:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/os/shell.c:470:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/os/shell.c:471:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/os/shell.c:472:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/os/shell.c:468:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/os/shell.c:470:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/os/shell.c:471:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/os/shell.c:472:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/os/shell.c:471:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/os/shell.c:472:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/os/shell.c:476:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/os/signal.c:130:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/os/stdpaths.c:58:  Should leave no spaces after a cast: u'(char *) expand_env_save'  [whitespace/cast] [2]
src/nvim/os/time.c:65:  if should always use braces  [readability/braces] [5]
src/nvim/os/time.c:114:  Should leave no spaces after a cast: u'(Timestamp) time'  [whitespace/cast] [2]
src/nvim/os_unix.c:1:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/os_unix.c:65:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/os_unix.c:70:  if should always use braces  [readability/braces] [5]
src/nvim/os_unix.c:73:  if should always use braces  [readability/braces] [5]
src/nvim/os_unix.c:81:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/os_unix.c:84:  if should always use braces  [readability/braces] [5]
src/nvim/os_unix.c:96:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/os_unix.c:110:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/os_unix.c:112:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/os_unix.c:122:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/os_unix.c:127:  if should always use braces  [readability/braces] [5]
src/nvim/os_unix.c:133:  if should always use braces  [readability/braces] [5]
src/nvim/os_unix.c:144:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/os_unix.c:191:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/os_unix.c:192:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/os_unix.c:193:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/os_unix.c:194:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/os_unix.c:195:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/os_unix.c:195:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/os_unix.c:201:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/os_unix.c:205:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/os_unix.c:208:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/os_unix.c:222:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/os_unix.c:225:  if should always use braces  [readability/braces] [5]
src/nvim/os_unix.c:226:  for should always use braces  [readability/braces] [5]
src/nvim/os_unix.c:226:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/os_unix.c:227:  if should always use braces  [readability/braces] [5]
src/nvim/os_unix.c:231:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/os_unix.c:239:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/os_unix.c:253:  if should always use braces  [readability/braces] [5]
src/nvim/os_unix.c:257:  An else should always have braces before it  [readability/braces] [5]
src/nvim/os_unix.c:258:  if should always use braces  [readability/braces] [5]
src/nvim/os_unix.c:260:  An else should always have braces before it  [readability/braces] [5]
src/nvim/os_unix.c:263:  if should always use braces  [readability/braces] [5]
src/nvim/os_unix.c:264:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/os_unix.c:267:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/os_unix.c:271:  if should always use braces  [readability/braces] [5]
src/nvim/os_unix.c:274:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/os_unix.c:275:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/os_unix.c:277:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/os_unix.c:277:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/os_unix.c:278:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/os_unix.c:279:  if should always use braces  [readability/braces] [5]
src/nvim/os_unix.c:280:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/os_unix.c:280:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/os_unix.c:281:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/os_unix.c:286:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/os_unix.c:295:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/os_unix.c:297:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/os_unix.c:299:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/os_unix.c:300:  while should always use braces  [readability/braces] [5]
src/nvim/os_unix.c:301:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/os_unix.c:302:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/os_unix.c:308:  if should always use braces  [readability/braces] [5]
src/nvim/os_unix.c:310:  An else should always have braces before it  [readability/braces] [5]
src/nvim/os_unix.c:312:  if should always use braces  [readability/braces] [5]
src/nvim/os_unix.c:314:  An else should always have braces before it  [readability/braces] [5]
src/nvim/os_unix.c:316:  An else should always have braces before it  [readability/braces] [5]
src/nvim/os_unix.c:318:  An else should always have braces before it  [readability/braces] [5]
src/nvim/os_unix.c:324:  if should always use braces  [readability/braces] [5]
src/nvim/os_unix.c:325:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/os_unix.c:326:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/os_unix.c:332:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/os_unix.c:333:  if should always use braces  [readability/braces] [5]
src/nvim/os_unix.c:335:  An else should always have braces before it  [readability/braces] [5]
src/nvim/os_unix.c:336:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/os_unix.c:339:  if should always use braces  [readability/braces] [5]
src/nvim/os_unix.c:343:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/os_unix.c:344:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/os_unix.c:345:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/os_unix.c:346:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/os_unix.c:347:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/os_unix.c:352:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/os_unix.c:362:  if should always use braces  [readability/braces] [5]
src/nvim/os_unix.c:363:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/os_unix.c:365:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/os_unix.c:370:  if should always use braces  [readability/braces] [5]
src/nvim/os_unix.c:371:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/os_unix.c:373:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/os_unix.c:378:  An else should always have braces before it  [readability/braces] [5]
src/nvim/os_unix.c:379:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/os_unix.c:381:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/os_unix.c:388:  End of the inner expression should have the same indent as start  [whitespace/indent] [2]
src/nvim/os_unix.c:388:  Closing ) should be moved to the previous line  [whitespace/parens] [2]
src/nvim/os_unix.c:390:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/os_unix.c:392:  if should always use braces  [readability/braces] [5]
src/nvim/os_unix.c:397:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/os_unix.c:400:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/os_unix.c:403:  if should always use braces  [readability/braces] [5]
src/nvim/os_unix.c:405:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/os_unix.c:406:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/os_unix.c:410:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/os_unix.c:412:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/os_unix.c:415:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/os_unix.c:417:  if should always use braces  [readability/braces] [5]
src/nvim/os_unix.c:422:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/os_unix.c:427:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/os_unix.c:430:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/os_unix.c:441:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/os_unix.c:441:  Use int16_t/int64_t/etc, rather than the C type long long  [runtime/int] [4]
src/nvim/os_unix.c:448:  Use int16_t/int64_t/etc, rather than the C type long long  [runtime/int] [4]
src/nvim/os_unix.c:459:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/os_unix.c:467:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/os_unix.c:469:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/os_unix.c:471:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/os_unix.c:471:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/os_unix.c:472:  while should always use braces  [readability/braces] [5]
src/nvim/os_unix.c:473:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/os_unix.c:474:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/os_unix.c:477:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/os_unix.c:478:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/os_unix.c:479:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/os_unix.c:481:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/os_unix.c:481:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/os_unix.c:482:  while should always use braces  [readability/braces] [5]
src/nvim/os_unix.c:483:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/os_unix.c:484:  if should always use braces  [readability/braces] [5]
src/nvim/os_unix.c:485:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/os_unix.c:486:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/os_unix.c:489:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/os_unix.c:490:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/os_unix.c:490:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/os_unix.c:491:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/os_unix.c:501:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/os_unix.c:503:  if should always use braces  [readability/braces] [5]
src/nvim/os_unix.c:505:  An else should always have braces before it  [readability/braces] [5]
src/nvim/os_unix.c:509:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/os_unix.c:513:  if should always use braces  [readability/braces] [5]
src/nvim/os_unix.c:514:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/os_unix.c:515:  An else should always have braces before it  [readability/braces] [5]
src/nvim/os_unix.c:518:  for should always use braces  [readability/braces] [5]
src/nvim/os_unix.c:518:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/os_unix.c:519:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/os_unix.c:520:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/os_unix.c:523:  if should always use braces  [readability/braces] [5]
src/nvim/os_unix.c:524:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/os_unix.c:524:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/os_unix.c:529:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/os_unix.c:540:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/os_unix.c:544:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/os_unix.c:546:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/os_unix.c:549:  while should always use braces  [readability/braces] [5]
src/nvim/os_unix.c:551:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/os_unix.c:552:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/os_unix.c:552:  if should always use braces  [readability/braces] [5]
src/nvim/os_unix.c:554:  An else should always have braces before it  [readability/braces] [5]
src/nvim/os_unix.c:554:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/os_unix.c:556:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/os_unix.c:558:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/os_unix.c:559:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/os_unix.c:559:  while should always use braces  [readability/braces] [5]
src/nvim/os_unix.c:560:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/os_unix.c:561:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/os_unix.c:561:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/os_unix.c:565:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/os_unix.c:574:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/os_unix.c:576:  if should always use braces  [readability/braces] [5]
src/nvim/os_unix.c:587:  if should always use braces  [readability/braces] [5]
src/nvim/os_unix.c:588:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/os_unix.c:594:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/os_unix.c:608:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
src/nvim/os_unix.c:622:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/os_unix.c:634:  for should always use braces  [readability/braces] [5]
src/nvim/os_unix.c:635:  if should always use braces  [readability/braces] [5]
src/nvim/os_unix.c:644:  for should always use braces  [readability/braces] [5]
src/nvim/os_unix.c:645:  if should always use braces  [readability/braces] [5]
src/nvim/path.c:34:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:35:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:66:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/path.c:67:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/path.c:108:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/path.c:140:  Should leave no spaces after a cast: u'(char_u *) invocation'  [whitespace/cast] [2]
src/nvim/path.c:189:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/path.c:195:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:212:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:221:  Line contains only semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/path.c:224:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:232:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:236:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:245:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/path.c:246:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:248:  if should always use braces  [readability/braces] [5]
src/nvim/path.c:250:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:254:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:255:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:255:  if should always use braces  [readability/braces] [5]
src/nvim/path.c:259:  while should always use braces  [readability/braces] [5]
src/nvim/path.c:267:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:285:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:294:  if should always use braces  [readability/braces] [5]
src/nvim/path.c:311:  if should always use braces  [readability/braces] [5]
src/nvim/path.c:320:  if should always use braces  [readability/braces] [5]
src/nvim/path.c:324:  if should always use braces  [readability/braces] [5]
src/nvim/path.c:394:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:401:  if should always use braces  [readability/braces] [5]
src/nvim/path.c:402:  Almost always, snprintf is better than strcat  [runtime/printf] [4]
src/nvim/path.c:440:  Should leave no spaces after a cast: u'(char_u *) name'  [whitespace/cast] [2]
src/nvim/path.c:470:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:496:  Should leave no spaces after a cast: u'(char_u *) wildcards'  [whitespace/cast] [2]
src/nvim/path.c:547:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:550:  if should always use braces  [readability/braces] [5]
src/nvim/path.c:566:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:581:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/path.c:581:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/path.c:581:  Closing ) should be moved to the previous line  [whitespace/parens] [2]
src/nvim/path.c:589:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/path.c:595:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:596:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:598:  for should always use braces  [readability/braces] [5]
src/nvim/path.c:598:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/path.c:601:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/path.c:602:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/path.c:605:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:606:  for should always use braces  [readability/braces] [5]
src/nvim/path.c:606:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/path.c:607:  if should always use braces  [readability/braces] [5]
src/nvim/path.c:626:  if should always use braces  [readability/braces] [5]
src/nvim/path.c:627:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/path.c:629:  if should always use braces  [readability/braces] [5]
src/nvim/path.c:630:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/path.c:638:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:655:  Should leave no spaces after a cast: u'(char_u *) scandir_next_with_dots'  [whitespace/cast] [2]
src/nvim/path.c:667:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:669:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:671:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/path.c:673:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/path.c:677:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:678:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:679:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:711:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:717:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:718:  if should always use braces  [readability/braces] [5]
src/nvim/path.c:719:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/path.c:721:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:723:  if should always use braces  [readability/braces] [5]
src/nvim/path.c:731:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:757:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:775:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:778:  if should always use braces  [readability/braces] [5]
src/nvim/path.c:814:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:831:  while should always use braces  [readability/braces] [5]
src/nvim/path.c:832:  Closing ) should be moved to the previous line  [whitespace/parens] [2]
src/nvim/path.c:840:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:841:  if should always use braces  [readability/braces] [5]
src/nvim/path.c:842:  while should always use braces  [readability/braces] [5]
src/nvim/path.c:848:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:875:  if should always use braces  [readability/braces] [5]
src/nvim/path.c:878:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:878:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/path.c:881:  if should always use braces  [readability/braces] [5]
src/nvim/path.c:900:  if should always use braces  [readability/braces] [5]
src/nvim/path.c:903:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:906:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:909:  while should always use braces  [readability/braces] [5]
src/nvim/path.c:919:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:942:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:947:  if should always use braces  [readability/braces] [5]
src/nvim/path.c:950:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:953:  if should always use braces  [readability/braces] [5]
src/nvim/path.c:972:  for should always use braces  [readability/braces] [5]
src/nvim/path.c:978:  if should always use braces  [readability/braces] [5]
src/nvim/path.c:982:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:1002:  if should always use braces  [readability/braces] [5]
src/nvim/path.c:1012:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:1017:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/path.c:1018:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/path.c:1021:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:1034:  if should always use braces  [readability/braces] [5]
src/nvim/path.c:1047:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:1054:  if should always use braces  [readability/braces] [5]
src/nvim/path.c:1055:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/path.c:1056:  An else should always have braces before it  [readability/braces] [5]
src/nvim/path.c:1057:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/path.c:1058:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/path.c:1065:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:1072:  if should always use braces  [readability/braces] [5]
src/nvim/path.c:1073:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/path.c:1074:  An else should always have braces before it  [readability/braces] [5]
src/nvim/path.c:1108:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:1114:  if should always use braces  [readability/braces] [5]
src/nvim/path.c:1122:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:1138:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:1143:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/path.c:1160:  if should always use braces  [readability/braces] [5]
src/nvim/path.c:1163:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:1168:  An else should always have braces before it  [readability/braces] [5]
src/nvim/path.c:1172:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/path.c:1179:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:1193:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:1210:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:1220:  if should always use braces  [readability/braces] [5]
src/nvim/path.c:1222:  if should always use braces  [readability/braces] [5]
src/nvim/path.c:1235:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:1249:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:1259:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:1259:  if should always use braces  [readability/braces] [5]
src/nvim/path.c:1260:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/path.c:1261:  An else should always have braces before it  [readability/braces] [5]
src/nvim/path.c:1263:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/path.c:1271:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:1273:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:1273:  while should always use braces  [readability/braces] [5]
src/nvim/path.c:1274:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/path.c:1275:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:1281:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/path.c:1284:  while should always use braces  [readability/braces] [5]
src/nvim/path.c:1285:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/path.c:1324:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:1340:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:1341:  if should always use braces  [readability/braces] [5]
src/nvim/path.c:1346:  if should always use braces  [readability/braces] [5]
src/nvim/path.c:1362:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:1365:  if should always use braces  [readability/braces] [5]
src/nvim/path.c:1370:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:1385:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:1385:  if should always use braces  [readability/braces] [5]
src/nvim/path.c:1392:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/path.c:1393:  while should always use braces  [readability/braces] [5]
src/nvim/path.c:1393:  Empty loop bodies should use {} or continue  [whitespace/empty_loop_body] [5]
src/nvim/path.c:1395:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:1398:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:1400:  if should always use braces  [readability/braces] [5]
src/nvim/path.c:1401:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:1402:  An else should always have braces before it  [readability/braces] [5]
src/nvim/path.c:1403:  if should always use braces  [readability/braces] [5]
src/nvim/path.c:1404:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:1405:  An else should always have braces before it  [readability/braces] [5]
src/nvim/path.c:1405:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/path.c:1406:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:1411:  if should always use braces  [readability/braces] [5]
src/nvim/path.c:1412:  while should always use braces  [readability/braces] [5]
src/nvim/path.c:1414:  An else should always have braces before it  [readability/braces] [5]
src/nvim/path.c:1415:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:1415:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/path.c:1422:  while should always use braces  [readability/braces] [5]
src/nvim/path.c:1425:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:1429:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:1431:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:1442:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/path.c:1443:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:1444:  while should always use braces  [readability/braces] [5]
src/nvim/path.c:1448:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:1467:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:1486:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:1495:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:1500:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:1510:  if should always use braces  [readability/braces] [5]
src/nvim/path.c:1511:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/path.c:1512:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:1515:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/path.c:1517:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:1517:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/path.c:1518:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:1519:  An else should always have braces before it  [readability/braces] [5]
src/nvim/path.c:1519:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/path.c:1520:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:1521:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:1524:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:1527:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:1527:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/path.c:1535:  Should leave no spaces after a cast: u'(ptrdiff_t) len'  [whitespace/cast] [2]
src/nvim/path.c:1536:  Should leave no spaces after a cast: u'(char *) eval_to_string_safe'  [whitespace/cast] [2]
src/nvim/path.c:1543:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:1548:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/path.c:1553:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:1560:  Should leave no spaces after a cast: u'(char_u *) eval_includeexpr'  [whitespace/cast] [2]
src/nvim/path.c:1571:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:1577:  Should leave no spaces after a cast: u'(char_u *) eval_includeexpr'  [whitespace/cast] [2]
src/nvim/path.c:1582:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/path.c:1592:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:1596:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/path.c:1598:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/path.c:1611:  if should always use braces  [readability/braces] [5]
src/nvim/path.c:1613:  An else should always have braces before it  [readability/braces] [5]
src/nvim/path.c:1629:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:1652:  if should always use braces  [readability/braces] [5]
src/nvim/path.c:1656:  if should always use braces  [readability/braces] [5]
src/nvim/path.c:1659:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:1680:  if should always use braces  [readability/braces] [5]
src/nvim/path.c:1722:  Should leave no spaces after a cast: u'(char *) name'  [whitespace/cast] [2]
src/nvim/path.c:1732:  Should leave no spaces after a cast: u'(char_u *) os_scandir_next'  [whitespace/cast] [2]
src/nvim/path.c:1754:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:1765:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:1775:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:1776:  if should always use braces  [readability/braces] [5]
src/nvim/path.c:1779:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/path.c:1786:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:1801:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:1803:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:1803:  if should always use braces  [readability/braces] [5]
src/nvim/path.c:1810:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:1818:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:1823:  if should always use braces  [readability/braces] [5]
src/nvim/path.c:1825:  if should always use braces  [readability/braces] [5]
src/nvim/path.c:1828:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:1840:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:1841:  if should always use braces  [readability/braces] [5]
src/nvim/path.c:1850:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:1851:  if should always use braces  [readability/braces] [5]
src/nvim/path.c:1852:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:1928:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/path.c:1930:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/path.c:1931:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/path.c:1932:  if should always use braces  [readability/braces] [5]
src/nvim/path.c:1936:  if should always use braces  [readability/braces] [5]
src/nvim/path.c:1967:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:1971:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:1972:  if should always use braces  [readability/braces] [5]
src/nvim/path.c:1975:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:2000:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:2030:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:2045:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.c:2071:  Should leave no spaces after a cast: u'(char_u *) buffer'  [whitespace/cast] [2]
src/nvim/path.c:2077:  Should leave no spaces after a cast: u'(char_u *) old_dir'  [whitespace/cast] [2]
src/nvim/path.c:2091:  Should leave no spaces after a cast: u'(char_u *) buffer'  [whitespace/cast] [2]
src/nvim/path.c:2157:  Should leave no spaces after a cast: u'(char *) fname'  [whitespace/cast] [2]
src/nvim/path.c:2171:  Should leave no spaces after a cast: u'(char *) ('  [whitespace/cast] [2]
src/nvim/path.c:2174:  Should leave no spaces after a cast: u'(char *) fname'  [whitespace/cast] [2]
src/nvim/path.c:2177:  Should leave no spaces after a cast: u'(char *) buf'  [whitespace/cast] [2]
src/nvim/popupmnu.c:26:  At least two spaces is best between code and comments  [whitespace/comments] [2]
src/nvim/popupmnu.c:212:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/popupmnu.c:342:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/popupmnu.c:360:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/popupmnu.c:408:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/popupmnu.c:511:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/popupmnu.c:597:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/popupmnu.c:625:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/popupmnu.c:629:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/popupmnu.c:644:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/popupmnu.c:649:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/popupmnu.c:658:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/po/sjiscorr.c:10:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/po/sjiscorr.c:11:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/po/sjiscorr.c:13:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/po/sjiscorr.c:13:  while should always use braces  [readability/braces] [5]
src/nvim/po/sjiscorr.c:14:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/po/sjiscorr.c:14:  Missing space before {  [whitespace/braces] [5]
src/nvim/po/sjiscorr.c:15:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/po/sjiscorr.c:15:  for should always use braces  [readability/braces] [5]
src/nvim/po/sjiscorr.c:16:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/po/sjiscorr.c:16:  Missing space before {  [whitespace/braces] [5]
src/nvim/po/sjiscorr.c:17:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/po/sjiscorr.c:17:  if should always use braces  [readability/braces] [5]
src/nvim/po/sjiscorr.c:18:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/po/sjiscorr.c:18:  Missing space before {  [whitespace/braces] [5]
src/nvim/po/sjiscorr.c:19:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/po/sjiscorr.c:20:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/po/sjiscorr.c:21:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/po/sjiscorr.c:22:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/po/sjiscorr.c:22:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/po/sjiscorr.c:23:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/po/sjiscorr.c:23:  Missing space before {  [whitespace/braces] [5]
src/nvim/po/sjiscorr.c:24:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/po/sjiscorr.c:25:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/po/sjiscorr.c:25:  while should always use braces  [readability/braces] [5]
src/nvim/po/sjiscorr.c:26:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/po/sjiscorr.c:26:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/po/sjiscorr.c:27:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/po/sjiscorr.c:28:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/po/sjiscorr.c:28:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/po/sjiscorr.c:29:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/po/sjiscorr.c:29:  Missing space before {  [whitespace/braces] [5]
src/nvim/po/sjiscorr.c:30:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/po/sjiscorr.c:31:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/po/sjiscorr.c:31:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/po/sjiscorr.c:32:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/po/sjiscorr.c:33:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/po/sjiscorr.c:33:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/po/sjiscorr.c:34:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/po/sjiscorr.c:34:  Missing space before {  [whitespace/braces] [5]
src/nvim/po/sjiscorr.c:35:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/po/sjiscorr.c:35:  if should always use braces  [readability/braces] [5]
src/nvim/po/sjiscorr.c:36:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/po/sjiscorr.c:36:  Missing space before {  [whitespace/braces] [5]
src/nvim/po/sjiscorr.c:37:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/po/sjiscorr.c:38:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/po/sjiscorr.c:38:  if should always use braces  [readability/braces] [5]
src/nvim/po/sjiscorr.c:39:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/po/sjiscorr.c:40:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/po/sjiscorr.c:41:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/po/sjiscorr.c:42:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/po/sjiscorr.c:43:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/po/sjiscorr.c:44:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/profile.c:67:  Should leave no spaces after a cast: u'(proftime_T) msec'  [whitespace/cast] [2]
src/nvim/profile.c:102:  Should leave no spaces after a cast: u'(proftime_T) round'  [whitespace/cast] [2]
src/nvim/profile.c:175:  Should leave no spaces after a cast: u'(int) ('  [whitespace/cast] [2]
src/nvim/profile.c:228:  Should leave no spaces after a cast: u'(double) diff'  [whitespace/cast] [2]
src/nvim/quickfix.c:1:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:53:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:58:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:59:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:60:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:61:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:62:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:63:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:64:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:65:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:66:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:67:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:68:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/quickfix.c:68:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:70:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:73:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:79:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:80:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:81:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:82:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:83:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:84:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/quickfix.c:84:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:89:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:96:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:97:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:101:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:103:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:105:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:110:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:111:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:112:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:113:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:114:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:115:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:116:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:117:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:118:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:119:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:120:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:121:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:122:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:123:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:124:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:125:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:126:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:127:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:128:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:129:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:136:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:138:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:140:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:146:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:151:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/quickfix.c:152:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/quickfix.c:156:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:167:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:168:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:171:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:180:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/quickfix.c:181:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/quickfix.c:187:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:188:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:189:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:204:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:233:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:233:  Missing space after {  [whitespace/braces] [5]
src/nvim/quickfix.c:233:  Missing space before }  [whitespace/braces] [5]
src/nvim/quickfix.c:234:  Missing space after {  [whitespace/braces] [5]
src/nvim/quickfix.c:234:  Missing space before }  [whitespace/braces] [5]
src/nvim/quickfix.c:235:  Missing space after {  [whitespace/braces] [5]
src/nvim/quickfix.c:235:  Missing space before }  [whitespace/braces] [5]
src/nvim/quickfix.c:236:  Missing space after {  [whitespace/braces] [5]
src/nvim/quickfix.c:236:  Missing space before }  [whitespace/braces] [5]
src/nvim/quickfix.c:237:  Missing space after {  [whitespace/braces] [5]
src/nvim/quickfix.c:237:  Missing space before }  [whitespace/braces] [5]
src/nvim/quickfix.c:238:  Missing space after {  [whitespace/braces] [5]
src/nvim/quickfix.c:238:  Missing space before }  [whitespace/braces] [5]
src/nvim/quickfix.c:239:  Missing space after {  [whitespace/braces] [5]
src/nvim/quickfix.c:239:  Missing space before }  [whitespace/braces] [5]
src/nvim/quickfix.c:240:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/quickfix.c:240:  Missing space after {  [whitespace/braces] [5]
src/nvim/quickfix.c:240:  Missing space before }  [whitespace/braces] [5]
src/nvim/quickfix.c:241:  Missing space after {  [whitespace/braces] [5]
src/nvim/quickfix.c:241:  Missing space before }  [whitespace/braces] [5]
src/nvim/quickfix.c:242:  Missing space after {  [whitespace/braces] [5]
src/nvim/quickfix.c:242:  Missing space before }  [whitespace/braces] [5]
src/nvim/quickfix.c:254:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:255:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:257:  An else should always have braces before it  [readability/braces] [5]
src/nvim/quickfix.c:258:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:259:  for should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:261:  Line contains only semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/quickfix.c:263:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:267:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:268:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:270:  An else should always have braces before it  [readability/braces] [5]
src/nvim/quickfix.c:272:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:287:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:291:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:291:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:293:  An else should always have braces before it  [readability/braces] [5]
src/nvim/quickfix.c:297:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:300:  for should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:300:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/quickfix.c:301:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:302:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/quickfix.c:304:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:310:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/quickfix.c:312:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/quickfix.c:313:  for should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:313:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/quickfix.c:314:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:319:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:318:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/quickfix.c:326:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:329:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:326:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:329:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:329:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:331:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:330:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/quickfix.c:340:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:349:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:357:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:364:  while should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:365:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/quickfix.c:371:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:372:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:375:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:376:  while should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:378:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:378:  Line contains only semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/quickfix.c:384:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:384:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/quickfix.c:389:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:391:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:390:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/quickfix.c:395:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/quickfix.c:396:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:397:  An else should always have braces before it  [readability/braces] [5]
src/nvim/quickfix.c:399:  An else should always have braces before it  [readability/braces] [5]
src/nvim/quickfix.c:400:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/quickfix.c:401:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:401:  An else should always have braces before it  [readability/braces] [5]
src/nvim/quickfix.c:402:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:404:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:406:  An else should always have braces before it  [readability/braces] [5]
src/nvim/quickfix.c:406:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/quickfix.c:408:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:407:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/quickfix.c:414:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:413:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/quickfix.c:418:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:419:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:420:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/quickfix.c:421:  An else should always have braces before it  [readability/braces] [5]
src/nvim/quickfix.c:422:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:423:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:429:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:431:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:434:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:436:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:441:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:445:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/quickfix.c:447:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:448:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/quickfix.c:451:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:453:  An else should always have braces before it  [readability/braces] [5]
src/nvim/quickfix.c:457:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:462:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:466:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:469:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:469:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:473:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:475:  An else should always have braces before it  [readability/braces] [5]
src/nvim/quickfix.c:478:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:480:  An else should always have braces before it  [readability/braces] [5]
src/nvim/quickfix.c:485:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:486:  while should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:487:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:489:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:489:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:493:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:498:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:501:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:502:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:505:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:504:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/quickfix.c:507:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/quickfix.c:510:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:513:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:516:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:520:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:521:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:523:  An else should always have braces before it  [readability/braces] [5]
src/nvim/quickfix.c:523:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/quickfix.c:534:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:538:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:577:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:578:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:582:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:583:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:587:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:588:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:592:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:593:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:597:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:597:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:599:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:599:  An else should always have braces before it  [readability/braces] [5]
src/nvim/quickfix.c:600:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:605:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:606:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:610:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:613:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:617:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/quickfix.c:618:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/quickfix.c:627:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:628:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:633:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:634:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:637:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:652:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:657:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:659:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:659:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/quickfix.c:670:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:671:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:678:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:679:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:687:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:689:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:690:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:691:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:693:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:696:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:731:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:732:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:733:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:734:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:735:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:736:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:737:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:738:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:739:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:740:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:741:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:742:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:743:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:744:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:750:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:754:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/quickfix.c:756:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/quickfix.c:757:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:761:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:769:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:770:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/quickfix.c:772:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:790:  Small and focused functions are preferred: () has 520 non-comment lines (error triggered by exceeding 500 lines).  [readability/fn_size] [1]
src/nvim/quickfix.c:798:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/quickfix.c:802:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:812:  while should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:815:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:821:  for should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:821:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/quickfix.c:824:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/quickfix.c:830:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:839:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:841:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:845:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:846:  for should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:846:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/quickfix.c:858:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:861:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/quickfix.c:862:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:863:  for should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:863:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/quickfix.c:891:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:893:  An else should always have braces before it  [readability/braces] [5]
src/nvim/quickfix.c:905:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:905:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:911:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:913:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:919:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:920:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/quickfix.c:922:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/quickfix.c:924:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:933:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:944:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:950:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:951:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:954:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:960:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:961:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:965:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:974:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:979:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:981:  An else should always have braces before it  [readability/braces] [5]
src/nvim/quickfix.c:984:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:984:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:987:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:992:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:1002:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:1008:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:1010:  An else should always have braces before it  [readability/braces] [5]
src/nvim/quickfix.c:1017:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:1019:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/quickfix.c:1021:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:1022:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:1023:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:1024:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:1025:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:1026:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:1027:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:1028:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:1029:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:1030:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:1031:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:1035:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:1040:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:1041:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:1042:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:1043:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:1047:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:1049:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:1057:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:1060:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:1065:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:1065:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:1072:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:1077:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/quickfix.c:1078:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:1087:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:1088:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/quickfix.c:1089:  An else should always have braces before it  [readability/braces] [5]
src/nvim/quickfix.c:1092:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:1101:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:1109:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:1115:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:1116:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:1120:  An else should always have braces before it  [readability/braces] [5]
src/nvim/quickfix.c:1120:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/quickfix.c:1121:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:1130:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:1130:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/quickfix.c:1131:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:1137:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:1145:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:1152:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:1154:  An else should always have braces before it  [readability/braces] [5]
src/nvim/quickfix.c:1154:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/quickfix.c:1163:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:1171:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:1174:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:1182:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:1186:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:1200:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:1226:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:1227:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:1234:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/quickfix.c:1234:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/quickfix.c:1245:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:1253:  Missing spaces around ==  [whitespace/operators] [3]
src/nvim/quickfix.c:1254:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
src/nvim/quickfix.c:1257:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:1285:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/quickfix.c:1290:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/quickfix.c:1292:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:1296:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:1309:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:1326:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/quickfix.c:1333:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:1349:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/quickfix.c:1356:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:1358:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/quickfix.c:1364:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/quickfix.c:1370:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:1371:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:1373:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/quickfix.c:1375:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:1389:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:1391:  An else should always have braces before it  [readability/braces] [5]
src/nvim/quickfix.c:1391:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/quickfix.c:1392:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:1397:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:1400:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:1401:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:1403:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:1405:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:1405:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/quickfix.c:1407:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:1410:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:1411:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:1417:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:1418:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:1421:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:1428:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:1432:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:1439:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:1452:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:1461:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:1476:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:1482:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:1484:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:1485:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:1486:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:1486:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/quickfix.c:1487:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:1491:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:1498:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:1501:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:1509:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:1512:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:1514:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:1515:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:1516:  An else should always have braces before it  [readability/braces] [5]
src/nvim/quickfix.c:1517:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:1523:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:1530:  Redundant blank line at the start of a code block should be deleted.  [whitespace/blank_line] [2]
src/nvim/quickfix.c:1531:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:1538:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:1540:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:1541:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:1542:  An else should always have braces before it  [readability/braces] [5]
src/nvim/quickfix.c:1543:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:1546:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:1548:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:1550:  An else should always have braces before it  [readability/braces] [5]
src/nvim/quickfix.c:1552:  An else should always have braces before it  [readability/braces] [5]
src/nvim/quickfix.c:1557:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:1558:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:1568:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:1577:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:1601:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:1602:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:1606:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:1611:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:1625:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/quickfix.c:1626:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:1631:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/quickfix.c:1632:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/quickfix.c:1636:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/quickfix.c:1641:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:1644:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:1645:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:1649:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:1652:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:1654:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:1657:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:1658:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:1659:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:1656:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/quickfix.c:1660:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:1664:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:1694:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:1699:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/quickfix.c:1704:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:1717:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/quickfix.c:1717:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:1758:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:1759:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/quickfix.c:1764:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:1771:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:1771:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:1774:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:1775:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/quickfix.c:1776:  An else should always have braces before it  [readability/braces] [5]
src/nvim/quickfix.c:1778:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:1800:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:1804:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:1805:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:1806:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/quickfix.c:1807:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:1811:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/quickfix.c:1816:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:1825:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/quickfix.c:1828:  while should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:1829:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:1831:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/quickfix.c:1837:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:1868:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/quickfix.c:1874:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/quickfix.c:1883:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:1884:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:1888:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:1894:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/quickfix.c:1903:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:1904:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:1910:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/quickfix.c:1919:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:1922:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/quickfix.c:1930:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:1935:  for should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:1935:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/quickfix.c:1936:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:1937:  for should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:1941:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:1942:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/quickfix.c:1943:  An else should always have braces before it  [readability/braces] [5]
src/nvim/quickfix.c:1945:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/quickfix.c:1950:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:1971:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:1973:  An else should always have braces before it  [readability/braces] [5]
src/nvim/quickfix.c:1975:  An else should always have braces before it  [readability/braces] [5]
src/nvim/quickfix.c:1977:  An else should always have braces before it  [readability/braces] [5]
src/nvim/quickfix.c:1979:  An else should always have braces before it  [readability/braces] [5]
src/nvim/quickfix.c:1979:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/quickfix.c:1986:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:1989:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/quickfix.c:1993:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:2006:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:2010:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:2013:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:2021:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:2023:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/quickfix.c:2027:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:2038:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:2042:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:2044:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:2045:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/quickfix.c:2048:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:2077:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:2098:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:2101:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:2103:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:2106:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:2107:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:2111:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:2119:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:2120:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:2121:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:2122:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:2124:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:2125:  An else should always have braces before it  [readability/braces] [5]
src/nvim/quickfix.c:2125:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/quickfix.c:2126:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:2128:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:2131:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:2134:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/quickfix.c:2136:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:2139:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:2141:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:2145:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:2145:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/quickfix.c:2146:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:2158:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:2161:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:2169:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:2170:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:2176:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:2180:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/quickfix.c:2181:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/quickfix.c:2183:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:2189:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:2210:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:2212:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:2212:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/quickfix.c:2219:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:2225:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:2231:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:2232:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:2234:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/quickfix.c:2236:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/quickfix.c:2239:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:2254:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:2269:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:2279:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:2282:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:2293:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:2309:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:2321:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:2322:  while should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:2323:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/quickfix.c:2325:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:2327:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:2329:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/quickfix.c:2345:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/quickfix.c:2349:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/quickfix.c:2354:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:2353:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/quickfix.c:2363:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:2367:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:2369:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:2369:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/quickfix.c:2374:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:2375:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/quickfix.c:2378:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:2379:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/quickfix.c:2381:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:2385:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/quickfix.c:2387:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:2387:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/quickfix.c:2389:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:2389:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/quickfix.c:2391:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:2391:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/quickfix.c:2392:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/quickfix.c:2394:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:2397:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:2401:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:2427:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/quickfix.c:2429:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/quickfix.c:2432:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:2438:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:2440:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:2441:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:2442:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:2442:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/quickfix.c:2443:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:2443:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/quickfix.c:2448:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:2458:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:2461:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:2472:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:2489:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:2489:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/quickfix.c:2490:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:2494:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:2500:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:2513:  Should leave no spaces after a cast: u'(char *) p_sp'  [whitespace/cast] [2]
src/nvim/quickfix.c:2522:  Should leave no spaces after a cast: u'(char_u *) cmd'  [whitespace/cast] [2]
src/nvim/quickfix.c:2525:  Should leave no spaces after a cast: u'(char_u *) cmd'  [whitespace/cast] [2]
src/nvim/quickfix.c:2530:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:2532:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:2533:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:2537:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:2537:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/quickfix.c:2538:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:2540:  An else should always have braces before it  [readability/braces] [5]
src/nvim/quickfix.c:2543:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:2544:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:2544:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/quickfix.c:2551:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:2565:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:2570:  for should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:2570:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/quickfix.c:2571:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:2574:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:2577:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:2586:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/quickfix.c:2748:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:2777:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:2795:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:2803:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:2839:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:2840:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:2841:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:2842:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:2843:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:2845:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:2846:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:2847:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:2841:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:2850:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:2860:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:2873:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:2874:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/quickfix.c:2875:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:2878:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:2890:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:2893:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:2894:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/quickfix.c:2895:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:2897:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:2899:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:2900:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/quickfix.c:2904:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:2924:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/quickfix.c:2926:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/quickfix.c:2954:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:2954:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/quickfix.c:2955:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:2966:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:2968:  An else should always have braces before it  [readability/braces] [5]
src/nvim/quickfix.c:2971:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/quickfix.c:2971:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:2971:  At least two spaces is best between code and comments  [whitespace/comments] [2]
src/nvim/quickfix.c:2980:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:2986:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/quickfix.c:2989:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:3013:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:3014:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:3024:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:3028:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:3033:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/quickfix.c:3036:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:3040:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/quickfix.c:3041:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:3043:  An else should always have braces before it  [readability/braces] [5]
src/nvim/quickfix.c:3043:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/quickfix.c:3048:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:3048:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/quickfix.c:3049:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:3049:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/quickfix.c:3056:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:3058:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/quickfix.c:3059:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/quickfix.c:3061:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:3064:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:3068:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:3074:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/quickfix.c:3075:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:3076:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/quickfix.c:3081:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:3083:  for should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:3083:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/quickfix.c:3089:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:3096:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:3099:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:3101:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/quickfix.c:3103:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/quickfix.c:3106:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:3107:  Line contains only semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/quickfix.c:3109:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:3110:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:3111:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:3112:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:3113:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:3114:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:3115:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:3116:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:3117:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:3118:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:3119:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:3120:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:3121:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:3109:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:3113:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:3113:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/quickfix.c:3116:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:3116:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/quickfix.c:3117:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:3118:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:3119:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:3120:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:3120:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/quickfix.c:3121:  Closing ) should be moved to the previous line  [whitespace/parens] [2]
src/nvim/quickfix.c:3122:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/quickfix.c:3125:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/quickfix.c:3126:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:3128:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:3133:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:3133:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/quickfix.c:3137:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:3143:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:3146:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:3151:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:3152:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:3153:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:3154:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:3170:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:3172:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:3177:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:3183:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:3183:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/quickfix.c:3193:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/quickfix.c:3199:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:3201:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:3201:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/quickfix.c:3203:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:3208:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:3209:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:3211:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/quickfix.c:3213:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:3222:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/quickfix.c:3225:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:3238:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:3250:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:3251:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:3254:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:3257:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:3258:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:3261:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/quickfix.c:3262:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:3265:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:3266:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:3268:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/quickfix.c:3270:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:3273:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:3275:  An else should always have braces before it  [readability/braces] [5]
src/nvim/quickfix.c:3278:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/quickfix.c:3284:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:3294:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:3305:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:3318:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/quickfix.c:3320:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:3321:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:3326:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/quickfix.c:3329:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:3331:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:3334:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:3337:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:3339:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:3342:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:3343:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/quickfix.c:3345:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:3346:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/quickfix.c:3348:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:3353:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:3354:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:3357:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/quickfix.c:3359:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:3368:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:3370:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:3371:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/quickfix.c:3374:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:3382:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:3391:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:3398:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:3401:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:3406:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/quickfix.c:3408:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:3411:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:3416:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:3423:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:3424:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/quickfix.c:3426:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:3431:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:3445:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:3449:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:3454:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/quickfix.c:3455:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:3457:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:3465:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:3466:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:3467:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:3468:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:3469:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:3470:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:3471:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:3472:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:3473:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:3474:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:3475:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:3471:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:3473:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:3483:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:3500:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:3501:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:3503:  An else should always have braces before it  [readability/braces] [5]
src/nvim/quickfix.c:3504:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:3505:  for should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:3507:  Line contains only semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/quickfix.c:3508:  An else should always have braces before it  [readability/braces] [5]
src/nvim/quickfix.c:3514:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:3515:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:3518:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:3538:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:3542:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/quickfix.c:3574:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:3575:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:3576:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/quickfix.c:3577:  An else should always have braces before it  [readability/braces] [5]
src/nvim/quickfix.c:3578:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/quickfix.c:3587:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:3605:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:3607:  An else should always have braces before it  [readability/braces] [5]
src/nvim/quickfix.c:3609:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:3611:  An else should always have braces before it  [readability/braces] [5]
src/nvim/quickfix.c:3613:  An else should always have braces before it  [readability/braces] [5]
src/nvim/quickfix.c:3613:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/quickfix.c:3618:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:3621:  An else should always have braces before it  [readability/braces] [5]
src/nvim/quickfix.c:3621:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/quickfix.c:3626:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:3630:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:3631:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:3633:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:3634:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:3637:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:3642:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:3656:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:3662:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:3663:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:3665:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:3668:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:3669:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/quickfix.c:3675:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:3691:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/quickfix.c:3694:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:3704:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:3704:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/quickfix.c:3705:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:3709:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:3716:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:3723:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:3725:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:3727:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/quickfix.c:3732:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/quickfix.c:3736:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:3739:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:3742:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:3745:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:3750:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:3752:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:3754:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/quickfix.c:3756:  Missing space after {  [whitespace/braces] [5]
src/nvim/quickfix.c:3756:  Missing space before }  [whitespace/braces] [5]
src/nvim/quickfix.c:3758:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:3760:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/quickfix.c:3761:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:3762:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:3764:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:3767:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:3764:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:3767:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:3767:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:3774:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:3779:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:3786:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:3787:  while should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:3791:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:3792:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:3793:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:3794:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:3795:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:3796:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:3797:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:3798:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:3799:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:3800:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:3801:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:3802:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:3803:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:3791:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:3797:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:3798:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:3798:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/quickfix.c:3799:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:3800:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:3801:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:3802:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:3802:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/quickfix.c:3803:  Closing ) should be moved to the previous line  [whitespace/parens] [2]
src/nvim/quickfix.c:3804:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/quickfix.c:3805:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:3810:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:3812:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/quickfix.c:3823:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:3826:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/quickfix.c:3832:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:3834:  An else should always have braces before it  [readability/braces] [5]
src/nvim/quickfix.c:3835:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:3842:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/quickfix.c:3842:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/quickfix.c:3843:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:3844:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:3848:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:3849:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:3850:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/quickfix.c:3851:  An else should always have braces before it  [readability/braces] [5]
src/nvim/quickfix.c:3855:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/quickfix.c:3858:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.c:3860:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/regexp.c:1:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:40:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:43:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:44:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:66:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:68:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:74:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:96:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:164:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:168:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:168:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp.c:169:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:169:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp.c:170:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:170:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp.c:171:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:171:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp.c:172:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/regexp.c:172:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:173:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp.c:174:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:174:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp.c:175:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:175:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp.c:176:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:176:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp.c:177:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/regexp.c:177:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:178:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp.c:179:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/regexp.c:179:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:180:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp.c:181:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:182:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:183:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:184:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:185:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:186:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/regexp.c:186:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:187:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp.c:187:  Missing space after ,  [whitespace/comma] [3]
src/nvim/regexp.c:187:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/regexp.c:187:  Missing space after {  [whitespace/braces] [5]
src/nvim/regexp.c:187:  Missing space before }  [whitespace/braces] [5]
src/nvim/regexp.c:188:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:188:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp.c:189:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:189:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp.c:190:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/regexp.c:190:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:191:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp.c:192:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:192:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp.c:193:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:193:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp.c:196:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:199:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:199:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp.c:200:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:200:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp.c:201:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/regexp.c:201:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:201:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp.c:202:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp.c:203:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:203:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp.c:204:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:204:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp.c:205:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:205:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp.c:206:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:206:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp.c:207:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:207:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp.c:208:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:208:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp.c:209:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:209:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp.c:210:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:210:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp.c:211:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:211:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp.c:212:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:212:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp.c:213:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:213:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp.c:214:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:214:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp.c:215:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:215:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp.c:216:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:216:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp.c:217:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:217:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp.c:218:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:218:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp.c:219:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:219:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp.c:220:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:220:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp.c:221:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:221:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp.c:222:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:222:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp.c:223:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:223:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp.c:224:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:224:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp.c:225:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:225:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp.c:226:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:226:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp.c:227:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:227:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp.c:228:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:228:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp.c:232:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/regexp.c:232:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:232:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp.c:233:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp.c:233:  Extra space after (  [whitespace/parens] [2]
src/nvim/regexp.c:234:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp.c:236:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp.c:240:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp.c:247:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp.c:278:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp.c:280:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp.c:297:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp.c:306:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp.c:314:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp.c:323:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp.c:346:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp.c:358:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp.c:368:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp.c:373:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp.c:381:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp.c:382:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp.c:388:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp.c:389:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp.c:445:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp.c:461:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp.c:462:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp.c:465:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp.c:466:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp.c:234:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp.c:235:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/regexp.c:235:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:235:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp.c:236:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp.c:237:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:239:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/regexp.c:239:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:239:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp.c:240:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp.c:240:  Extra space after ( in function call  [whitespace/parens] [4]
src/nvim/regexp.c:247:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp.c:278:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp.c:280:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp.c:297:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp.c:306:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp.c:314:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp.c:323:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp.c:346:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp.c:358:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp.c:368:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp.c:373:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp.c:381:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp.c:382:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp.c:388:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp.c:389:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp.c:445:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp.c:461:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp.c:462:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp.c:241:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:241:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp.c:242:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:244:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:246:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/regexp.c:246:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:246:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp.c:247:  Extra space after (  [whitespace/parens] [2]
src/nvim/regexp.c:278:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp.c:280:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp.c:297:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp.c:306:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp.c:314:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp.c:323:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp.c:346:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp.c:358:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp.c:368:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp.c:373:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp.c:381:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp.c:382:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp.c:388:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp.c:389:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp.c:445:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp.c:248:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:248:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp.c:250:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:250:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp.c:251:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:251:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp.c:252:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:252:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp.c:253:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:253:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp.c:255:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:256:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:257:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:259:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:260:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:260:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp.c:263:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:272:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:292:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:299:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:300:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:305:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:313:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:322:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:324:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:325:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:326:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:327:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:328:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:329:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:330:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:331:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:332:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:333:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:334:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:335:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:336:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:337:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:340:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:347:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:348:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:352:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:353:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:353:  Use int16_t/int64_t/etc, rather than the C type short  [runtime/int] [4]
src/nvim/regexp.c:357:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:359:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:360:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:366:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:369:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:370:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:383:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:390:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:395:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:403:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:430:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:440:  Missing space before asterisk in int)*  [whitespace/operators] [2]
src/nvim/regexp.c:443:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:446:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:448:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:451:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:454:  Missing space before asterisk in int)*  [whitespace/operators] [2]
src/nvim/regexp.c:456:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:458:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/regexp.c:459:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/regexp.c:462:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp.c:462:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp.c:462:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/regexp.c:466:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp.c:466:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp.c:466:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/regexp.c:469:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/regexp.c:492:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:499:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:501:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:506:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:509:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:510:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:511:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:512:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:513:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:514:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:516:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:524:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:544:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:558:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:604:  for should always use braces  [readability/braces] [5]
src/nvim/regexp.c:604:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/regexp.c:613:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:617:  Use int16_t/int64_t/etc, rather than the C type short  [runtime/int] [4]
src/nvim/regexp.c:632:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/regexp.c:634:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:637:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/regexp.c:638:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:640:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:642:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:644:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:646:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:648:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:650:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:652:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:657:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/regexp.c:670:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:671:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:672:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:673:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:674:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:675:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:677:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:681:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:682:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:683:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:684:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:685:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:686:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:687:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:688:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:689:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:690:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:691:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:692:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:693:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:694:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:695:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:696:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:696:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/regexp.c:698:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:699:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:700:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:701:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:702:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:704:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/regexp.c:704:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:706:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:708:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:712:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:716:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:716:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp.c:718:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:718:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp.c:720:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:720:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp.c:722:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:722:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp.c:724:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:724:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp.c:726:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:726:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp.c:730:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:731:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:735:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:736:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:738:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:739:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:740:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:741:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:742:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:744:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:753:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:761:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:773:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:776:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:778:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:788:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:1095:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:1108:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:1111:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:1113:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:1122:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:1129:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:1138:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:1138:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:1139:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/regexp.c:1140:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:1141:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/regexp.c:1143:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:1145:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:1146:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/regexp.c:1147:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:1149:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/regexp.c:1153:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:1154:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:1158:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:1158:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/regexp.c:1159:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/regexp.c:1160:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/regexp.c:1166:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:1180:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:1182:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:1187:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:1187:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:1192:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:1196:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:1202:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/regexp.c:1203:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:1203:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/regexp.c:1204:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:1206:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:1214:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:1242:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:1247:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:1253:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:1256:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:1259:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:1267:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:1272:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:1273:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:1278:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:1280:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:1282:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:1284:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:1285:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:1288:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:1295:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:1297:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:1306:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:1308:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:1313:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:1321:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:1329:  for should always use braces  [readability/braces] [5]
src/nvim/regexp.c:1345:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:1353:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:1356:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/regexp.c:1357:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/regexp.c:1359:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:1363:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:1365:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:1377:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/regexp.c:1379:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/regexp.c:1382:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:1395:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:1405:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/regexp.c:1406:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:1406:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/regexp.c:1416:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:1419:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:1420:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:1426:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:1427:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:1430:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/regexp.c:1433:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:1435:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/regexp.c:1438:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:1440:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:1442:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:1443:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:1444:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:1446:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:1449:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:1455:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:1457:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:1458:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:1463:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:1470:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:1471:  for should always use braces  [readability/braces] [5]
src/nvim/regexp.c:1474:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:1476:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:1478:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:1480:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:1483:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:1485:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:1486:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:1487:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:1489:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:1493:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:1494:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:1494:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/regexp.c:1498:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:1509:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:1514:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:1516:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:1520:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:1523:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:1525:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:1528:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:1529:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:1538:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:1548:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/regexp.c:1550:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:1558:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/regexp.c:1594:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:1597:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:1597:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:1599:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:1602:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:1607:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:1607:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:1612:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:1631:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:1639:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:1645:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:1647:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:1647:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/regexp.c:1648:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:1649:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:1650:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:1651:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:1652:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:1653:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:1658:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:1660:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:1660:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/regexp.c:1661:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:1662:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:1664:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:1665:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:1666:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:1678:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:1679:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:1680:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:1682:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:1683:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:1686:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:1688:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp.c:1689:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:1694:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:1696:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:1697:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:1699:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/regexp.c:1706:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:1707:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:1708:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:1709:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:1715:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:1721:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:1723:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp.c:1728:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/regexp.c:1730:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:1735:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:1736:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:1738:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp.c:1737:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/regexp.c:1739:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:1741:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp.c:1740:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/regexp.c:1748:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:1760:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:1776:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:1786:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/regexp.c:1799:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:1803:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:1805:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/regexp.c:1812:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:1813:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:1816:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:1817:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:1819:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:1850:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:1852:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:1864:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:1870:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:1877:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:1880:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:1889:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:1891:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:1892:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:1902:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp.c:1903:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp.c:1901:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/regexp.c:1905:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:1907:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:1913:  while should always use braces  [readability/braces] [5]
src/nvim/regexp.c:1918:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:1921:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/regexp.c:1938:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:1946:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:1948:  for should always use braces  [readability/braces] [5]
src/nvim/regexp.c:1948:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/regexp.c:1949:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:1952:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:1965:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:1968:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:2009:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:2011:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:2014:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:2019:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:2041:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:2044:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:2044:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:2053:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:2055:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp.c:2057:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:2059:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:2063:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/regexp.c:2065:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/regexp.c:2066:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:2069:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:2071:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp.c:2077:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:2083:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/regexp.c:2091:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:2092:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:2093:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:2094:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:2095:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:2108:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:2112:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:2114:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:2116:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:2118:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:2132:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:2139:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:2142:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:2144:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:2144:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/regexp.c:2173:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp.c:2183:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:2188:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:2189:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:2192:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:2196:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:2199:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/regexp.c:2202:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:2210:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/regexp.c:2211:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:2217:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:2219:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:2221:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:2224:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:2226:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:2230:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:2231:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:2234:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:2238:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:2239:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:2241:  while should always use braces  [readability/braces] [5]
src/nvim/regexp.c:2244:  while should always use braces  [readability/braces] [5]
src/nvim/regexp.c:2250:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:2255:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/regexp.c:2259:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp.c:2259:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp.c:2259:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp.c:2259:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp.c:2262:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:2264:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:2270:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:2280:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:2282:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:2294:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:2299:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:2302:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp.c:2303:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:2306:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:2312:  for should always use braces  [readability/braces] [5]
src/nvim/regexp.c:2313:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:2317:  for should always use braces  [readability/braces] [5]
src/nvim/regexp.c:2318:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:2326:  for should always use braces  [readability/braces] [5]
src/nvim/regexp.c:2327:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:2331:  for should always use braces  [readability/braces] [5]
src/nvim/regexp.c:2332:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:2336:  for should always use braces  [readability/braces] [5]
src/nvim/regexp.c:2337:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:2341:  for should always use braces  [readability/braces] [5]
src/nvim/regexp.c:2342:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:2346:  for should always use braces  [readability/braces] [5]
src/nvim/regexp.c:2347:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:2351:  for should always use braces  [readability/braces] [5]
src/nvim/regexp.c:2352:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:2356:  for should always use braces  [readability/braces] [5]
src/nvim/regexp.c:2361:  for should always use braces  [readability/braces] [5]
src/nvim/regexp.c:2362:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:2366:  for should always use braces  [readability/braces] [5]
src/nvim/regexp.c:2367:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:2387:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:2391:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:2392:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:2393:  while should always use braces  [readability/braces] [5]
src/nvim/regexp.c:2402:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:2403:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:2404:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:2405:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:2408:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/regexp.c:2411:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:2417:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:2429:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:2441:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/regexp.c:2448:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:2451:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:2457:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/regexp.c:2465:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:2472:  Small and focused functions are preferred: regatom() has 577 non-comment lines (error triggered by exceeding 500 lines).  [readability/fn_size] [1]
src/nvim/regexp.c:2483:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:2494:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:2503:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:2505:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:2505:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/regexp.c:2507:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:2513:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:2518:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:2520:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:2524:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:2529:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:2531:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:2533:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:2537:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:2555:  while should always use braces  [readability/braces] [5]
src/nvim/regexp.c:2558:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:2564:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:2581:  while should always use braces  [readability/braces] [5]
src/nvim/regexp.c:2584:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:2592:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:2611:  while should always use braces  [readability/braces] [5]
src/nvim/regexp.c:2614:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:2625:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:2630:  Should leave no spaces after a cast: u'(char_u) ('  [whitespace/cast] [2]
src/nvim/regexp.c:2631:  Should leave no spaces after a cast: u'(char_u) ('  [whitespace/cast] [2]
src/nvim/regexp.c:2632:  Should leave no spaces after a cast: u'(char_u) ('  [whitespace/cast] [2]
src/nvim/regexp.c:2633:  Should leave no spaces after a cast: u'(char_u) ('  [whitespace/cast] [2]
src/nvim/regexp.c:2637:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:2646:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:2649:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:2653:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:2658:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:2660:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:2662:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:2665:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:2666:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/regexp.c:2667:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:2667:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/regexp.c:2668:  Should leave no spaces after a cast: u'(char_u) ('  [whitespace/cast] [2]
src/nvim/regexp.c:2669:  Should leave no spaces after a cast: u'(char_u) ('  [whitespace/cast] [2]
src/nvim/regexp.c:2673:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:2678:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:2679:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:2686:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:2690:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:2698:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/regexp.c:2699:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/regexp.c:2702:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:2719:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:2736:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:2741:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/regexp.c:2751:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:2752:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:2768:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:2769:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:2770:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:2771:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:2772:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:2773:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:2774:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:2775:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:2776:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:2777:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:2778:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:2782:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:2785:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:2795:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:2807:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/regexp.c:2808:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/regexp.c:2812:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:2845:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:2846:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:2847:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:2848:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/regexp.c:2849:  End of the inner expression should have the same indent as start  [whitespace/indent] [2]
src/nvim/regexp.c:2850:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:2859:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:2859:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/regexp.c:2860:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/regexp.c:2861:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/regexp.c:2863:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/regexp.c:2864:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/regexp.c:2867:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:2871:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/regexp.c:2873:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:2873:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/regexp.c:2874:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:2878:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:2880:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:2887:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:2894:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:2899:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:2900:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:2902:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:2905:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:2906:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:2908:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:2910:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:2911:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/regexp.c:2915:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/regexp.c:2918:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:2922:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:2938:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:2950:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:2959:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/regexp.c:2961:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:2966:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:2981:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/regexp.c:2983:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:2987:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/regexp.c:2990:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:2995:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:3005:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/regexp.c:3007:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:3011:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/regexp.c:3012:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:3015:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:3020:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:3034:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/regexp.c:3036:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:3040:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/regexp.c:3043:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:3048:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:3064:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:3066:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/regexp.c:3072:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:3080:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/regexp.c:3085:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:3087:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/regexp.c:3091:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:3092:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:3094:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:3096:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/regexp.c:3097:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:3098:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:3099:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:3100:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:3101:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:3104:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp.c:3103:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/regexp.c:3108:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:3117:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:3121:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:3125:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:3129:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:3130:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:3131:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:3132:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:3134:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/regexp.c:3134:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:3136:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/regexp.c:3136:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:3136:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/regexp.c:3140:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:3144:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:3146:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:3148:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:3148:  Else clause should never be on same line as else (use 2 lines)  [whitespace/newline] [4]
src/nvim/regexp.c:3156:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:3163:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:3169:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:3175:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:3183:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:3210:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:3212:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:3222:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:3247:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:3252:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:3254:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:3256:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:3257:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:3259:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/regexp.c:3264:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:3265:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:3266:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:3267:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:3269:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:3273:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:3281:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/regexp.c:3282:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/regexp.c:3284:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:3285:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:3296:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/regexp.c:3308:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/regexp.c:3311:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/regexp.c:3326:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/regexp.c:3328:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/regexp.c:3334:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:3340:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:3341:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:3348:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:3353:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:3377:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:3383:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:3384:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:3387:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:3388:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:3391:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:3392:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:3393:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/regexp.c:3394:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:3395:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/regexp.c:3397:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:3398:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:3399:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/regexp.c:3401:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:3405:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:3407:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:3411:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:3415:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:3419:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:3420:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:3421:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/regexp.c:3423:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/regexp.c:3425:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:3426:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:3429:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/regexp.c:3431:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:3432:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:3435:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:3435:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:3441:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/regexp.c:3443:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:3447:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:3449:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:3463:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:3466:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:3468:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:3472:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:3481:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:3488:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:3491:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:3496:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:3498:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:3500:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:3501:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/regexp.c:3502:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:3505:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:3512:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:3518:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:3520:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:3527:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:3537:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:3542:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:3547:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:3556:  for should always use braces  [readability/braces] [5]
src/nvim/regexp.c:3556:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/regexp.c:3562:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:3569:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/regexp.c:3570:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:3571:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:3572:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/regexp.c:3574:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:3586:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/regexp.c:3587:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:3590:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:3592:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:3595:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:3606:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:3617:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:3620:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp.c:3628:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:3633:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:3635:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp.c:3640:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:3653:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:3654:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:3655:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/regexp.c:3677:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:3678:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/regexp.c:3682:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:3684:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/regexp.c:3688:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:3690:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:3692:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:3698:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:3699:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/regexp.c:3701:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/regexp.c:3706:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:3714:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:3729:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/regexp.c:3730:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/regexp.c:3731:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:3734:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:3739:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:3740:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:3741:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:3742:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:3743:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:3744:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:3746:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:3751:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:3755:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:3766:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:3787:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:3797:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:3804:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:3806:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:3808:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:3812:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:3817:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:3822:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:3825:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:3831:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:3836:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:3838:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:3845:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:3851:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/regexp.c:3852:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:3852:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:3853:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:3868:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:3875:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:3883:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:3888:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:3895:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:3896:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:3896:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:3898:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:3901:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:3903:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:3904:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:3905:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:3906:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:3908:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:3910:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp.c:3910:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp.c:3915:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:3916:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:3916:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:3918:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:3921:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:3924:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:3928:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:3932:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:3935:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:3936:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:3938:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:3943:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:3945:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:3950:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:3952:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:3957:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:3959:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:3964:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:3966:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:3971:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:3973:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:3978:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:3980:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:3985:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:3987:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:3992:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:3994:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:3999:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:4001:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:4006:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:4008:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:4013:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:4015:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:4020:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:4022:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:4027:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:4029:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:4034:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:4036:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:4041:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:4043:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:4048:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:4050:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:4055:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:4057:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:4062:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:4064:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:4069:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:4071:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:4076:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:4078:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:4083:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:4085:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:4090:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:4092:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:4097:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:4099:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:4104:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:4106:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:4111:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:4113:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:4118:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:4120:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:4141:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:4169:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:4171:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:4173:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:4184:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:4190:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:4193:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:4199:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:4202:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:4208:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/regexp.c:4209:  for should always use braces  [readability/braces] [5]
src/nvim/regexp.c:4209:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/regexp.c:4215:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/regexp.c:4235:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:4244:  for should always use braces  [readability/braces] [5]
src/nvim/regexp.c:4244:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/regexp.c:4245:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:4250:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/regexp.c:4251:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:4254:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:4259:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:4260:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:4273:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:4275:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:4275:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/regexp.c:4278:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp.c:4279:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:4284:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:4285:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:4286:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:4288:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:4304:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:4306:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:4306:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/regexp.c:4309:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp.c:4310:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:4315:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:4316:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:4329:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:4331:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:4331:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/regexp.c:4334:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:4339:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:4352:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:4354:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:4354:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/regexp.c:4357:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp.c:4358:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:4377:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:4379:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:4382:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:4385:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:4388:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:4390:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:4395:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:4397:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:4398:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp.c:4401:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:4410:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:4416:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:4438:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:4439:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp.c:4441:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:4444:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:4451:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:4451:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:4452:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:4453:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:4453:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/regexp.c:4455:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:4457:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:4458:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:4475:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:4493:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/regexp.c:4495:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:4499:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:4501:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:4501:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/regexp.c:4505:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:4510:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:4512:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:4515:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:4517:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:4517:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/regexp.c:4521:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:4525:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:4528:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:4530:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:4530:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/regexp.c:4532:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:4545:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:4552:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:4554:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:4556:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/regexp.c:4570:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:4583:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:4593:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp.c:4594:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:4596:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:4596:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/regexp.c:4598:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:4601:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/regexp.c:4603:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
src/nvim/regexp.c:4611:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:4613:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:4613:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/regexp.c:4617:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:4623:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:4631:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:4633:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:4633:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/regexp.c:4634:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:4640:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:4648:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:4651:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/regexp.c:4656:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:4659:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:4661:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:4666:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:4679:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:4680:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:4683:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:4685:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
src/nvim/regexp.c:4686:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:4688:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:4696:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:4701:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:4702:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:4704:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp.c:4709:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:4710:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:4712:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp.c:4717:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:4718:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:4720:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp.c:4725:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:4726:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:4728:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp.c:4733:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:4734:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:4736:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:4736:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/regexp.c:4738:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:4743:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:4747:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:4756:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:4759:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:4759:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/regexp.c:4765:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:4767:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:4769:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/regexp.c:4770:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:4774:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:4779:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:4780:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:4781:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:4791:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:4794:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:4796:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:4796:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/regexp.c:4798:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:4798:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:4802:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:4811:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:4817:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:4820:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:4837:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:4841:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:4843:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:4845:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp.c:4846:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:4846:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/regexp.c:4847:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:4858:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:4863:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:4870:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:4871:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:4874:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/regexp.c:4877:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:4877:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/regexp.c:4883:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:4887:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:4888:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/regexp.c:4891:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:4893:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:4893:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/regexp.c:4895:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:4901:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:4905:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:4911:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:4915:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp.c:4918:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:4943:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:4944:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:4947:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:4950:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:4952:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:4954:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:4957:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:4958:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/regexp.c:4960:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:4962:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:4966:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/regexp.c:4969:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:4973:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:4976:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/regexp.c:4978:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:4980:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/regexp.c:4983:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:4993:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:5002:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:5004:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:5009:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:5010:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:5013:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:5018:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:5027:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:5028:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/regexp.c:5031:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
src/nvim/regexp.c:5032:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:5034:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:5035:  Small and focused functions are preferred: () has 1027 non-comment lines (error triggered by exceeding 500 lines).  [readability/fn_size] [2]
src/nvim/regexp.c:5037:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:5059:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:5072:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:5076:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/regexp.c:5077:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/regexp.c:5079:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:5088:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:5094:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:5097:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/regexp.c:5100:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:5103:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:5103:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/regexp.c:5106:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:5113:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/regexp.c:5114:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:5121:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:5126:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:5128:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/regexp.c:5129:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/regexp.c:5130:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:5132:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/regexp.c:5138:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/regexp.c:5139:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:5147:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:5152:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:5154:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/regexp.c:5155:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/regexp.c:5156:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:5158:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/regexp.c:5164:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/regexp.c:5165:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:5172:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:5177:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:5179:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/regexp.c:5180:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/regexp.c:5181:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:5183:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/regexp.c:5189:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/regexp.c:5190:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:5195:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:5200:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:5205:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/regexp.c:5206:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/regexp.c:5207:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:5209:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/regexp.c:5220:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:5225:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:5228:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:5231:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/regexp.c:5232:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/regexp.c:5233:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:5234:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/regexp.c:5235:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:5237:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/regexp.c:5314:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:5338:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:5341:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:5344:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/regexp.c:5349:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:5353:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/regexp.c:5361:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/regexp.c:5362:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:5369:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:5374:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:5376:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/regexp.c:5377:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/regexp.c:5378:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:5379:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:5383:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:5385:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/regexp.c:5387:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/regexp.c:5396:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:5398:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:5401:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:5406:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:5419:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:5428:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:5432:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:5435:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:5437:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:5441:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:5450:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:5451:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:5452:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/regexp.c:5456:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/regexp.c:5458:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/regexp.c:5461:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:5470:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:5477:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/regexp.c:5485:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:5492:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/regexp.c:5496:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:5504:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:5508:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/regexp.c:5520:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:5527:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:5530:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/regexp.c:5542:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:5552:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:5560:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/regexp.c:5565:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:5572:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:5578:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/regexp.c:5583:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:5588:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:5594:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:5614:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:5621:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:5623:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:5628:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:5634:  Lines should very rarely be longer than 100 characters  [whitespace/line_length] [4]
src/nvim/regexp.c:5641:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:5644:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:5649:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:5659:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:5663:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:5665:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:5668:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:5669:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:5670:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:5672:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:5673:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:5674:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:5675:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:5677:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:5679:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:5681:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/regexp.c:5683:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:5687:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:5694:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:5700:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:5710:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:5713:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp.c:5716:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:5722:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:5722:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/regexp.c:5724:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:5724:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:5726:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:5728:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:5731:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:5736:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:5740:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:5748:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:5750:  while should always use braces  [readability/braces] [5]
src/nvim/regexp.c:5758:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:5759:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:5761:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp.c:5762:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp.c:5763:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:5765:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:5773:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:5776:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:5786:  Should leave no spaces after a cast: u'(int) OP'  [whitespace/cast] [2]
src/nvim/regexp.c:6024:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/regexp.c:6039:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/regexp.c:6051:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/regexp.c:6069:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/regexp.c:6081:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/regexp.c:6093:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/regexp.c:6133:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/regexp.c:6143:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/regexp.c:6147:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:6151:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6155:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6158:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6158:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp.c:6158:  Missing space after ,  [whitespace/comma] [3]
src/nvim/regexp.c:6158:  Missing space after {  [whitespace/braces] [5]
src/nvim/regexp.c:6158:  Missing space before }  [whitespace/braces] [5]
src/nvim/regexp.c:6159:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6159:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp.c:6159:  Missing space after ,  [whitespace/comma] [3]
src/nvim/regexp.c:6159:  Missing space after {  [whitespace/braces] [5]
src/nvim/regexp.c:6159:  Missing space before }  [whitespace/braces] [5]
src/nvim/regexp.c:6160:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6160:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp.c:6160:  Missing space after ,  [whitespace/comma] [3]
src/nvim/regexp.c:6160:  Missing space after {  [whitespace/braces] [5]
src/nvim/regexp.c:6160:  Missing space before }  [whitespace/braces] [5]
src/nvim/regexp.c:6161:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6161:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp.c:6161:  Missing space after ,  [whitespace/comma] [3]
src/nvim/regexp.c:6161:  Missing space after {  [whitespace/braces] [5]
src/nvim/regexp.c:6161:  Missing space before }  [whitespace/braces] [5]
src/nvim/regexp.c:6162:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6162:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp.c:6162:  Missing space after ,  [whitespace/comma] [3]
src/nvim/regexp.c:6162:  Missing space after {  [whitespace/braces] [5]
src/nvim/regexp.c:6162:  Missing space before }  [whitespace/braces] [5]
src/nvim/regexp.c:6163:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6163:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp.c:6163:  Missing space after ,  [whitespace/comma] [3]
src/nvim/regexp.c:6163:  Missing space after {  [whitespace/braces] [5]
src/nvim/regexp.c:6163:  Missing space before }  [whitespace/braces] [5]
src/nvim/regexp.c:6164:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6164:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp.c:6164:  Missing space after ,  [whitespace/comma] [3]
src/nvim/regexp.c:6164:  Missing space after {  [whitespace/braces] [5]
src/nvim/regexp.c:6164:  Missing space before }  [whitespace/braces] [5]
src/nvim/regexp.c:6165:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6165:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp.c:6165:  Missing space after ,  [whitespace/comma] [3]
src/nvim/regexp.c:6165:  Missing space after {  [whitespace/braces] [5]
src/nvim/regexp.c:6165:  Missing space before }  [whitespace/braces] [5]
src/nvim/regexp.c:6166:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6166:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp.c:6166:  Missing space after ,  [whitespace/comma] [3]
src/nvim/regexp.c:6166:  Missing space after {  [whitespace/braces] [5]
src/nvim/regexp.c:6166:  Missing space before }  [whitespace/braces] [5]
src/nvim/regexp.c:6167:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6167:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp.c:6167:  Missing space after {  [whitespace/braces] [5]
src/nvim/regexp.c:6167:  Missing space before }  [whitespace/braces] [5]
src/nvim/regexp.c:6168:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6168:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp.c:6168:  Missing space after {  [whitespace/braces] [5]
src/nvim/regexp.c:6168:  Missing space before }  [whitespace/braces] [5]
src/nvim/regexp.c:6169:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6169:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp.c:6169:  Missing space after {  [whitespace/braces] [5]
src/nvim/regexp.c:6169:  Missing space before }  [whitespace/braces] [5]
src/nvim/regexp.c:6170:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6170:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp.c:6170:  Missing space after {  [whitespace/braces] [5]
src/nvim/regexp.c:6170:  Missing space before }  [whitespace/braces] [5]
src/nvim/regexp.c:6171:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6171:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp.c:6171:  Missing space after {  [whitespace/braces] [5]
src/nvim/regexp.c:6171:  Missing space before }  [whitespace/braces] [5]
src/nvim/regexp.c:6172:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6172:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp.c:6172:  Missing space after {  [whitespace/braces] [5]
src/nvim/regexp.c:6172:  Missing space before }  [whitespace/braces] [5]
src/nvim/regexp.c:6173:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6173:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp.c:6173:  Missing space after {  [whitespace/braces] [5]
src/nvim/regexp.c:6173:  Missing space before }  [whitespace/braces] [5]
src/nvim/regexp.c:6174:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6174:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp.c:6174:  Missing space after {  [whitespace/braces] [5]
src/nvim/regexp.c:6174:  Missing space before }  [whitespace/braces] [5]
src/nvim/regexp.c:6175:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6175:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp.c:6175:  Missing space after {  [whitespace/braces] [5]
src/nvim/regexp.c:6175:  Missing space before }  [whitespace/braces] [5]
src/nvim/regexp.c:6176:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6176:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp.c:6176:  Missing space after {  [whitespace/braces] [5]
src/nvim/regexp.c:6176:  Missing space before }  [whitespace/braces] [5]
src/nvim/regexp.c:6177:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6177:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp.c:6177:  Missing space after {  [whitespace/braces] [5]
src/nvim/regexp.c:6177:  Missing space before }  [whitespace/braces] [5]
src/nvim/regexp.c:6178:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6178:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp.c:6178:  Missing space after {  [whitespace/braces] [5]
src/nvim/regexp.c:6178:  Missing space before }  [whitespace/braces] [5]
src/nvim/regexp.c:6179:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6179:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp.c:6179:  Missing space after {  [whitespace/braces] [5]
src/nvim/regexp.c:6179:  Missing space before }  [whitespace/braces] [5]
src/nvim/regexp.c:6180:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6180:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp.c:6180:  Missing space after {  [whitespace/braces] [5]
src/nvim/regexp.c:6180:  Missing space before }  [whitespace/braces] [5]
src/nvim/regexp.c:6181:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6181:  Missing space after {  [whitespace/braces] [5]
src/nvim/regexp.c:6181:  Missing space before }  [whitespace/braces] [5]
src/nvim/regexp.c:6182:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6182:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp.c:6182:  Missing space after {  [whitespace/braces] [5]
src/nvim/regexp.c:6182:  Missing space before }  [whitespace/braces] [5]
src/nvim/regexp.c:6183:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6183:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp.c:6183:  Missing space after {  [whitespace/braces] [5]
src/nvim/regexp.c:6183:  Missing space before }  [whitespace/braces] [5]
src/nvim/regexp.c:6184:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6184:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp.c:6184:  Missing space after {  [whitespace/braces] [5]
src/nvim/regexp.c:6184:  Missing space before }  [whitespace/braces] [5]
src/nvim/regexp.c:6185:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6185:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp.c:6185:  Missing space after {  [whitespace/braces] [5]
src/nvim/regexp.c:6185:  Missing space before }  [whitespace/braces] [5]
src/nvim/regexp.c:6186:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6186:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp.c:6186:  Missing space after {  [whitespace/braces] [5]
src/nvim/regexp.c:6186:  Missing space before }  [whitespace/braces] [5]
src/nvim/regexp.c:6187:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6187:  Missing space after {  [whitespace/braces] [5]
src/nvim/regexp.c:6187:  Missing space before }  [whitespace/braces] [5]
src/nvim/regexp.c:6188:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6188:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp.c:6188:  Missing space after {  [whitespace/braces] [5]
src/nvim/regexp.c:6188:  Missing space before }  [whitespace/braces] [5]
src/nvim/regexp.c:6189:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6189:  Missing space after {  [whitespace/braces] [5]
src/nvim/regexp.c:6189:  Missing space before }  [whitespace/braces] [5]
src/nvim/regexp.c:6190:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6190:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp.c:6190:  Missing space after {  [whitespace/braces] [5]
src/nvim/regexp.c:6190:  Missing space before }  [whitespace/braces] [5]
src/nvim/regexp.c:6191:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6191:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp.c:6191:  Missing space after {  [whitespace/braces] [5]
src/nvim/regexp.c:6191:  Missing space before }  [whitespace/braces] [5]
src/nvim/regexp.c:6192:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6192:  Missing space after {  [whitespace/braces] [5]
src/nvim/regexp.c:6192:  Missing space before }  [whitespace/braces] [5]
src/nvim/regexp.c:6193:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6193:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp.c:6193:  Missing space after {  [whitespace/braces] [5]
src/nvim/regexp.c:6193:  Missing space before }  [whitespace/braces] [5]
src/nvim/regexp.c:6194:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6194:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp.c:6194:  Missing space after ,  [whitespace/comma] [3]
src/nvim/regexp.c:6194:  Missing space after {  [whitespace/braces] [5]
src/nvim/regexp.c:6194:  Missing space before }  [whitespace/braces] [5]
src/nvim/regexp.c:6195:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6195:  Missing space after {  [whitespace/braces] [5]
src/nvim/regexp.c:6195:  Missing space before }  [whitespace/braces] [5]
src/nvim/regexp.c:6196:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6196:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp.c:6196:  Missing space after {  [whitespace/braces] [5]
src/nvim/regexp.c:6196:  Missing space before }  [whitespace/braces] [5]
src/nvim/regexp.c:6197:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6197:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp.c:6197:  Missing space after {  [whitespace/braces] [5]
src/nvim/regexp.c:6197:  Missing space before }  [whitespace/braces] [5]
src/nvim/regexp.c:6198:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6198:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp.c:6198:  Missing space after {  [whitespace/braces] [5]
src/nvim/regexp.c:6198:  Missing space before }  [whitespace/braces] [5]
src/nvim/regexp.c:6199:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6199:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp.c:6199:  Missing space after {  [whitespace/braces] [5]
src/nvim/regexp.c:6199:  Missing space before }  [whitespace/braces] [5]
src/nvim/regexp.c:6200:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6200:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp.c:6200:  Missing space after {  [whitespace/braces] [5]
src/nvim/regexp.c:6200:  Missing space before }  [whitespace/braces] [5]
src/nvim/regexp.c:6201:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6201:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp.c:6201:  Missing space after {  [whitespace/braces] [5]
src/nvim/regexp.c:6201:  Missing space before }  [whitespace/braces] [5]
src/nvim/regexp.c:6202:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6202:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp.c:6202:  Missing space after {  [whitespace/braces] [5]
src/nvim/regexp.c:6202:  Missing space before }  [whitespace/braces] [5]
src/nvim/regexp.c:6203:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6203:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp.c:6203:  Missing space after {  [whitespace/braces] [5]
src/nvim/regexp.c:6203:  Missing space before }  [whitespace/braces] [5]
src/nvim/regexp.c:6204:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6204:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp.c:6204:  Missing space after {  [whitespace/braces] [5]
src/nvim/regexp.c:6204:  Missing space before }  [whitespace/braces] [5]
src/nvim/regexp.c:6205:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6205:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp.c:6205:  Missing space after {  [whitespace/braces] [5]
src/nvim/regexp.c:6205:  Missing space before }  [whitespace/braces] [5]
src/nvim/regexp.c:6223:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6232:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:6234:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:6234:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/regexp.c:6236:  Missing space before asterisk in size_t)*  [whitespace/operators] [2]
src/nvim/regexp.c:6239:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6245:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6254:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6258:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6263:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:6268:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:6275:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6283:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:6288:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6291:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:6293:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:6295:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:6297:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:6303:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:6305:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/regexp.c:6308:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/regexp.c:6309:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6310:  for should always use braces  [readability/braces] [5]
src/nvim/regexp.c:6310:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/regexp.c:6311:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:6317:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6321:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6353:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6373:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/regexp.c:6376:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6379:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6380:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6382:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6384:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6385:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:6386:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6386:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/regexp.c:6389:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6389:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:6393:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/regexp.c:6394:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6395:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:6396:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6397:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/regexp.c:6399:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6399:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:6400:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/regexp.c:6401:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:6407:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6407:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:6409:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6409:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:6414:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6414:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/regexp.c:6416:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6425:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6443:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/regexp.c:6449:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/regexp.c:6453:  Lines should very rarely be longer than 100 characters  [whitespace/line_length] [4]
src/nvim/regexp.c:6457:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6460:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/regexp.c:6464:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/regexp.c:6474:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6475:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6478:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6483:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:6488:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6492:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6494:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6511:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6522:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/regexp.c:6524:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/regexp.c:6526:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/regexp.c:6529:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6532:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:6534:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:6535:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/regexp.c:6536:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6542:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:6544:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/regexp.c:6548:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6564:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/regexp.c:6566:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/regexp.c:6568:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:6570:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:6572:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/regexp.c:6592:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6594:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6607:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6612:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6613:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6613:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp.c:6616:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6619:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:6621:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/regexp.c:6625:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/regexp.c:6628:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6629:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:6630:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6632:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:6633:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6635:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6635:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:6641:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:6647:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6650:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:6652:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp.c:6657:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/regexp.c:6663:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:6665:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:6665:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/regexp.c:6667:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:6670:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:6675:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:6677:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:6684:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:6686:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:6688:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/regexp.c:6690:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:6692:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:6694:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/regexp.c:6696:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6697:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:6702:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6714:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:6716:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:6719:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:6720:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6722:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:6723:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6725:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6725:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:6731:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6733:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:6735:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:6740:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:6743:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/regexp.c:6748:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/regexp.c:6749:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/regexp.c:6756:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:6764:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6785:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6797:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:6803:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6807:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/regexp.c:6809:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:6813:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6813:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:6816:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6819:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:6821:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/regexp.c:6823:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6830:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/regexp.c:6831:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/regexp.c:6834:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:6837:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:6839:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/regexp.c:6841:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:6843:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp.c:6845:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:6847:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/regexp.c:6856:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:6858:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp.c:6941:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6953:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6966:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6982:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/regexp.c:6982:  Lines should very rarely be longer than 100 characters  [whitespace/line_length] [4]
src/nvim/regexp.c:6989:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:6994:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp.c:7008:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/regexp.c:7010:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp.c:7032:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:7037:  if should always use braces  [readability/braces] [5]
src/nvim/regexp.c:7092:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp.c:7094:  Missing space after {  [whitespace/braces] [5]
src/nvim/regexp.c:7094:  Missing space before }  [whitespace/braces] [5]
src/nvim/regexp.c:7115:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:7125:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/regexp.c:7126:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/regexp.c:7127:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/regexp.c:7128:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/regexp.c:7129:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/regexp.c:7130:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/regexp.c:7126:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:7127:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:7128:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:7129:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.c:7130:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:16:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:39:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:45:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:47:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:48:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:49:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:50:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:51:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/regexp_nfa.c:51:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:53:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:54:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:56:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/regexp_nfa.c:56:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:56:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/regexp_nfa.c:57:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp_nfa.c:58:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:59:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:60:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:61:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:62:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:64:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:65:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:66:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:67:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:68:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:69:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:71:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:72:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:73:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:74:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:87:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/regexp_nfa.c:87:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:89:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:91:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:93:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:94:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:95:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:96:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:97:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:98:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:100:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:101:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:102:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:103:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:104:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:105:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:106:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:107:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:108:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:109:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:110:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:111:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:112:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:113:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:114:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:115:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:116:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:117:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:118:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:164:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:165:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:165:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp_nfa.c:166:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:166:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp_nfa.c:167:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:167:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp_nfa.c:168:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:168:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp_nfa.c:169:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:169:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp_nfa.c:170:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:170:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp_nfa.c:171:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:171:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp_nfa.c:172:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:172:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp_nfa.c:173:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:173:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp_nfa.c:174:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:174:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp_nfa.c:175:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:175:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp_nfa.c:176:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:176:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp_nfa.c:177:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:177:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp_nfa.c:178:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:178:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp_nfa.c:179:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:179:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp_nfa.c:180:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:180:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp_nfa.c:181:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:181:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp_nfa.c:182:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:182:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp_nfa.c:183:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:183:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp_nfa.c:184:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:184:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp_nfa.c:185:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:185:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp_nfa.c:186:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:186:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp_nfa.c:187:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:187:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp_nfa.c:188:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:188:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp_nfa.c:189:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:189:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp_nfa.c:190:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:190:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp_nfa.c:191:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:191:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp_nfa.c:192:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:192:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp_nfa.c:193:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:193:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp_nfa.c:194:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:194:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp_nfa.c:195:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:195:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp_nfa.c:200:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:200:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp_nfa.c:201:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:201:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp_nfa.c:202:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:202:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp_nfa.c:203:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:203:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp_nfa.c:204:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:204:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp_nfa.c:205:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:205:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp_nfa.c:206:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:206:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp_nfa.c:207:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:207:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp_nfa.c:208:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:208:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp_nfa.c:209:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:209:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp_nfa.c:210:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:210:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp_nfa.c:211:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:211:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp_nfa.c:212:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:212:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp_nfa.c:213:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:213:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp_nfa.c:215:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:234:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:236:  Missing space after ,  [whitespace/comma] [3]
src/nvim/regexp_nfa.c:251:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:267:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:269:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:285:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:286:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:289:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:292:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:293:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:294:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:298:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:301:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:305:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/regexp_nfa.c:305:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:307:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:310:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:312:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:313:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:314:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:315:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:316:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:322:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:325:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:328:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:331:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:335:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:339:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/regexp_nfa.c:339:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:341:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:343:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:346:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:352:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:368:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:372:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/regexp_nfa.c:374:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:382:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:385:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:389:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:395:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/regexp_nfa.c:396:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/regexp_nfa.c:398:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:402:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:410:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:417:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:453:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:459:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:467:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:472:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:523:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:524:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:529:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:530:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:537:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:549:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:550:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:556:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:560:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:563:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:565:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp_nfa.c:574:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:587:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:608:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/regexp_nfa.c:612:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:612:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/regexp_nfa.c:613:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/regexp_nfa.c:615:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:650:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:656:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/regexp_nfa.c:662:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/regexp_nfa.c:664:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/regexp_nfa.c:666:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:668:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:671:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:671:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/regexp_nfa.c:711:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1053:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1062:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1069:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1111:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/regexp_nfa.c:1124:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:1127:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1131:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1133:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/regexp_nfa.c:1139:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1140:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:1143:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1144:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1146:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1180:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/regexp_nfa.c:1186:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1202:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:1203:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1205:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp_nfa.c:1205:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/regexp_nfa.c:1206:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1213:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:1214:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1229:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1237:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1245:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:1262:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/regexp_nfa.c:1290:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1291:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:1294:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1299:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1300:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:1302:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:1303:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1308:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp_nfa.c:1316:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1318:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:1323:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1324:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1325:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1326:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1327:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1340:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:1344:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1345:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1350:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1376:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1377:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/regexp_nfa.c:1378:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:1380:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp_nfa.c:1381:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1382:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:1385:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1386:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:1388:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp_nfa.c:1392:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1408:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:1434:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1436:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp_nfa.c:1442:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp_nfa.c:1449:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1462:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1474:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/regexp_nfa.c:1480:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1485:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/regexp_nfa.c:1486:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1487:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/regexp_nfa.c:1490:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/regexp_nfa.c:1498:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1499:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/regexp_nfa.c:1503:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/regexp_nfa.c:1505:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1510:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:1514:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1569:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1574:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1576:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1577:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1581:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1584:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/regexp_nfa.c:1587:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1590:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1605:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:1607:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp_nfa.c:1613:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1615:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/regexp_nfa.c:1618:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1623:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1624:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:1627:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1631:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:1635:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1637:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:1638:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1640:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp_nfa.c:1641:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1641:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/regexp_nfa.c:1647:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1655:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1662:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/regexp_nfa.c:1665:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1673:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1676:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:1679:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:1679:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/regexp_nfa.c:1681:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp_nfa.c:1688:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1691:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1696:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1700:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1701:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:1701:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/regexp_nfa.c:1703:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp_nfa.c:1706:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1713:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1715:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:1717:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1724:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1730:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1740:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:1742:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:1757:  Small and focused functions are preferred: nfa_regatom() has 520 non-comment lines (error triggered by exceeding 500 lines).  [readability/fn_size] [1]
src/nvim/regexp_nfa.c:1759:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1775:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1775:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/regexp_nfa.c:1783:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1787:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1791:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:1792:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1795:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:1805:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1818:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:1822:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1822:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/regexp_nfa.c:1829:  Missing space before ( in switch(  [whitespace/parens] [5]
src/nvim/regexp_nfa.c:1831:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1835:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1840:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:1841:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1843:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp_nfa.c:1844:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1848:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1857:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:1868:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1875:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/regexp_nfa.c:1879:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/regexp_nfa.c:1881:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:1884:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1887:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:1888:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1890:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp_nfa.c:1891:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1896:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1898:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1900:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1912:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1914:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1917:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/regexp_nfa.c:1919:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1922:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:1924:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1927:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:1929:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp_nfa.c:1931:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/regexp_nfa.c:1934:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:1936:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:1940:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1949:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1951:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:1952:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1958:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1970:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/regexp_nfa.c:1971:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/regexp_nfa.c:1979:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/regexp_nfa.c:2016:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:2018:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:2018:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/regexp_nfa.c:2020:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp_nfa.c:2021:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/regexp_nfa.c:2029:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:2048:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:2049:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:2053:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:2059:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:2061:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:2062:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:2068:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:2069:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:2075:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:2086:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/regexp_nfa.c:2087:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/regexp_nfa.c:2088:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:2088:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/regexp_nfa.c:2094:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:2094:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:2098:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:2099:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:2104:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:2105:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:2109:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:2110:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:2114:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:2116:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:2118:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp_nfa.c:2121:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:2123:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp_nfa.c:2126:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:2131:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:2131:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/regexp_nfa.c:2133:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/regexp_nfa.c:2144:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/regexp_nfa.c:2147:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/regexp_nfa.c:2360:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:2360:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/regexp_nfa.c:2362:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
src/nvim/regexp_nfa.c:2367:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:2378:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:2380:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp_nfa.c:2388:  for should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:2395:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:2412:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:2417:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:2427:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/regexp_nfa.c:2432:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp_nfa.c:2433:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp_nfa.c:2434:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp_nfa.c:2435:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp_nfa.c:2436:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:2441:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:2443:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:2445:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp_nfa.c:2451:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:2458:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:2463:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:2473:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:2475:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:2477:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp_nfa.c:2478:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:2484:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:2486:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:2492:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:2498:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:2500:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:2507:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:2509:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:2516:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:2533:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:2541:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:2553:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:2565:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:2579:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:2587:  while should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:2593:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:2638:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:2645:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:2651:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:2660:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:2665:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:2675:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:2676:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:2683:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:2687:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:2690:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:2697:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:2698:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:2700:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp_nfa.c:2702:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp_nfa.c:2703:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/regexp_nfa.c:2705:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:2715:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:2716:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/regexp_nfa.c:2746:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:2747:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:2749:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp_nfa.c:2750:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/regexp_nfa.c:2757:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:2781:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:2856:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:2860:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:2861:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:2863:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:2868:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:2872:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:2876:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:2896:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:2907:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/regexp_nfa.c:2908:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:2914:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/regexp_nfa.c:2917:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:2921:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/regexp_nfa.c:2922:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:2932:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:2933:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/regexp_nfa.c:2940:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:2946:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:2947:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/regexp_nfa.c:2953:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:2960:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:2961:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/regexp_nfa.c:2967:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:2974:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:2975:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/regexp_nfa.c:2981:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:2987:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:2988:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/regexp_nfa.c:2994:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:3001:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3004:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/regexp_nfa.c:3010:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:3018:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3020:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/regexp_nfa.c:3021:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3035:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3036:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/regexp_nfa.c:3041:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:3050:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3062:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3063:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/regexp_nfa.c:3067:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3068:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3069:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3071:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3073:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:3075:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:3117:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3123:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:3124:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3126:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3133:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/regexp_nfa.c:3139:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:3143:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:3146:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3156:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:3157:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3160:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3166:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3167:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3169:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3179:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3189:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3190:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/regexp_nfa.c:3210:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3215:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3221:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:3224:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:3231:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3234:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3235:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:3238:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3239:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:3243:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:3244:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3268:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/regexp_nfa.c:3273:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:3276:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:3295:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3297:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/regexp_nfa.c:3302:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:3312:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3313:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/regexp_nfa.c:3318:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:3322:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
src/nvim/regexp_nfa.c:3323:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3324:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
src/nvim/regexp_nfa.c:3325:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3327:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/regexp_nfa.c:3329:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3345:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3365:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3373:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/regexp_nfa.c:3381:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3383:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:3384:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/regexp_nfa.c:3385:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp_nfa.c:3385:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/regexp_nfa.c:3389:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3393:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3397:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:3398:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/regexp_nfa.c:3399:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp_nfa.c:3402:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3407:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:3408:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3409:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/regexp_nfa.c:3414:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3418:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3419:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3420:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3421:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3422:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3429:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:3437:  for should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:3438:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:3440:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp_nfa.c:3441:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp_nfa.c:3442:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp_nfa.c:3443:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp_nfa.c:3444:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp_nfa.c:3445:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp_nfa.c:3445:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/regexp_nfa.c:3450:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp_nfa.c:3451:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp_nfa.c:3452:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp_nfa.c:3460:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:3462:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp_nfa.c:3462:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/regexp_nfa.c:3464:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp_nfa.c:3463:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/regexp_nfa.c:3482:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:3489:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:3490:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3492:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp_nfa.c:3493:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp_nfa.c:3498:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3505:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3506:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:3508:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp_nfa.c:3509:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp_nfa.c:3510:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp_nfa.c:3512:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp_nfa.c:3513:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp_nfa.c:3517:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3522:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:3525:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3526:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:3528:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp_nfa.c:3529:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp_nfa.c:3530:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp_nfa.c:3532:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp_nfa.c:3533:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp_nfa.c:3537:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3544:  Missing space before {  [whitespace/braces] [5]
src/nvim/regexp_nfa.c:3549:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:3568:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/regexp_nfa.c:3569:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:3571:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp_nfa.c:3573:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:3575:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp_nfa.c:3577:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:3578:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/regexp_nfa.c:3579:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:3581:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/regexp_nfa.c:3595:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/regexp_nfa.c:3599:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/regexp_nfa.c:3604:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/regexp_nfa.c:3605:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:3607:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp_nfa.c:3609:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:3611:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp_nfa.c:3613:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:3614:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/regexp_nfa.c:3628:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/regexp_nfa.c:3634:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/regexp_nfa.c:3639:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp_nfa.c:3640:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp_nfa.c:3641:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp_nfa.c:3642:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp_nfa.c:3645:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:3647:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp_nfa.c:3649:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp_nfa.c:3653:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp_nfa.c:3654:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp_nfa.c:3659:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3663:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/regexp_nfa.c:3664:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/regexp_nfa.c:3665:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3666:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3667:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3668:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3674:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/regexp_nfa.c:3676:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:3681:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/regexp_nfa.c:3683:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/regexp_nfa.c:3686:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3695:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:3696:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3698:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:3699:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3700:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/regexp_nfa.c:3701:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3702:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:3703:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/regexp_nfa.c:3704:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3705:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:3711:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3718:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3719:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:3720:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/regexp_nfa.c:3729:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/regexp_nfa.c:3744:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3783:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3784:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/regexp_nfa.c:3787:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:3788:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3789:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/regexp_nfa.c:3791:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3797:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/regexp_nfa.c:3801:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3804:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/regexp_nfa.c:3805:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/regexp_nfa.c:3806:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3807:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3808:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3812:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:3813:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/regexp_nfa.c:3815:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/regexp_nfa.c:3818:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3824:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/regexp_nfa.c:3825:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3826:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3827:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3828:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3829:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3829:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/regexp_nfa.c:3842:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/regexp_nfa.c:3871:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3877:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3880:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:3886:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3909:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3915:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3925:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp_nfa.c:3930:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3932:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:3936:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3942:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3945:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:3954:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3958:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:3960:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp_nfa.c:3960:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/regexp_nfa.c:3962:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/regexp_nfa.c:3965:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:3969:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/regexp_nfa.c:3974:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:3982:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4025:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4030:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4039:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/regexp_nfa.c:4049:  Redundant blank line at the start of a code block should be deleted.  [whitespace/blank_line] [2]
src/nvim/regexp_nfa.c:4061:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/regexp_nfa.c:4071:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4072:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:4074:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp_nfa.c:4078:  Missing space before {  [whitespace/braces] [5]
src/nvim/regexp_nfa.c:4082:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/regexp_nfa.c:4084:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/regexp_nfa.c:4092:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4127:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4130:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:4143:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4148:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4154:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4155:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:4157:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp_nfa.c:4160:  Missing space before {  [whitespace/braces] [5]
src/nvim/regexp_nfa.c:4164:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/regexp_nfa.c:4172:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4178:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/regexp_nfa.c:4179:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/regexp_nfa.c:4180:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4181:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4182:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4183:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4191:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4194:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4195:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:4198:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4200:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:4201:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4203:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4207:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4213:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp_nfa.c:4214:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp_nfa.c:4216:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp_nfa.c:4217:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp_nfa.c:4219:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp_nfa.c:4220:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp_nfa.c:4224:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4227:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp_nfa.c:4228:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp_nfa.c:4230:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp_nfa.c:4231:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp_nfa.c:4234:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/regexp_nfa.c:4238:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4245:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:4249:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:4253:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:4257:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:4261:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:4265:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:4269:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:4273:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:4277:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:4281:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:4285:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:4289:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:4293:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:4297:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:4301:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:4305:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:4310:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4317:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4321:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/regexp_nfa.c:4322:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/regexp_nfa.c:4323:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4325:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4332:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4334:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/regexp_nfa.c:4338:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:4346:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp_nfa.c:4348:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/regexp_nfa.c:4351:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:4352:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/regexp_nfa.c:4353:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/regexp_nfa.c:4354:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/regexp_nfa.c:4355:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/regexp_nfa.c:4356:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/regexp_nfa.c:4357:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/regexp_nfa.c:4360:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:4366:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/regexp_nfa.c:4369:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/regexp_nfa.c:4374:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4378:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/regexp_nfa.c:4379:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/regexp_nfa.c:4381:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4388:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4390:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/regexp_nfa.c:4396:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/regexp_nfa.c:4398:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/regexp_nfa.c:4401:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4411:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4416:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/regexp_nfa.c:4420:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4431:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/regexp_nfa.c:4437:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:4438:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:4443:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4448:  Lines should very rarely be longer than 100 characters  [whitespace/line_length] [4]
src/nvim/regexp_nfa.c:4458:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/regexp_nfa.c:4461:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4462:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:4464:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp_nfa.c:4472:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4479:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/regexp_nfa.c:4482:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:4484:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp_nfa.c:4488:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4495:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:4496:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4502:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4506:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4509:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/regexp_nfa.c:4514:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:4516:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/regexp_nfa.c:4522:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:4526:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4529:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4535:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/regexp_nfa.c:4536:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4538:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4541:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/regexp_nfa.c:4542:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:4546:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4551:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:4553:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp_nfa.c:4553:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/regexp_nfa.c:4554:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/regexp_nfa.c:4558:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4560:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:4576:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/regexp_nfa.c:4576:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/regexp_nfa.c:4585:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4596:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4597:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:4602:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:4603:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4605:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4611:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4617:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4629:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4704:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4716:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4726:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4733:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:4734:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4738:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4742:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4749:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4750:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:4754:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp_nfa.c:4756:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:4762:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4884:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp_nfa.c:4888:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/regexp_nfa.c:4888:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/regexp_nfa.c:4895:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/regexp_nfa.c:4898:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/regexp_nfa.c:4904:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4910:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/regexp_nfa.c:4914:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/regexp_nfa.c:4923:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4942:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4945:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4946:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/regexp_nfa.c:4947:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/regexp_nfa.c:4961:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp_nfa.c:4962:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp_nfa.c:4967:  for should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:4976:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4979:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:4982:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4983:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/regexp_nfa.c:4994:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:4996:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp_nfa.c:4998:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp_nfa.c:5002:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp_nfa.c:5003:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp_nfa.c:5007:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:5024:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:5029:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:5033:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:5041:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:5054:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:5057:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/regexp_nfa.c:5062:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp_nfa.c:5064:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp_nfa.c:5065:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp_nfa.c:5068:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:5070:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:5077:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:5080:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:5105:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp_nfa.c:5106:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp_nfa.c:5120:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:5142:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:5169:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/regexp_nfa.c:5176:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp_nfa.c:5196:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp_nfa.c:5202:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp_nfa.c:5213:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/regexp_nfa.c:5401:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:5410:  for should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:5410:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/regexp_nfa.c:5411:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:5419:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/regexp_nfa.c:5470:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp_nfa.c:5478:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/regexp_nfa.c:5480:  for should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:5480:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/regexp_nfa.c:5483:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/regexp_nfa.c:5486:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:5820:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/regexp_nfa.c:5890:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:5895:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:5913:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:5915:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp_nfa.c:5929:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp_nfa.c:5941:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:5950:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/regexp_nfa.c:5966:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:5986:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:5988:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp_nfa.c:5988:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/regexp_nfa.c:5990:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:6023:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/regexp_nfa.c:6037:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp_nfa.c:6048:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp_nfa.c:6050:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/regexp_nfa.c:6056:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:6059:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp_nfa.c:6063:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/regexp_nfa.c:6072:  for should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:6105:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:6121:  Small and focused functions are preferred: nfa_regmatch() has 1019 non-comment lines (error triggered by exceeding 500 lines).  [readability/fn_size] [2]
src/nvim/regexp_nfa.c:6142:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp_nfa.c:6151:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/regexp_nfa.c:6182:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:6185:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/regexp_nfa.c:6186:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:6194:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:6196:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:6200:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:6223:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:6226:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp_nfa.c:6252:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:6261:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:6267:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:6268:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:6269:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/regexp_nfa.c:6270:  An else should always have braces before it  [readability/braces] [5]
src/nvim/regexp_nfa.c:6271:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/regexp_nfa.c:6273:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:6274:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:6275:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/regexp_nfa.c:6278:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:6287:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:6290:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/regexp_nfa.c:6291:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:6293:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/regexp_nfa.c:6294:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/regexp_nfa.c:6295:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/regexp_nfa.c:6296:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/regexp_nfa.c:6299:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:6301:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:6304:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:6306:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:6312:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:6313:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:6317:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/regexp_nfa.c:6331:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:6340:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:6350:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:6354:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:6355:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:6359:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:6362:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:6374:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/regexp_nfa.c:6381:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:6385:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/regexp_nfa.c:6387:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:6392:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:6396:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/regexp_nfa.c:6397:  if should always use braces  [readability/braces] [5]
src/nvim/regexp_nfa.c:6417:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:6438:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:6450:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:6458:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/regexp_nfa.c:6459:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/regexp_nfa.c:6461:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:6462:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:6473:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/regexp_nfa.c:6521:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/regexp_nfa.c:6523:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:1:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:132:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/screen.c:132:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:136:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:141:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:143:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:145:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:159:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:173:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:175:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:175:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:180:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:187:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:191:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:201:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:218:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:227:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/screen.c:229:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:234:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:236:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:241:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:243:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:244:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:248:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:257:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:265:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:268:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:269:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:269:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:273:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:273:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:276:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:283:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:284:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:287:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:290:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:292:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:293:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:297:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:298:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/screen.c:298:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:298:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/screen.c:301:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:305:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:306:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:306:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:308:  An else should always have braces before it  [readability/braces] [5]
src/nvim/screen.c:309:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:310:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:324:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:329:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:330:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:333:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:336:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:339:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:340:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:343:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:344:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:348:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:348:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:349:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:351:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:353:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:358:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:361:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:363:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:375:  Closing ) should be moved to the previous line  [whitespace/parens] [2]
src/nvim/screen.c:378:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:379:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:382:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:402:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:406:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:411:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:417:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:428:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:434:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:436:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:438:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:441:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:442:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:444:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:445:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
src/nvim/screen.c:448:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:456:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:457:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:458:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:460:  An else should always have braces before it  [readability/braces] [5]
src/nvim/screen.c:462:  An else should always have braces before it  [readability/braces] [5]
src/nvim/screen.c:464:  An else should always have braces before it  [readability/braces] [5]
src/nvim/screen.c:466:  An else should always have braces before it  [readability/braces] [5]
src/nvim/screen.c:467:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:471:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:477:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:478:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:480:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:492:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/screen.c:504:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:508:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:514:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:518:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:528:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:533:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:536:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:553:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:557:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:563:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:578:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:587:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:618:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/screen.c:618:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:620:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/screen.c:620:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:622:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/screen.c:622:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:624:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/screen.c:624:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:626:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/screen.c:626:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:626:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:628:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:629:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:629:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:631:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:632:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:633:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:634:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:636:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:636:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:637:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:637:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:640:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:640:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:643:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:645:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:646:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:647:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:649:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:657:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:661:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:667:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:669:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:677:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:683:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/screen.c:684:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:691:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:696:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:698:  An else should always have braces before it  [readability/braces] [5]
src/nvim/screen.c:700:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:705:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:709:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:713:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:716:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:722:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:724:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:725:  An else should always have braces before it  [readability/braces] [5]
src/nvim/screen.c:725:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/screen.c:730:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:740:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:748:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:754:  for should always use braces  [readability/braces] [5]
src/nvim/screen.c:754:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/screen.c:756:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:768:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:769:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:772:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:773:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/screen.c:774:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:775:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/screen.c:776:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:780:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:785:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:787:  An else should always have braces before it  [readability/braces] [5]
src/nvim/screen.c:791:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:793:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:797:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:803:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/screen.c:810:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:811:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:813:  An else should always have braces before it  [readability/braces] [5]
src/nvim/screen.c:814:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:818:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:822:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:825:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:838:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:846:  Closing ) should be moved to the previous line  [whitespace/parens] [2]
src/nvim/screen.c:847:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:853:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:856:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/screen.c:857:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/screen.c:858:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:860:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:862:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/screen.c:864:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:866:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:867:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:870:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:871:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:876:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:877:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:878:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:880:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:883:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:885:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:887:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:889:  for should always use braces  [readability/braces] [5]
src/nvim/screen.c:891:  while should always use braces  [readability/braces] [5]
src/nvim/screen.c:892:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:894:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/screen.c:895:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:896:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/screen.c:897:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:898:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/screen.c:899:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:901:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:907:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:919:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:923:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:927:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:929:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:931:  An else should always have braces before it  [readability/braces] [5]
src/nvim/screen.c:933:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:936:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:937:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:937:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:939:  An else should always have braces before it  [readability/braces] [5]
src/nvim/screen.c:940:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:943:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:953:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:962:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:968:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:970:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:972:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:978:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:984:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:987:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:987:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:989:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:990:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:995:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:999:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:999:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:1002:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:1008:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:1014:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:1023:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:1035:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:1036:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:1038:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:1040:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:1042:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:1045:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:1056:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:1056:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:1062:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:1065:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:1067:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:1069:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:1074:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:1083:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:1088:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/screen.c:1089:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:1094:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:1096:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:1103:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:1113:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:1116:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:1119:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:1124:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:1126:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:1130:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:1143:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:1145:  An else should always have braces before it  [readability/braces] [5]
src/nvim/screen.c:1147:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:1148:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:1150:  An else should always have braces before it  [readability/braces] [5]
src/nvim/screen.c:1152:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/screen.c:1153:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:1155:  An else should always have braces before it  [readability/braces] [5]
src/nvim/screen.c:1156:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/screen.c:1160:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:1160:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/screen.c:1163:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:1185:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:1190:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:1193:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:1196:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:1198:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:1201:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:1205:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:1207:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:1211:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:1215:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:1247:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:1261:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:1264:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/screen.c:1265:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:1267:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:1273:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:1275:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/screen.c:1276:  while should always use braces  [readability/braces] [5]
src/nvim/screen.c:1284:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:1289:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:1292:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/screen.c:1293:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:1293:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:1294:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/screen.c:1295:  An else should always have braces before it  [readability/braces] [5]
src/nvim/screen.c:1296:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:1298:  An else should always have braces before it  [readability/braces] [5]
src/nvim/screen.c:1299:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:1300:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/screen.c:1302:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:1309:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:1313:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:1315:  An else should always have braces before it  [readability/braces] [5]
src/nvim/screen.c:1315:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/screen.c:1316:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:1317:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:1318:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/screen.c:1318:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:1320:  An else should always have braces before it  [readability/braces] [5]
src/nvim/screen.c:1324:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:1327:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:1329:  An else should always have braces before it  [readability/braces] [5]
src/nvim/screen.c:1329:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/screen.c:1330:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:1331:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:1332:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/screen.c:1332:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:1334:  An else should always have braces before it  [readability/braces] [5]
src/nvim/screen.c:1335:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:1341:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:1347:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:1349:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:1355:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:1362:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/screen.c:1364:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:1366:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:1367:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:1370:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:1372:  for should always use braces  [readability/braces] [5]
src/nvim/screen.c:1372:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/screen.c:1375:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:1380:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:1387:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:1395:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/screen.c:1396:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/screen.c:1397:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:1408:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:1413:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:1414:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:1418:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:1423:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:1430:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:1431:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:1432:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:1433:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:1434:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:1435:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/screen.c:1438:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:1440:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/screen.c:1443:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:1445:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:1445:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:1452:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:1456:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:1461:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:1464:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:1467:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:1470:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:1478:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:1484:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:1487:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:1488:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:1503:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:1507:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:1510:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:1512:  An else should always have braces before it  [readability/braces] [5]
src/nvim/screen.c:1514:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:1519:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/screen.c:1522:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:1523:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:1527:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:1533:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:1547:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:1549:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:1551:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:1558:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:1562:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:1563:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:1565:  Small and focused functions are preferred: win_update() has 627 non-comment lines (error triggered by exceeding 500 lines).  [readability/fn_size] [1]
src/nvim/screen.c:1568:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:1572:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/screen.c:1583:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:1584:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:1594:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:1612:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:1614:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:1623:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:1624:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:1632:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:1636:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:1654:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:1659:  while should always use braces  [readability/braces] [5]
src/nvim/screen.c:1660:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/screen.c:1678:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:1681:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/screen.c:1694:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:1704:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:1711:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:1713:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/screen.c:1720:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:1725:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/screen.c:1726:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:1727:  for should always use braces  [readability/braces] [5]
src/nvim/screen.c:1727:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/screen.c:1729:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/screen.c:1735:  for should always use braces  [readability/braces] [5]
src/nvim/screen.c:1735:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/screen.c:1737:  An else should always have braces before it  [readability/braces] [5]
src/nvim/screen.c:1737:  Else clause should never be on same line as else (use 2 lines)  [whitespace/newline] [4]
src/nvim/screen.c:1738:  for should always use braces  [readability/braces] [5]
src/nvim/screen.c:1738:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/screen.c:1741:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:1745:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:1757:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:1767:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:1770:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:1771:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:1773:  An else should always have braces before it  [readability/braces] [5]
src/nvim/screen.c:1773:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/screen.c:1774:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:1777:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:1784:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/screen.c:1785:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:1786:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:1788:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/screen.c:1789:  An else should always have braces before it  [readability/braces] [5]
src/nvim/screen.c:1795:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:1800:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:1802:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:1814:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:1815:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:1817:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:1819:  An else should always have braces before it  [readability/braces] [5]
src/nvim/screen.c:1822:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:1826:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:1838:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:1843:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:1858:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/screen.c:1860:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/screen.c:1862:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:1864:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/screen.c:1866:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:1870:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:1872:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/screen.c:1873:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:1875:  An else should always have braces before it  [readability/braces] [5]
src/nvim/screen.c:1876:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:1884:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:1887:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:1889:  An else should always have braces before it  [readability/braces] [5]
src/nvim/screen.c:1895:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:1896:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:1905:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/screen.c:1911:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:1914:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:1920:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:1924:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:1938:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/screen.c:1938:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/screen.c:1938:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/screen.c:1938:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/screen.c:1938:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/screen.c:1938:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/screen.c:1938:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:1940:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:1942:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:1946:  An else should always have braces before it  [readability/braces] [5]
src/nvim/screen.c:1949:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/screen.c:1952:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:1980:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:1983:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:1985:  An else should always have braces before it  [readability/braces] [5]
src/nvim/screen.c:1987:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:1993:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:1995:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2009:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2017:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:2019:  for should always use braces  [readability/braces] [5]
src/nvim/screen.c:2019:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/screen.c:2023:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2028:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/screen.c:2031:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2032:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2077:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2085:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/screen.c:2090:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2093:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2094:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2095:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2096:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2098:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2099:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2100:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2101:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2102:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2104:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2104:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/screen.c:2105:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2106:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2107:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2108:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2109:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2110:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/screen.c:2110:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2111:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/screen.c:2112:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2113:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2115:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2121:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2122:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2123:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2124:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2126:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2128:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2129:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2130:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2130:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:2132:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:2136:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2137:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2137:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:2138:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/screen.c:2138:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2138:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:2140:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2141:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2142:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2143:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2144:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2145:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2145:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:2147:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2148:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2148:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:2149:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2150:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2152:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2153:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2154:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/screen.c:2154:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2156:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2157:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2158:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2159:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/screen.c:2159:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2161:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2162:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2163:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2164:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2165:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2166:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2167:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2168:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2168:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:2169:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2170:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2171:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2172:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2173:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2174:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2175:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2176:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:2177:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2178:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2179:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2180:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/screen.c:2180:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2182:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/screen.c:2182:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2183:  Use operator || instead of or  [readability/alt_tokens] [2]
src/nvim/screen.c:2185:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2186:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2193:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2194:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2195:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2196:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2197:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2198:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2199:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2200:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2201:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2202:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2227:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2227:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:2233:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2239:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2242:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:2244:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:2245:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:2246:  An else should always have braces before it  [readability/braces] [5]
src/nvim/screen.c:2246:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/screen.c:2248:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:2249:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:2258:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2260:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:2267:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2269:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:2271:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2276:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:2280:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2282:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:2286:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2289:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:2291:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:2296:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2302:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2306:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2311:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2316:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2317:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:2319:  An else should always have braces before it  [readability/braces] [5]
src/nvim/screen.c:2320:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2320:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:2322:  An else should always have braces before it  [readability/braces] [5]
src/nvim/screen.c:2322:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/screen.c:2324:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:2334:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/screen.c:2336:  An else should always have braces before it  [readability/braces] [5]
src/nvim/screen.c:2336:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/screen.c:2338:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:2340:  An else should always have braces before it  [readability/braces] [5]
src/nvim/screen.c:2340:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/screen.c:2342:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/screen.c:2348:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2349:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:2351:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:2353:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2355:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:2359:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2362:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/screen.c:2366:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:2368:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/screen.c:2369:  An else should always have braces before it  [readability/braces] [5]
src/nvim/screen.c:2375:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/screen.c:2377:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2378:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:2380:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:2387:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:2388:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2389:  An else should always have braces before it  [readability/braces] [5]
src/nvim/screen.c:2390:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2391:  An else should always have braces before it  [readability/braces] [5]
src/nvim/screen.c:2392:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2393:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/screen.c:2394:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2396:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:2398:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:2402:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2404:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:2405:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:2416:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:2420:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2421:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:2424:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2428:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2434:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2441:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2459:  Should leave no spaces after a cast: u'(colnr_T) ('  [whitespace/cast] [2]
src/nvim/screen.c:2463:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2467:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:2469:  An else should always have braces before it  [readability/braces] [5]
src/nvim/screen.c:2493:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2501:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2505:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:2507:  An else should always have braces before it  [readability/braces] [5]
src/nvim/screen.c:2510:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2511:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:2512:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:2513:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2523:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:2525:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2526:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:2530:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2535:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2539:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2540:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:2545:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2546:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:2551:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2558:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2562:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/screen.c:2563:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2566:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:2570:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2575:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:2576:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:2577:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:2579:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:2580:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/screen.c:2603:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/screen.c:2613:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/screen.c:2622:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:2626:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2643:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2651:  Missing space after {  [whitespace/braces] [5]
src/nvim/screen.c:2651:  Missing space before }  [whitespace/braces] [5]
src/nvim/screen.c:2665:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2687:  Should have a space between // and comment  [whitespace/comments] [4]
src/nvim/screen.c:2690:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2694:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2707:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:2715:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2721:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2728:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:2729:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2731:  An else should always have braces before it  [readability/braces] [5]
src/nvim/screen.c:2731:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/screen.c:2732:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2735:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2742:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/screen.c:2741:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/screen.c:2743:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:2744:  for should always use braces  [readability/braces] [5]
src/nvim/screen.c:2744:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/screen.c:2746:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2746:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:2750:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/screen.c:2754:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2758:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:2776:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/screen.c:2777:  At least two spaces is best between code and comments  [whitespace/comments] [2]
src/nvim/screen.c:2787:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/screen.c:2787:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:2788:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2790:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:2798:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2799:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:2801:  An else should always have braces before it  [readability/braces] [5]
src/nvim/screen.c:2803:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:2805:  An else should always have braces before it  [readability/braces] [5]
src/nvim/screen.c:2810:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2815:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:2817:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2819:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:2821:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2831:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2836:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/screen.c:2841:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2847:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2849:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:2851:  An else should always have braces before it  [readability/braces] [5]
src/nvim/screen.c:2857:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2858:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:2862:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2864:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2865:  An else should always have braces before it  [readability/braces] [5]
src/nvim/screen.c:2868:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2871:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2881:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:2882:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:2883:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:2888:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:2889:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/screen.c:2894:  At least two spaces is best between code and comments  [whitespace/comments] [2]
src/nvim/screen.c:2897:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/screen.c:2921:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2923:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:2928:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:2930:  An else should always have braces before it  [readability/braces] [5]
src/nvim/screen.c:2934:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2936:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:2939:  An else should always have braces before it  [readability/braces] [5]
src/nvim/screen.c:2940:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/screen.c:2943:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2950:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:2954:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2958:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:2959:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:2960:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:2965:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:2966:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/screen.c:2968:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:2970:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:2976:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:2978:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2979:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:2981:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:2998:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/screen.c:3002:  An else should always have braces before it  [readability/braces] [5]
src/nvim/screen.c:3002:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/screen.c:3003:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:3004:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:3006:  An else should always have braces before it  [readability/braces] [5]
src/nvim/screen.c:3011:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:3014:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:3025:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:3027:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:3030:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/screen.c:3031:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:3037:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:3040:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:3041:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:3043:  An else should always have braces before it  [readability/braces] [5]
src/nvim/screen.c:3045:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:3049:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:3051:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:3053:  An else should always have braces before it  [readability/braces] [5]
src/nvim/screen.c:3056:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:3056:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:3059:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:3062:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/screen.c:3063:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/screen.c:3068:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:3070:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:3072:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/screen.c:3073:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/screen.c:3079:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/screen.c:3081:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/screen.c:3087:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:3094:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:3097:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:3100:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:3102:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:3104:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:3106:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:3111:  for should always use braces  [readability/braces] [5]
src/nvim/screen.c:3111:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/screen.c:3137:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:3139:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:3139:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/screen.c:3141:  An else should always have braces before it  [readability/braces] [5]
src/nvim/screen.c:3142:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:3146:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:3161:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/screen.c:3163:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:3165:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:3165:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:3167:  An else should always have braces before it  [readability/braces] [5]
src/nvim/screen.c:3168:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:3171:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:3173:  An else should always have braces before it  [readability/braces] [5]
src/nvim/screen.c:3173:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/screen.c:3175:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:3179:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:3190:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:3196:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:3200:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/screen.c:3201:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/screen.c:3205:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:3208:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:3210:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/screen.c:3211:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/screen.c:3214:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:3224:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:3227:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:3230:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
src/nvim/screen.c:3237:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:3241:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:3244:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:3247:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/screen.c:3248:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/screen.c:3248:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:3251:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:3252:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:3253:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/screen.c:3256:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:3258:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:3261:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:3263:  An else should always have braces before it  [readability/braces] [5]
src/nvim/screen.c:3265:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:3267:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:3269:  An else should always have braces before it  [readability/braces] [5]
src/nvim/screen.c:3275:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:3292:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/screen.c:3295:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:3297:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:3299:  An else should always have braces before it  [readability/braces] [5]
src/nvim/screen.c:3307:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:3321:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:3327:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:3328:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:3334:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:3339:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/screen.c:3340:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:3346:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:3348:  An else should always have braces before it  [readability/braces] [5]
src/nvim/screen.c:3367:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:3373:  Missing username in TODO; it should look like "// TODO(my_username): Stuff."  [readability/todo] [2]
src/nvim/screen.c:3381:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:3382:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:3417:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:3420:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/screen.c:3421:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:3425:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:3461:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:3509:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:3515:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:3518:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:3532:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/screen.c:3533:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/screen.c:3532:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/screen.c:3533:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/screen.c:3532:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/screen.c:3533:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/screen.c:3532:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/screen.c:3533:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/screen.c:3543:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:3545:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:3548:  An else should always have braces before it  [readability/braces] [5]
src/nvim/screen.c:3548:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/screen.c:3565:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:3568:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/screen.c:3569:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:3569:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:3575:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:3576:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:3602:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/screen.c:3603:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/screen.c:3602:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/screen.c:3603:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/screen.c:3658:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:3673:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:3678:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:3681:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/screen.c:3682:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:3682:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:3685:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:3689:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:3709:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:3723:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:3732:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:3743:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:3749:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:3750:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:3751:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/screen.c:3753:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:3757:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:3758:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:3759:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:3760:  An else should always have braces before it  [readability/braces] [5]
src/nvim/screen.c:3760:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/screen.c:3764:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:3776:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:3777:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:3778:  Closing ) should be moved to the previous line  [whitespace/parens] [2]
src/nvim/screen.c:3782:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:3785:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:3789:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:3794:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:3796:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:3800:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:3804:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:3805:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:3806:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:3811:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:3812:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/screen.c:3814:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:3816:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:3822:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/screen.c:3823:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/screen.c:3825:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/screen.c:3826:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/screen.c:3828:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/screen.c:3833:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:3839:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:3840:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/screen.c:3841:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/screen.c:3842:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/screen.c:3845:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:3846:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:3848:  An else should always have braces before it  [readability/braces] [5]
src/nvim/screen.c:3851:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:3852:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:3854:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:3859:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:3873:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:3875:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:3876:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:3877:  for should always use braces  [readability/braces] [5]
src/nvim/screen.c:3877:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/screen.c:3878:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:3883:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:3885:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/screen.c:3886:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:3888:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/screen.c:3890:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:3892:  An else should always have braces before it  [readability/braces] [5]
src/nvim/screen.c:3894:  An else should always have braces before it  [readability/braces] [5]
src/nvim/screen.c:3897:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:3900:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/screen.c:3919:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:3933:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:3938:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/screen.c:3939:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/screen.c:3938:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/screen.c:3939:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/screen.c:3947:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:3950:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/screen.c:3951:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:3954:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:3955:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:3958:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:3974:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:3980:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:3984:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:3985:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/screen.c:3986:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/screen.c:3990:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:3998:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:3999:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:4000:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/screen.c:4002:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:4005:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/screen.c:4011:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/screen.c:4034:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:4035:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/screen.c:4036:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/screen.c:4040:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/screen.c:4041:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/screen.c:4043:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/screen.c:4044:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/screen.c:4047:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/screen.c:4048:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/screen.c:4049:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:4052:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:4080:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:4082:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/screen.c:4083:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/screen.c:4085:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/screen.c:4086:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/screen.c:4091:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/screen.c:4092:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/screen.c:4094:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/screen.c:4095:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/screen.c:4104:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
src/nvim/screen.c:4105:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/screen.c:4106:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/screen.c:4108:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:4110:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:4113:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/screen.c:4115:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:4118:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:4119:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:4122:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:4123:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:4126:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:4131:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/screen.c:4132:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/screen.c:4141:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/screen.c:4142:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/screen.c:4144:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:4146:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:4148:  Closing ) should be moved to the previous line  [whitespace/parens] [2]
src/nvim/screen.c:4151:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:4160:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:4162:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/screen.c:4169:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:4170:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:4172:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:4184:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/screen.c:4192:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:4196:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:4198:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/screen.c:4199:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/screen.c:4201:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:4204:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/screen.c:4205:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/screen.c:4210:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:4218:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:4222:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:4230:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:4231:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:4232:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/screen.c:4233:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:4235:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:4238:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
src/nvim/screen.c:4239:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:4241:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:4248:  Small and focused functions are preferred: () has 1646 non-comment lines (error triggered by exceeding 500 lines).  [readability/fn_size] [2]
src/nvim/screen.c:4251:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:4259:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/screen.c:4260:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:4261:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:4262:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:4265:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:4268:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:4278:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/screen.c:4296:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:4307:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/screen.c:4315:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:4315:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:4316:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:4317:  Line contains only semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/screen.c:4318:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:4319:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:4320:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:4321:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:4324:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:4325:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:4327:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:4337:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:4343:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/screen.c:4344:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/screen.c:4346:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:4348:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/screen.c:4359:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:4361:  An else should always have braces before it  [readability/braces] [5]
src/nvim/screen.c:4366:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/screen.c:4371:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:4378:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:4381:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:4386:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:4390:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:4393:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:4396:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:4401:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:4407:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:4415:  for should always use braces  [readability/braces] [5]
src/nvim/screen.c:4415:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/screen.c:4419:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:4423:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:4425:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:4428:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:4430:  An else should always have braces before it  [readability/braces] [5]
src/nvim/screen.c:4440:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:4443:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:4451:  Redundant blank line at the start of a code block should be deleted.  [whitespace/blank_line] [2]
src/nvim/screen.c:4452:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:4457:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/screen.c:4458:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/screen.c:4462:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/screen.c:4469:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:4484:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/screen.c:4489:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/screen.c:4490:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:4494:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:4503:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/screen.c:4510:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:4515:  Redundant blank line at the start of a code block should be deleted.  [whitespace/blank_line] [2]
src/nvim/screen.c:4518:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:4524:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:4531:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:4537:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:4547:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:4551:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:4556:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:4557:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:4558:  An else should always have braces before it  [readability/braces] [5]
src/nvim/screen.c:4559:  for should always use braces  [readability/braces] [5]
src/nvim/screen.c:4561:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:4563:  while should always use braces  [readability/braces] [5]
src/nvim/screen.c:4569:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:4578:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:4581:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/screen.c:4582:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/screen.c:4587:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:4597:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:4598:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:4610:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:4622:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:4630:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:4638:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/screen.c:4641:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:4650:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:4654:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:4659:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:4664:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:4664:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:4669:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:4671:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:4673:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:4675:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:4677:  An else should always have braces before it  [readability/braces] [5]
src/nvim/screen.c:4678:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:4680:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:4682:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:4683:  for should always use braces  [readability/braces] [5]
src/nvim/screen.c:4683:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/screen.c:4685:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:4687:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:4690:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:4692:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/screen.c:4694:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:4697:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:4698:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:4701:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:4704:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:4706:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/screen.c:4709:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:4728:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:4736:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/screen.c:4737:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/screen.c:4749:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:4755:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:4761:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/screen.c:4770:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:4774:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/screen.c:4776:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/screen.c:4777:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/screen.c:4781:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:4789:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:4808:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:4821:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:4823:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:4825:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:4827:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:4829:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:4838:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:4847:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:4870:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:4873:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:4878:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:4879:  Should leave no spaces after a cast: u'(int) mb_string2cells'  [whitespace/cast] [2]
src/nvim/screen.c:4881:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:4883:  for should always use braces  [readability/braces] [5]
src/nvim/screen.c:4890:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/screen.c:4902:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/screen.c:4904:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:4909:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:4912:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:4916:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:4918:  An else should always have braces before it  [readability/braces] [5]
src/nvim/screen.c:4923:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:4926:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:4932:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:4935:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:4937:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:4939:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:4941:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:4942:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:4944:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:4948:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/screen.c:4952:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:4955:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:4967:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:4970:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:4971:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:4975:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:4979:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:4983:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/screen.c:4985:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:4986:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:4991:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:4992:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:5001:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:5002:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/screen.c:5003:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:5004:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/screen.c:5008:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:5010:  An else should always have braces before it  [readability/braces] [5]
src/nvim/screen.c:5013:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:5014:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/screen.c:5015:  An else should always have braces before it  [readability/braces] [5]
src/nvim/screen.c:5022:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:5027:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/screen.c:5029:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:5032:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:5051:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:5054:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:5056:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:5058:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:5060:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:5074:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:5076:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:5078:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:5079:  while should always use braces  [readability/braces] [5]
src/nvim/screen.c:5081:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:5085:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:5090:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:5090:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/screen.c:5097:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:5099:  An else should always have braces before it  [readability/braces] [5]
src/nvim/screen.c:5102:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/screen.c:5108:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:5111:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:5115:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:5117:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:5121:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/screen.c:5122:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/screen.c:5126:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:5132:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:5135:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/screen.c:5139:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:5150:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:5152:  An else should always have braces before it  [readability/braces] [5]
src/nvim/screen.c:5154:  An else should always have braces before it  [readability/braces] [5]
src/nvim/screen.c:5156:  An else should always have braces before it  [readability/braces] [5]
src/nvim/screen.c:5171:  Should leave no spaces after a cast: u'(char *) p'  [whitespace/cast] [2]
src/nvim/screen.c:5175:  Should leave no spaces after a cast: u'(char_u *) tabtab'  [whitespace/cast] [2]
src/nvim/screen.c:5184:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:5188:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:5195:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:5197:  An else should always have braces before it  [readability/braces] [5]
src/nvim/screen.c:5197:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/screen.c:5204:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:5212:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:5219:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:5221:  An else should always have braces before it  [readability/braces] [5]
src/nvim/screen.c:5233:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:5242:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/screen.c:5243:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:5244:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:5245:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:5248:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:5251:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:5262:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:5277:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:5278:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:5282:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:5292:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:5292:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:5296:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:5306:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:5308:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:5309:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:5317:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:5319:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:5321:  An else should always have braces before it  [readability/braces] [5]
src/nvim/screen.c:5323:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:5325:  An else should always have braces before it  [readability/braces] [5]
src/nvim/screen.c:5327:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:5327:  An else should always have braces before it  [readability/braces] [5]
src/nvim/screen.c:5327:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/screen.c:5328:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:5330:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/screen.c:5331:  An else should always have braces before it  [readability/braces] [5]
src/nvim/screen.c:5335:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:5337:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:5342:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/screen.c:5348:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/screen.c:5351:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:5360:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:5379:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:5384:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:5385:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:5386:  An else should always have braces before it  [readability/braces] [5]
src/nvim/screen.c:5393:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:5395:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:5397:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:5406:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:5408:  An else should always have braces before it  [readability/braces] [5]
src/nvim/screen.c:5408:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/screen.c:5412:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/screen.c:5414:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:5430:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/screen.c:5443:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/screen.c:5444:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/screen.c:5445:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/screen.c:5449:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:5452:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:5454:  An else should always have braces before it  [readability/braces] [5]
src/nvim/screen.c:5459:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:5467:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:5472:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:5483:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:5490:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:5495:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:5497:  An else should always have braces before it  [readability/braces] [5]
src/nvim/screen.c:5502:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:5509:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:5512:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:5517:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:5518:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:5519:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/screen.c:5519:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:5523:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:5529:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:5530:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:5531:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:5533:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:5534:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/screen.c:5540:  for should always use braces  [readability/braces] [5]
src/nvim/screen.c:5541:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/screen.c:5542:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:5543:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/screen.c:5543:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:5549:  At least two spaces is best between code and comments  [whitespace/comments] [2]
src/nvim/screen.c:5553:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/screen.c:5562:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/screen.c:5567:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:5572:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:5581:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/screen.c:5583:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:5585:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:5586:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:5594:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:5600:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:5602:  An else should always have braces before it  [readability/braces] [5]
src/nvim/screen.c:5606:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:5610:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:5612:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:5614:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:5617:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:5623:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:5625:  An else should always have braces before it  [readability/braces] [5]
src/nvim/screen.c:5626:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/screen.c:5627:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/screen.c:5627:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/screen.c:5631:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:5633:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/screen.c:5637:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:5639:  An else should always have braces before it  [readability/braces] [5]
src/nvim/screen.c:5640:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/screen.c:5641:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/screen.c:5646:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:5653:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/screen.c:5654:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:5663:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:5667:  At least two spaces is best between code and comments  [whitespace/comments] [2]
src/nvim/screen.c:5667:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:5674:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:5682:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:5691:  At least two spaces is best between code and comments  [whitespace/comments] [2]
src/nvim/screen.c:5751:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:5759:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:5761:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:5764:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:5767:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:5774:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:5778:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:5783:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:5801:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:5809:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:5810:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:5813:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:5820:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:5826:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:5831:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/screen.c:5840:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:5840:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:5842:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:5842:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:5844:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:5846:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:5849:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:5850:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/screen.c:5863:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:5868:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:5872:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:5876:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:5876:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:5877:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/screen.c:5882:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:5883:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:5884:  while should always use braces  [readability/braces] [5]
src/nvim/screen.c:5886:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/screen.c:5887:  An else should always have braces before it  [readability/braces] [5]
src/nvim/screen.c:5888:  while should always use braces  [readability/braces] [5]
src/nvim/screen.c:5890:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/screen.c:5891:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:5897:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:5899:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:5902:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/screen.c:5905:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:5905:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:5910:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/screen.c:5921:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/screen.c:5925:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:5928:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/screen.c:5930:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:5935:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:5936:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:5937:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:5938:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:5939:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:5940:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:5940:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:5941:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:5942:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:5942:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:5947:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:5958:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:5959:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:5960:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:5964:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:5972:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:5976:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:5989:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:6007:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:6012:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:6024:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:6029:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:6031:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:6033:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:6037:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/screen.c:6039:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:6041:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:6043:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:6057:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:6065:  for should always use braces  [readability/braces] [5]
src/nvim/screen.c:6065:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/screen.c:6068:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:6075:  Should leave no spaces after a cast: u'(size_t) Columns'  [whitespace/cast] [2]
src/nvim/screen.c:6084:  for should always use braces  [readability/braces] [5]
src/nvim/screen.c:6084:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/screen.c:6085:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:6096:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:6099:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:6101:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:6107:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/screen.c:6122:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:6124:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/screen.c:6126:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:6128:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:6136:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/screen.c:6139:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/screen.c:6140:  for should always use braces  [readability/braces] [5]
src/nvim/screen.c:6140:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/screen.c:6142:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/screen.c:6143:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/screen.c:6145:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:6147:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/screen.c:6149:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/screen.c:6152:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:6154:  An else should always have braces before it  [readability/braces] [5]
src/nvim/screen.c:6156:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:6158:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:6161:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/screen.c:6162:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/screen.c:6166:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/screen.c:6167:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/screen.c:6168:  for should always use braces  [readability/braces] [5]
src/nvim/screen.c:6168:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/screen.c:6170:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/screen.c:6171:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/screen.c:6172:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/screen.c:6174:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:6176:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/screen.c:6177:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/screen.c:6179:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/screen.c:6180:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/screen.c:6184:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:6192:  for should always use braces  [readability/braces] [5]
src/nvim/screen.c:6192:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/screen.c:6202:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:6207:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:6208:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:6212:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:6213:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/screen.c:6215:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:6220:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:6221:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:6232:  for should always use braces  [readability/braces] [5]
src/nvim/screen.c:6232:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/screen.c:6256:  Should leave no spaces after a cast: u'(size_t) tpcd_size'  [whitespace/cast] [2]
src/nvim/screen.c:6262:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:6263:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:6264:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:6275:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:6278:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:6279:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/screen.c:6281:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:6285:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:6286:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:6287:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:6287:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:6290:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:6291:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:6292:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:6292:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:6295:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:6297:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:6298:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:6299:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:6302:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:6308:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:6310:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/screen.c:6314:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:6323:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/screen.c:6328:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/screen.c:6329:  for should always use braces  [readability/braces] [5]
src/nvim/screen.c:6329:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/screen.c:6331:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/screen.c:6333:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:6335:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/screen.c:6337:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/screen.c:6340:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:6348:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/screen.c:6351:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/screen.c:6352:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/screen.c:6355:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/screen.c:6356:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/screen.c:6351:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/screen.c:6352:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/screen.c:6355:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/screen.c:6356:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/screen.c:6349:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:6352:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/screen.c:6355:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/screen.c:6360:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:6374:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:6377:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:6380:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:6383:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:6384:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:6387:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:6393:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:6395:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:6396:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/screen.c:6397:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:6398:  An else should always have braces before it  [readability/braces] [5]
src/nvim/screen.c:6401:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:6405:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:6406:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:6409:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:6418:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:6420:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:6429:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:6440:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:6443:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:6446:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:6447:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:6451:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/screen.c:6455:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:6461:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/screen.c:6462:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:6466:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:6470:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/screen.c:6471:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:6477:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/screen.c:6485:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:6499:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:6504:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/screen.c:6507:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/screen.c:6513:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:6520:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:6523:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:6526:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:6543:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/screen.c:6548:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:6555:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:6563:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/screen.c:6572:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:6581:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:6597:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/screen.c:6602:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:6609:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:6617:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/screen.c:6626:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:6636:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:6646:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:6668:  Closing ) should be moved to the previous line  [whitespace/parens] [2]
src/nvim/screen.c:6670:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:6676:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:6676:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:6682:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:6683:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:6685:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:6687:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:6688:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:6690:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:6692:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:6697:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:6700:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:6703:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:6706:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:6711:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:6712:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:6714:  An else should always have braces before it  [readability/braces] [5]
src/nvim/screen.c:6722:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/screen.c:6724:  An else should always have braces before it  [readability/braces] [5]
src/nvim/screen.c:6726:  An else should always have braces before it  [readability/braces] [5]
src/nvim/screen.c:6727:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:6730:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/screen.c:6732:  An else should always have braces before it  [readability/braces] [5]
src/nvim/screen.c:6734:  An else should always have braces before it  [readability/braces] [5]
src/nvim/screen.c:6736:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:6738:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:6741:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:6743:  An else should always have braces before it  [readability/braces] [5]
src/nvim/screen.c:6746:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:6752:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:6769:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:6772:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:6778:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:6779:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:6781:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:6781:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:6784:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:6785:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/screen.c:6786:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:6789:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:6790:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:6793:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:6795:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:6798:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:6799:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:6800:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:6805:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:6841:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:6863:  Closing ) should be moved to the previous line  [whitespace/parens] [2]
src/nvim/screen.c:6865:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:6868:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:6876:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:6880:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:6882:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:6883:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:6884:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:6886:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/screen.c:6890:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/screen.c:6911:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:6913:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:6916:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:6929:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:6930:  for should always use braces  [readability/braces] [5]
src/nvim/screen.c:6931:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:6932:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:6937:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:6943:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:6950:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:6955:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:6960:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/screen.c:6964:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:6984:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:6986:  An else should always have braces before it  [readability/braces] [5]
src/nvim/screen.c:6990:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:7001:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:7003:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:7006:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:7012:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:7014:  An else should always have braces before it  [readability/braces] [5]
src/nvim/screen.c:7015:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:7019:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:7032:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:7035:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:7039:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:7044:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:7051:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:7053:  An else should always have braces before it  [readability/braces] [5]
src/nvim/screen.c:7057:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:7066:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:7074:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:7080:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:7089:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/screen.c:7092:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:7097:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:7098:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:7104:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:7105:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:7108:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:7112:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:7115:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:7117:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:7118:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:7128:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:7129:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:7130:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:7132:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/screen.c:7137:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:7140:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:7141:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:7142:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:7143:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:7145:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:7150:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/screen.c:7151:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/screen.c:7152:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/screen.c:7153:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/screen.c:7154:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/screen.c:7155:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/screen.c:7156:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/screen.c:7157:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/screen.c:7158:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/screen.c:7159:  Redundant blank line at the start of a code block should be deleted.  [whitespace/blank_line] [2]
src/nvim/screen.c:7179:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:7182:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:7184:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:7190:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:7195:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/screen.c:7196:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/screen.c:7199:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/screen.c:7200:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/screen.c:7202:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:7210:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:7210:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:7211:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/screen.c:7213:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:7215:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:7217:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:7222:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:7224:  An else should always have braces before it  [readability/braces] [5]
src/nvim/screen.c:7226:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/screen.c:7230:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:7240:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/screen.c:7246:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/screen.c:7247:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/screen.c:7248:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/screen.c:7249:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:7260:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:7270:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:7271:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:7273:  An else should always have braces before it  [readability/braces] [5]
src/nvim/screen.c:7274:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:7277:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:7284:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/screen.c:7287:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:7288:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:7295:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:7304:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/screen.c:7306:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:7310:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:7313:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:7313:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:7317:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:7322:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:7326:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:7329:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/screen.c:7338:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:7351:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:7366:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:7367:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/screen.c:7375:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.c:7376:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/screen.c:7378:  if should always use braces  [readability/braces] [5]
src/nvim/screen.c:7384:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/search.c:1:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:9:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:50:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:58:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:73:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:81:  Missing space after {  [whitespace/braces] [5]
src/nvim/search.c:81:  Missing space before }  [whitespace/braces] [5]
src/nvim/search.c:83:  Missing space after {  [whitespace/braces] [5]
src/nvim/search.c:83:  Missing space before }  [whitespace/braces] [5]
src/nvim/search.c:86:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:88:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:88:  Missing space after {  [whitespace/braces] [5]
src/nvim/search.c:88:  Missing space before }  [whitespace/braces] [5]
src/nvim/search.c:89:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:89:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/search.c:90:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:90:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/search.c:92:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:94:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:99:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:100:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:100:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/search.c:102:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:107:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:108:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:109:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:110:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:113:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:127:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/search.c:128:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/search.c:133:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:139:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/search.c:142:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:146:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:148:  An else should always have braces before it  [readability/braces] [5]
src/nvim/search.c:150:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:151:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:153:  An else should always have braces before it  [readability/braces] [5]
src/nvim/search.c:155:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/search.c:161:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:161:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/search.c:162:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/search.c:166:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/search.c:171:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/search.c:172:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/search.c:175:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:180:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:181:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:183:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:184:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:191:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:196:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:204:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:212:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:218:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/search.c:224:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/search.c:242:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:243:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:245:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/search.c:249:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:259:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:262:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:298:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/search.c:305:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:313:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:317:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/search.c:322:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:333:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:334:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/search.c:337:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:337:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:339:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:339:  An else should always have braces before it  [readability/braces] [5]
src/nvim/search.c:341:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:341:  An else should always have braces before it  [readability/braces] [5]
src/nvim/search.c:343:  An else should always have braces before it  [readability/braces] [5]
src/nvim/search.c:345:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/search.c:346:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/search.c:347:  An else should always have braces before it  [readability/braces] [5]
src/nvim/search.c:348:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/search.c:350:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/search.c:365:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/search.c:372:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:374:  An else should always have braces before it  [readability/braces] [5]
src/nvim/search.c:393:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:402:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:409:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:410:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:412:  An else should always have braces before it  [readability/braces] [5]
src/nvim/search.c:413:  Should leave no spaces after a cast: u'(char_u *) xstrdup'  [whitespace/cast] [2]
src/nvim/search.c:417:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/search.c:420:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/search.c:421:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/search.c:423:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:428:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:430:  An else should always have braces before it  [readability/braces] [5]
src/nvim/search.c:434:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:435:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:439:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:450:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:450:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/search.c:452:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/search.c:475:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/search.c:474:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/search.c:474:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:475:  Extra space for operator !   [whitespace/operators] [4]
src/nvim/search.c:482:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:482:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/search.c:483:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:484:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:488:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:504:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/search.c:507:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/search.c:508:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:513:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:516:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/search.c:517:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:538:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:539:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:540:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:540:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/search.c:541:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:544:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:544:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/search.c:547:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:557:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/search.c:558:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/search.c:561:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:561:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/search.c:563:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/search.c:564:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:565:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:568:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:569:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:581:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:585:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:586:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:588:  An else should always have braces before it  [readability/braces] [5]
src/nvim/search.c:589:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/search.c:591:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:597:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/search.c:598:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:613:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:620:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:622:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/search.c:660:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:664:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:671:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/search.c:673:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:695:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/search.c:698:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:706:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:709:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:712:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:715:  An else should always have braces before it  [readability/braces] [5]
src/nvim/search.c:716:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/search.c:719:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:720:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:724:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:727:  An else should always have braces before it  [readability/braces] [5]
src/nvim/search.c:728:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/search.c:731:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:733:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/search.c:734:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/search.c:735:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/search.c:736:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/search.c:733:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/search.c:734:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/search.c:735:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/search.c:736:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/search.c:736:  Closing ) should be moved to the previous line  [whitespace/parens] [2]
src/nvim/search.c:739:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:741:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/search.c:744:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:748:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:752:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:758:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:763:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:764:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/search.c:766:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/search.c:766:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/search.c:769:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/search.c:772:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/search.c:784:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:789:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:790:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:793:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:799:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/search.c:803:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:804:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:806:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/search.c:808:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:813:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:818:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:825:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:825:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:827:  An else should always have braces before it  [readability/braces] [5]
src/nvim/search.c:829:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:831:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/search.c:833:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:837:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:843:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:844:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:846:  An else should always have braces before it  [readability/braces] [5]
src/nvim/search.c:847:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:849:  An else should always have braces before it  [readability/braces] [5]
src/nvim/search.c:851:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/search.c:852:  An else should always have braces before it  [readability/braces] [5]
src/nvim/search.c:854:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/search.c:859:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:862:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/search.c:863:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:864:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/search.c:886:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/search.c:887:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:897:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:919:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:920:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:924:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:927:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:930:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:937:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:941:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/search.c:945:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:951:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:953:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:956:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:958:  An else should always have braces before it  [readability/braces] [5]
src/nvim/search.c:958:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/search.c:963:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:965:  An else should always have braces before it  [readability/braces] [5]
src/nvim/search.c:969:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:972:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:973:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:975:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:979:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:984:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/search.c:987:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:993:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:995:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1004:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1009:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1010:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1017:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1023:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1026:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/search.c:1027:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/search.c:1042:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1042:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/search.c:1043:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1044:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:1046:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1046:  An else should always have braces before it  [readability/braces] [5]
src/nvim/search.c:1048:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1048:  An else should always have braces before it  [readability/braces] [5]
src/nvim/search.c:1050:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/search.c:1051:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1051:  while should always use braces  [readability/braces] [5]
src/nvim/search.c:1052:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/search.c:1055:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1058:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1066:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:1068:  An else should always have braces before it  [readability/braces] [5]
src/nvim/search.c:1074:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1077:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/search.c:1082:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:1084:  An else should always have braces before it  [readability/braces] [5]
src/nvim/search.c:1086:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:1088:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:1089:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/search.c:1090:  An else should always have braces before it  [readability/braces] [5]
src/nvim/search.c:1095:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/search.c:1097:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1109:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/search.c:1115:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/search.c:1117:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1117:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/search.c:1121:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1130:  for should always use braces  [readability/braces] [5]
src/nvim/search.c:1130:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/search.c:1131:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:1133:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1134:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1138:  for should always use braces  [readability/braces] [5]
src/nvim/search.c:1138:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/search.c:1139:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:1141:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1148:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:1149:  Missing space after ,  [whitespace/comma] [3]
src/nvim/search.c:1152:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/search.c:1159:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/search.c:1161:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:1162:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1167:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:1168:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1170:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1172:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1176:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1178:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:1180:  An else should always have braces before it  [readability/braces] [5]
src/nvim/search.c:1182:  An else should always have braces before it  [readability/braces] [5]
src/nvim/search.c:1186:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1187:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1188:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1191:  while should always use braces  [readability/braces] [5]
src/nvim/search.c:1192:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:1195:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1196:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/search.c:1196:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/search.c:1197:  while should always use braces  [readability/braces] [5]
src/nvim/search.c:1198:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:1204:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1212:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:1221:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/search.c:1224:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:1227:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/search.c:1230:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:1237:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1252:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:1259:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:1268:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:1275:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:1277:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:1279:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/search.c:1281:  Should leave no spaces after a cast: u'(colnr_T) ('  [whitespace/cast] [2]
src/nvim/search.c:1283:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1287:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:1289:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1290:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1292:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:1300:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1304:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1312:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1313:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1314:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1318:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/search.c:1320:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1321:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1327:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/search.c:1328:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:1329:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/search.c:1332:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1333:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:1335:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1335:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:1337:  An else should always have braces before it  [readability/braces] [5]
src/nvim/search.c:1341:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1343:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1346:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:1347:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/search.c:1350:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:1352:  An else should always have braces before it  [readability/braces] [5]
src/nvim/search.c:1364:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:1367:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:1372:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:1375:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:1378:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/search.c:1382:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:1384:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:1386:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/search.c:1392:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1395:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:1396:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1398:  An else should always have braces before it  [readability/braces] [5]
src/nvim/search.c:1399:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1408:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1412:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1422:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1431:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/search.c:1432:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:1434:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:1436:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/search.c:1439:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1451:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/search.c:1455:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:1457:  for should always use braces  [readability/braces] [5]
src/nvim/search.c:1457:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/search.c:1461:  for should always use braces  [readability/braces] [5]
src/nvim/search.c:1462:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/search.c:1462:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/search.c:1464:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:1466:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:1473:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:1480:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1503:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1504:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1506:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1507:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1508:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1509:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1510:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1512:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1513:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1514:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1515:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1516:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1517:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1518:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1519:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1519:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/search.c:1520:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1521:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1522:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1523:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1524:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1525:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1525:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/search.c:1526:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1535:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1536:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:1538:  An else should always have braces before it  [readability/braces] [5]
src/nvim/search.c:1540:  An else should always have braces before it  [readability/braces] [5]
src/nvim/search.c:1543:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1551:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:1557:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/search.c:1558:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:1561:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1568:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1574:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1578:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:1579:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/search.c:1580:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/search.c:1583:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1584:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/search.c:1587:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/search.c:1591:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/search.c:1597:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/search.c:1600:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/search.c:1605:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1610:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1615:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:1616:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/search.c:1619:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:1622:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/search.c:1623:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:1628:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1629:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:1631:  An else should always have braces before it  [readability/braces] [5]
src/nvim/search.c:1636:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1638:  for should always use braces  [readability/braces] [5]
src/nvim/search.c:1645:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1653:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:1655:  An else should always have braces before it  [readability/braces] [5]
src/nvim/search.c:1657:  An else should always have braces before it  [readability/braces] [5]
src/nvim/search.c:1663:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:1665:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/search.c:1669:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1671:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:1673:  Should leave no spaces after a cast: u'(colnr_T) ('  [whitespace/cast] [2]
src/nvim/search.c:1676:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:1678:  An else should always have braces before it  [readability/braces] [5]
src/nvim/search.c:1679:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:1682:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:1688:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:1692:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:1694:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/search.c:1702:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1704:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:1711:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1712:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:1716:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:1717:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1717:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/search.c:1719:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1724:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1725:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:1727:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1728:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1728:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:1730:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/search.c:1732:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:1736:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1740:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1741:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:1745:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1746:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:1749:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/search.c:1750:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:1753:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1755:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1756:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1760:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1760:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:1761:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1766:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/search.c:1768:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:1775:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1775:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:1778:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:1780:  An else should always have braces before it  [readability/braces] [5]
src/nvim/search.c:1781:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/search.c:1795:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1796:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1802:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1803:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1807:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:1809:  An else should always have braces before it  [readability/braces] [5]
src/nvim/search.c:1811:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:1815:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1819:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:1820:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/search.c:1826:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1835:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:1837:  An else should always have braces before it  [readability/braces] [5]
src/nvim/search.c:1840:  An else should always have braces before it  [readability/braces] [5]
src/nvim/search.c:1842:  An else should always have braces before it  [readability/braces] [5]
src/nvim/search.c:1850:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1855:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:1857:  An else should always have braces before it  [readability/braces] [5]
src/nvim/search.c:1858:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1863:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/search.c:1864:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:1866:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:1868:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/search.c:1869:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:1870:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/search.c:1872:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1874:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1879:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/search.c:1883:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1884:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/search.c:1885:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/search.c:1886:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/search.c:1887:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/search.c:1895:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:1896:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/search.c:1897:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/search.c:1898:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/search.c:1901:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1906:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:1907:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/search.c:1909:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1923:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1925:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/search.c:1926:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/search.c:1931:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1936:  for should always use braces  [readability/braces] [5]
src/nvim/search.c:1936:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/search.c:1937:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:1941:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/search.c:1946:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1977:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1980:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1984:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:1991:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:1993:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/search.c:1998:  for should always use braces  [readability/braces] [5]
src/nvim/search.c:2001:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2004:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:2006:  An else should always have braces before it  [readability/braces] [5]
src/nvim/search.c:2006:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/search.c:2007:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:2020:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2023:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2033:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2035:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2036:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2036:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/search.c:2038:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2042:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2042:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:2043:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/search.c:2044:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/search.c:2045:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2047:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/search.c:2048:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/search.c:2050:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2051:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/search.c:2053:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/search.c:2055:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/search.c:2057:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2059:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:2061:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/search.c:2064:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:2069:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2075:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/search.c:2076:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/search.c:2077:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2089:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2092:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2093:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/search.c:2094:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:2097:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:2102:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:2109:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/search.c:2115:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2119:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2121:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:2123:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2123:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/search.c:2124:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2129:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2130:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2131:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2132:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2133:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/search.c:2136:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2141:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2145:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:2147:  An else should always have braces before it  [readability/braces] [5]
src/nvim/search.c:2149:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2153:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2158:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2170:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2170:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/search.c:2175:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:2177:  An else should always have braces before it  [readability/braces] [5]
src/nvim/search.c:2181:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2212:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2213:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:2215:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/search.c:2217:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:2219:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2226:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2230:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2232:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/search.c:2233:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:2234:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/search.c:2240:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:2242:  while should always use braces  [readability/braces] [5]
src/nvim/search.c:2243:  Empty loop bodies should use {} or continue  [whitespace/empty_loop_body] [5]
src/nvim/search.c:2248:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2248:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:2254:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:2256:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/search.c:2261:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2262:  while should always use braces  [readability/braces] [5]
src/nvim/search.c:2263:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:2272:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2281:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/search.c:2282:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2290:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2291:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2292:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2293:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2294:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/search.c:2294:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2302:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:2305:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2312:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:2315:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:2318:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:2326:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2326:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:2327:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/search.c:2331:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/search.c:2334:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/search.c:2339:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2346:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/search.c:2347:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2350:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:2353:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/search.c:2357:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/search.c:2358:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:2364:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2384:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2389:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2400:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2402:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2414:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:2416:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:2419:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2420:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:2423:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2428:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:2433:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2434:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:2437:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:2442:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2448:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/search.c:2449:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/search.c:2451:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2455:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2462:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2464:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:2468:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2474:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2474:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:2476:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2476:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:2479:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2482:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:2485:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:2489:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2493:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2496:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:2500:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:2507:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2516:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2521:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2523:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:2526:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2526:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:2530:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2535:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:2538:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2538:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:2542:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2545:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:2549:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2551:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/search.c:2556:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2573:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2578:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2580:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:2583:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:2586:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2591:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2594:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:2597:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2602:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:2605:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2605:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:2609:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2612:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:2615:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2617:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2617:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/search.c:2622:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2627:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/search.c:2628:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/search.c:2630:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2631:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2634:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2641:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:2643:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:2646:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2650:  while should always use braces  [readability/braces] [5]
src/nvim/search.c:2651:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:2655:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2659:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:2661:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:2668:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2674:  while should always use braces  [readability/braces] [5]
src/nvim/search.c:2675:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:2676:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/search.c:2677:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/search.c:2680:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2685:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2689:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2689:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:2692:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2712:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2715:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/search.c:2716:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/search.c:2718:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2723:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:2725:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:2731:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2735:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/search.c:2736:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/search.c:2739:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2740:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2746:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/search.c:2751:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2752:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:2755:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2760:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2766:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2772:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:2772:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/search.c:2775:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2782:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/search.c:2783:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:2785:  An else should always have braces before it  [readability/braces] [5]
src/nvim/search.c:2788:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:2789:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/search.c:2793:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2795:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2800:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/search.c:2803:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2809:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2812:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:2815:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:2815:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/search.c:2818:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:2818:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/search.c:2823:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2826:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:2829:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:2829:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/search.c:2831:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2836:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:2839:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:2839:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/search.c:2843:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/search.c:2848:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2856:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2861:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:2863:  An else should always have braces before it  [readability/braces] [5]
src/nvim/search.c:2867:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2871:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:2875:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2875:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/search.c:2877:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/search.c:2883:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2898:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2900:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2906:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2913:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/search.c:2918:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/search.c:2925:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:2926:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2926:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/search.c:2927:  An else should always have braces before it  [readability/braces] [5]
src/nvim/search.c:2928:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2931:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2931:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:2934:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:2937:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:2942:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2950:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/search.c:2951:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2951:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/search.c:2952:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/search.c:2956:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/search.c:2961:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2961:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:2963:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2963:  An else should always have braces before it  [readability/braces] [5]
src/nvim/search.c:2967:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2967:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:2970:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:2971:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/search.c:2976:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2980:  while should always use braces  [readability/braces] [5]
src/nvim/search.c:2983:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/search.c:2984:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:2986:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/search.c:2990:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:2992:  An else should always have braces before it  [readability/braces] [5]
src/nvim/search.c:2992:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/search.c:2994:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:2995:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/search.c:2997:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:2998:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/search.c:2999:  An else should always have braces before it  [readability/braces] [5]
src/nvim/search.c:3003:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3011:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:3013:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/search.c:3018:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3019:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:3021:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:3022:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/search.c:3025:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3027:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3028:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:3030:  An else should always have braces before it  [readability/braces] [5]
src/nvim/search.c:3038:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3042:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/search.c:3043:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/search.c:3046:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3047:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3048:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3057:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3057:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/search.c:3060:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3063:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3068:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3068:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:3069:  while should always use braces  [readability/braces] [5]
src/nvim/search.c:3070:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:3072:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:3073:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3074:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/search.c:3077:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3078:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/search.c:3096:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3115:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/search.c:3121:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3140:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/search.c:3153:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3159:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:3161:  An else should always have braces before it  [readability/braces] [5]
src/nvim/search.c:3162:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3164:  An else should always have braces before it  [readability/braces] [5]
src/nvim/search.c:3165:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3174:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3189:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3191:  for should always use braces  [readability/braces] [5]
src/nvim/search.c:3196:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3197:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:3198:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/search.c:3203:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3203:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:3206:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3206:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:3209:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:3210:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/search.c:3217:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:3218:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3221:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3222:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:3223:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/search.c:3225:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3227:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:3228:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/search.c:3230:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:3237:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3240:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/search.c:3241:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/search.c:3244:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3266:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3268:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:3269:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3271:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3277:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3278:  while should always use braces  [readability/braces] [5]
src/nvim/search.c:3279:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:3282:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/search.c:3283:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3284:  while should always use braces  [readability/braces] [5]
src/nvim/search.c:3285:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:3287:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/search.c:3288:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3289:  while should always use braces  [readability/braces] [5]
src/nvim/search.c:3290:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:3297:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3298:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/search.c:3302:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3306:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/search.c:3308:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/search.c:3309:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/search.c:3310:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/search.c:3311:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/search.c:3318:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3323:  for should always use braces  [readability/braces] [5]
src/nvim/search.c:3324:  Line contains only semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/search.c:3332:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/search.c:3333:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/search.c:3336:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/search.c:3342:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3351:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3352:  while should always use braces  [readability/braces] [5]
src/nvim/search.c:3353:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:3370:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3372:  while should always use braces  [readability/braces] [5]
src/nvim/search.c:3380:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3383:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/search.c:3391:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3400:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3406:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3421:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/search.c:3422:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/search.c:3425:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3426:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3436:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/search.c:3440:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3440:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:3445:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3450:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:3452:  An else should always have braces before it  [readability/braces] [5]
src/nvim/search.c:3462:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/search.c:3470:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:3473:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:3480:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:3482:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:3493:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3498:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3499:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:3501:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3502:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:3505:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/search.c:3508:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3512:  while should always use braces  [readability/braces] [5]
src/nvim/search.c:3513:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/search.c:3515:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/search.c:3517:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:3518:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/search.c:3520:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:3523:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:3527:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/search.c:3528:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3531:  while should always use braces  [readability/braces] [5]
src/nvim/search.c:3534:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/search.c:3537:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:3540:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3543:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:3544:  while should always use braces  [readability/braces] [5]
src/nvim/search.c:3546:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/search.c:3549:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3553:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:3554:  while should always use braces  [readability/braces] [5]
src/nvim/search.c:3555:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/search.c:3558:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3560:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:3564:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3578:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3584:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/search.c:3585:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/search.c:3589:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3596:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:3598:  An else should always have braces before it  [readability/braces] [5]
src/nvim/search.c:3599:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/search.c:3600:  An else should always have braces before it  [readability/braces] [5]
src/nvim/search.c:3602:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:3604:  An else should always have braces before it  [readability/braces] [5]
src/nvim/search.c:3605:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/search.c:3610:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3616:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/search.c:3617:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/search.c:3621:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3627:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/search.c:3630:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:3631:  while should always use braces  [readability/braces] [5]
src/nvim/search.c:3632:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/search.c:3633:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/search.c:3634:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:3635:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3636:  An else should always have braces before it  [readability/braces] [5]
src/nvim/search.c:3642:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3646:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/search.c:3647:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/search.c:3650:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3651:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3658:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3658:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/search.c:3659:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3659:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/search.c:3660:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3660:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/search.c:3661:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3661:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/search.c:3664:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3667:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:3673:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3691:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3692:  while should always use braces  [readability/braces] [5]
src/nvim/search.c:3694:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/search.c:3700:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3703:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3706:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:3707:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/search.c:3709:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/search.c:3711:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3717:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:3718:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/search.c:3720:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/search.c:3722:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3733:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:3735:  An else should always have braces before it  [readability/braces] [5]
src/nvim/search.c:3738:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3744:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3746:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:3747:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/search.c:3748:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3750:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/search.c:3751:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:3752:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/search.c:3753:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3755:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:3760:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3763:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3765:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:3766:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/search.c:3769:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3771:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/search.c:3772:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:3773:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/search.c:3776:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3779:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:3780:  while should always use braces  [readability/braces] [5]
src/nvim/search.c:3781:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/search.c:3782:  An else should always have braces before it  [readability/braces] [5]
src/nvim/search.c:3783:  while should always use braces  [readability/braces] [5]
src/nvim/search.c:3784:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/search.c:3787:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3789:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:3792:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/search.c:3795:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3814:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3816:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:3817:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3819:  Closing ) should be moved to the previous line  [whitespace/parens] [2]
src/nvim/search.c:3823:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3824:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:3827:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3842:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3842:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/search.c:3845:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3854:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3858:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/search.c:3859:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/search.c:3861:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3867:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3870:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3871:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:3874:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3875:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3880:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3882:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:3884:  An else should always have braces before it  [readability/braces] [5]
src/nvim/search.c:3887:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/search.c:3890:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3894:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3897:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3906:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:3910:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/search.c:3911:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/search.c:3913:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3917:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3919:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:3924:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3926:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3927:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3939:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3943:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3945:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:3947:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/search.c:3949:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:3953:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/search.c:3957:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3959:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3960:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:3962:  An else should always have braces before it  [readability/braces] [5]
src/nvim/search.c:3965:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
src/nvim/search.c:3968:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:3979:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:3994:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:3995:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/search.c:3998:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:4003:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:4007:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/search.c:4008:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:4010:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/search.c:4012:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/search.c:4014:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:4019:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:4020:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/search.c:4028:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:4039:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:4043:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/search.c:4044:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/search.c:4051:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/search.c:4045:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:4046:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:4047:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:4048:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:4049:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:4050:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/search.c:4050:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:4050:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/search.c:4053:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:4054:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:4055:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:4058:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:4059:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:4069:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:4080:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/search.c:4081:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/search.c:4082:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/search.c:4097:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:4103:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/search.c:4104:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:4108:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:4114:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:4116:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:4116:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/search.c:4120:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/search.c:4121:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:4123:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:4123:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/search.c:4130:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:4132:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:4132:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:4142:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:4143:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:4149:  An else should always have braces before it  [readability/braces] [5]
src/nvim/search.c:4150:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:4152:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/search.c:4153:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/search.c:4176:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/search.c:4194:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/search.c:4196:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/search.c:4197:  for should always use braces  [readability/braces] [5]
src/nvim/search.c:4202:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/search.c:4202:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:4204:  for should always use braces  [readability/braces] [5]
src/nvim/search.c:4207:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:4211:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:4217:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:4222:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:4223:  for should always use braces  [readability/braces] [5]
src/nvim/search.c:4225:  Line contains only semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/search.c:4226:  for should always use braces  [readability/braces] [5]
src/nvim/search.c:4227:  Line contains only semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/search.c:4231:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:4235:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:4237:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/search.c:4239:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/search.c:4240:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/search.c:4242:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:4243:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/search.c:4252:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:4254:  An else should always have braces before it  [readability/braces] [5]
src/nvim/search.c:4258:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:4262:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:4265:  for should always use braces  [readability/braces] [5]
src/nvim/search.c:4271:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/search.c:4273:  for should always use braces  [readability/braces] [5]
src/nvim/search.c:4280:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:4283:  An else should always have braces before it  [readability/braces] [5]
src/nvim/search.c:4283:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/search.c:4288:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/search.c:4292:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/search.c:4294:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:4294:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/search.c:4295:  Missing space before asterisk in char*  [whitespace/operators] [2]
src/nvim/search.c:4296:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/search.c:4297:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/search.c:4298:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/search.c:4302:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/search.c:4305:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
src/nvim/search.c:4309:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:4314:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/search.c:4317:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:4323:  while should always use braces  [readability/braces] [5]
src/nvim/search.c:4325:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/search.c:4328:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:4336:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:4341:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/search.c:4343:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:4345:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/search.c:4348:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/search.c:4360:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:4367:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:4369:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/search.c:4373:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/search.c:4374:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:4375:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:4377:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/search.c:4379:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:4380:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/search.c:4381:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/search.c:4394:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:4396:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/search.c:4400:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:4408:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:4411:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:4415:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:4418:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/search.c:4419:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/search.c:4422:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:4430:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:4432:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:4440:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:4441:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:4450:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:4455:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/search.c:4456:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/search.c:4457:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:4458:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:4460:  An else should always have braces before it  [readability/braces] [5]
src/nvim/search.c:4463:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/search.c:4464:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:4465:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:4465:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/search.c:4467:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:4468:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:4469:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/search.c:4469:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:4469:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:4474:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/search.c:4475:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:4477:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/search.c:4478:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/search.c:4479:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/search.c:4476:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/search.c:4481:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:4483:  for should always use braces  [readability/braces] [5]
src/nvim/search.c:4483:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/search.c:4484:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/search.c:4486:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/search.c:4487:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:4491:  An else should always have braces before it  [readability/braces] [5]
src/nvim/search.c:4493:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/search.c:4494:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/search.c:4495:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/search.c:4497:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:4503:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:4508:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:4510:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:4511:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/search.c:4511:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/search.c:4512:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:4513:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/search.c:4517:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:4518:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/search.c:4517:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/search.c:4518:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/search.c:4519:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:4520:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:4527:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/search.c:4532:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:4540:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/search.c:4541:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:4543:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:4551:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:4553:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:4556:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:4564:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/search.c:4567:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/search.c:4570:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:4573:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:4575:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:4577:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:4579:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:4582:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:4588:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:4590:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:4595:  for should always use braces  [readability/braces] [5]
src/nvim/search.c:4601:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:4603:  An else should always have braces before it  [readability/braces] [5]
src/nvim/search.c:4609:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:4611:  An else should always have braces before it  [readability/braces] [5]
src/nvim/search.c:4613:  An else should always have braces before it  [readability/braces] [5]
src/nvim/search.c:4616:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:4626:  Lines should very rarely be longer than 100 characters  [whitespace/line_length] [4]
src/nvim/search.c:4630:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:4631:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:4632:  An else should always have braces before it  [readability/braces] [5]
src/nvim/search.c:4633:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:4633:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/search.c:4634:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:4634:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:4639:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:4640:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:4641:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/search.c:4642:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:4643:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/search.c:4647:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:4647:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/search.c:4649:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:4649:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/search.c:4650:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:4654:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/search.c:4655:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:4657:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:4658:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:4662:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.c:4662:  if should always use braces  [readability/braces] [5]
src/nvim/search.c:4664:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/search.c:4666:  if should always use braces  [readability/braces] [5]
src/nvim/sha256.c:88:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/sha256.c:188:  Should leave no spaces after a cast: u'(uint32_t) length'  [whitespace/cast] [2]
src/nvim/sha256.c:280:  Should leave no spaces after a cast: u'(char *) hexit'  [whitespace/cast] [2]
src/nvim/sha256.c:323:  Should leave no spaces after a cast: u'(char_u *) sha_self_test_msg'  [whitespace/cast] [2]
src/nvim/shada.c:65:  Should leave no spaces after a cast: u'(char *) copy_option_part'  [whitespace/cast] [2]
src/nvim/shada.c:67:  Should leave no spaces after a cast: u'(const char *) find_shada_parameter'  [whitespace/cast] [2]
src/nvim/shada.c:86:  Should leave no spaces after a cast: u'(char_u *) f'  [whitespace/cast] [2]
src/nvim/shada.c:339:  Should leave no spaces after a cast: u'(hmll_entries) contained_entries'  [whitespace/cast] [2]
src/nvim/shada.c:383:  Should leave no spaces after a cast: u'(strset) dumped_variables'  [whitespace/cast] [2]
src/nvim/shada.c:384:  Should leave no spaces after a cast: u'(file_marks) file_marks'  [whitespace/cast] [2]
src/nvim/shada.c:604:  Should leave no spaces after a cast: u'(size_t) ('  [whitespace/cast] [2]
src/nvim/shada.c:608:  Should leave no spaces after a cast: u'(size_t) ('  [whitespace/cast] [2]
src/nvim/shada.c:687:  Should leave no spaces after a cast: u'(int) ret'  [whitespace/cast] [2]
src/nvim/shada.c:771:  Should leave no spaces after a cast: u'(uint64_t) offset'  [whitespace/cast] [2]
src/nvim/shada.c:828:  Should leave no spaces after a cast: u'(uintptr_t) buf'  [whitespace/cast] [2]
src/nvim/shada.c:846:  Should leave no spaces after a cast: u'(ShaDaWriteDef *) data'  [whitespace/cast] [2]
src/nvim/shada.c:936:  Should leave no spaces after a cast: u'(char *) hist_he'  [whitespace/cast] [2]
src/nvim/shada.c:937:  Should leave no spaces after a cast: u'(char) ('  [whitespace/cast] [2]
src/nvim/shada.c:938:  Should leave no spaces after a cast: u'(char) hist_he'  [whitespace/cast] [2]
src/nvim/shada.c:1065:  Should leave no spaces after a cast: u'(int) ('  [whitespace/cast] [2]
src/nvim/shada.c:1066:  Should leave no spaces after a cast: u'(char_u *) cur_entry'  [whitespace/cast] [2]
src/nvim/shada.c:1071:  Should leave no spaces after a cast: u'(int) ('  [whitespace/cast] [2]
src/nvim/shada.c:1132:  Should leave no spaces after a cast: u'(int) jumps_size'  [whitespace/cast] [2]
src/nvim/shada.c:1149:  Should leave no spaces after a cast: u'(size_t) i'  [whitespace/cast] [2]
src/nvim/shada.c:1153:  Should leave no spaces after a cast: u'(size_t) ('  [whitespace/cast] [2]
src/nvim/shada.c:1159:  Should leave no spaces after a cast: u'(size_t) jl_len'  [whitespace/cast] [2]
src/nvim/shada.c:1187:  Should leave no spaces after a cast: u'(unsigned) ('  [whitespace/cast] [2]
src/nvim/shada.c:1214:  Should leave no spaces after a cast: u'(size_t) p_hi'  [whitespace/cast] [2]
src/nvim/shada.c:1218:  Should leave no spaces after a cast: u'(bufset) cl_bufs'  [whitespace/cast] [2]
src/nvim/shada.c:1219:  Should leave no spaces after a cast: u'(fnamebufs) fname_bufs'  [whitespace/cast] [2]
src/nvim/shada.c:1220:  Should leave no spaces after a cast: u'(strset) oldfiles_set'  [whitespace/cast] [2]
src/nvim/shada.c:1277:  Should leave no spaces after a cast: u'(char_u *) cur_entry'  [whitespace/cast] [2]
src/nvim/shada.c:1309:  Should leave no spaces after a cast: u'(void) regtilde'  [whitespace/cast] [2]
src/nvim/shada.c:1341:  Should leave no spaces after a cast: u'(colnr_T) cur_entry'  [whitespace/cast] [2]
src/nvim/shada.c:1365:  Should leave no spaces after a cast: u'(char_u *) ('  [whitespace/cast] [2]
src/nvim/shada.c:1434:  Should leave no spaces after a cast: u'(void) kh_put'  [whitespace/cast] [2]
src/nvim/shada.c:1463:  Should leave no spaces after a cast: u'(void) kh_put'  [whitespace/cast] [2]
src/nvim/shada.c:1503:  Should leave no spaces after a cast: u'(void) tp'  [whitespace/cast] [2]
src/nvim/shada.c:1512:  Should leave no spaces after a cast: u'(void *) key'  [whitespace/cast] [2]
src/nvim/shada.c:1557:  Should leave no spaces after a cast: u'(const char *) &('  [whitespace/cast] [2]
src/nvim/shada.c:1619:  Should leave no spaces after a cast: u'(const char *) hi'  [whitespace/cast] [2]
src/nvim/shada.c:1621:  Should leave no spaces after a cast: u'(const char *) hi'  [whitespace/cast] [2]
src/nvim/shada.c:1634:  Should leave no spaces after a cast: u'(size_t) ('  [whitespace/cast] [2]
src/nvim/shada.c:1641:  Should leave no spaces after a cast: u'(unsigned) entry'  [whitespace/cast] [2]
src/nvim/shada.c:1649:  Should leave no spaces after a cast: u'(size_t) is_hist_search'  [whitespace/cast] [2]
src/nvim/shada.c:1657:  Should leave no spaces after a cast: u'(uint8_t) entry'  [whitespace/cast] [2]
src/nvim/shada.c:1664:  Should leave no spaces after a cast: u'(size_t) ('  [whitespace/cast] [2]
src/nvim/shada.c:1686:  Should leave no spaces after a cast: u'(size_t) ('  [whitespace/cast] [2]
src/nvim/shada.c:1697:  Should leave no spaces after a cast: u'(size_t) ('  [whitespace/cast] [2]
src/nvim/shada.c:1709:  Should leave no spaces after a cast: u'(size_t) ('  [whitespace/cast] [2]
src/nvim/shada.c:1748:  Should leave no spaces after a cast: u'(size_t) ('  [whitespace/cast] [2]
src/nvim/shada.c:1754:  Should leave no spaces after a cast: u'(size_t) ('  [whitespace/cast] [2]
src/nvim/shada.c:1774:  Should leave no spaces after a cast: u'(uint8_t) entry'  [whitespace/cast] [2]
src/nvim/shada.c:1781:  Should leave no spaces after a cast: u'(size_t) ('  [whitespace/cast] [2]
src/nvim/shada.c:1786:  Should leave no spaces after a cast: u'(size_t) ('  [whitespace/cast] [2]
src/nvim/shada.c:1803:  Should leave no spaces after a cast: u'(uint64_t) entry'  [whitespace/cast] [2]
src/nvim/shada.c:1811:  Should leave no spaces after a cast: u'(size_t) ('  [whitespace/cast] [2]
src/nvim/shada.c:1813:  Should leave no spaces after a cast: u'(size_t) ('  [whitespace/cast] [2]
src/nvim/shada.c:1815:  Should leave no spaces after a cast: u'(size_t) ('  [whitespace/cast] [2]
src/nvim/shada.c:1818:  Should leave no spaces after a cast: u'(size_t) ('  [whitespace/cast] [2]
src/nvim/shada.c:1829:  Should leave no spaces after a cast: u'(uint64_t) entry'  [whitespace/cast] [2]
src/nvim/shada.c:1834:  Should leave no spaces after a cast: u'(uint64_t) entry'  [whitespace/cast] [2]
src/nvim/shada.c:1852:  Should leave no spaces after a cast: u'(int64_t) obj'  [whitespace/cast] [2]
src/nvim/shada.c:1871:  Should leave no spaces after a cast: u'(uint64_t) entry'  [whitespace/cast] [2]
src/nvim/shada.c:1875:  Should leave no spaces after a cast: u'(uint64_t) entry'  [whitespace/cast] [2]
src/nvim/shada.c:1879:  Should leave no spaces after a cast: u'(uint64_t) sbuf'  [whitespace/cast] [2]
src/nvim/shada.c:1881:  Should leave no spaces after a cast: u'(unsigned) sbuf'  [whitespace/cast] [2]
src/nvim/shada.c:2078:  Should leave no spaces after a cast: u'(uint64_t) initial_fpos'  [whitespace/cast] [2]
src/nvim/shada.c:2095:  Should leave no spaces after a cast: u'(uint64_t) initial_fpos'  [whitespace/cast] [2]
src/nvim/shada.c:2103:  Should leave no spaces after a cast: u'(uint64_t) initial_fpos'  [whitespace/cast] [2]
src/nvim/shada.c:2243:  Should leave no spaces after a cast: u'(const char *) entry'  [whitespace/cast] [2]
src/nvim/shada.c:2347:  Should leave no spaces after a cast: u'(bufset) removable_bufs'  [whitespace/cast] [2]
src/nvim/shada.c:2348:  Should leave no spaces after a cast: u'(size_t) max_kbyte_i'  [whitespace/cast] [2]
src/nvim/shada.c:2349:  Should leave no spaces after a cast: u'(size_t) get_shada_parameter'  [whitespace/cast] [2]
src/nvim/shada.c:2362:  Should leave no spaces after a cast: u'(size_t) num_saved'  [whitespace/cast] [2]
src/nvim/shada.c:2368:  Should leave no spaces after a cast: u'(unsigned) ('  [whitespace/cast] [2]
src/nvim/shada.c:2390:  Should leave no spaces after a cast: u'(char *) buf'  [whitespace/cast] [2]
src/nvim/shada.c:2392:  Should leave no spaces after a cast: u'(void) kh_put'  [whitespace/cast] [2]
src/nvim/shada.c:2410:  Should leave no spaces after a cast: u'(Integer) max_kbyte'  [whitespace/cast] [2]
src/nvim/shada.c:2412:  Should leave no spaces after a cast: u'(Integer) os_get_pid'  [whitespace/cast] [2]
src/nvim/shada.c:2414:  Should leave no spaces after a cast: u'(char *) p_enc'  [whitespace/cast] [2]
src/nvim/shada.c:2453:  Should leave no spaces after a cast: u'(char *) buf'  [whitespace/cast] [2]
src/nvim/shada.c:2490:  Should leave no spaces after a cast: u'(char *) name'  [whitespace/cast] [2]
src/nvim/shada.c:2505:  Should leave no spaces after a cast: u'(void) kh_put'  [whitespace/cast] [2]
src/nvim/shada.c:2534:  Should leave no spaces after a cast: u'(char *) pat'  [whitespace/cast] [2]
src/nvim/shada.c:2564:  Should leave no spaces after a cast: u'(char *) sub'  [whitespace/cast] [2]
src/nvim/shada.c:2586:  Should leave no spaces after a cast: u'(char *) ('  [whitespace/cast] [2]
src/nvim/shada.c:2601:  Should leave no spaces after a cast: u'(char *) fname'  [whitespace/cast] [2]
src/nvim/shada.c:2622:  Should leave no spaces after a cast: u'(const char *) fm'  [whitespace/cast] [2]
src/nvim/shada.c:2625:  Should leave no spaces after a cast: u'(const char *) fm'  [whitespace/cast] [2]
src/nvim/shada.c:2632:  Should leave no spaces after a cast: u'(const char *) buf'  [whitespace/cast] [2]
src/nvim/shada.c:2644:  Should leave no spaces after a cast: u'(char *) fname'  [whitespace/cast] [2]
src/nvim/shada.c:2672:  Should leave no spaces after a cast: u'(char **) reg'  [whitespace/cast] [2]
src/nvim/shada.c:2673:  Should leave no spaces after a cast: u'(size_t) reg'  [whitespace/cast] [2]
src/nvim/shada.c:2675:  Should leave no spaces after a cast: u'(size_t) ('  [whitespace/cast] [2]
src/nvim/shada.c:2692:  Should leave no spaces after a cast: u'(const char *) buf'  [whitespace/cast] [2]
src/nvim/shada.c:2716:  Should leave no spaces after a cast: u'(char *) fname'  [whitespace/cast] [2]
src/nvim/shada.c:2736:  Should leave no spaces after a cast: u'(char *) fname'  [whitespace/cast] [2]
src/nvim/shada.c:2746:  Should leave no spaces after a cast: u'(size_t) buf'  [whitespace/cast] [2]
src/nvim/shada.c:2806:  Should leave no spaces after a cast: u'(void *) all_file_markss'  [whitespace/cast] [2]
src/nvim/shada.c:2912:  Should leave no spaces after a cast: u'(int) os_getperm'  [whitespace/cast] [2]
src/nvim/shada.c:3159:  Should leave no spaces after a cast: u'(uint8_t *) &big_endian_64_bits'  [whitespace/cast] [2]
src/nvim/shada.c:3162:  Should leave no spaces after a cast: u'(uint64_t) buf'  [whitespace/cast] [2]
src/nvim/shada.c:3233:  Should leave no spaces after a cast: u'(uint64_t) fpos'  [whitespace/cast] [2]
src/nvim/shada.c:3240:  Should leave no spaces after a cast: u'(uint64_t) ('  [whitespace/cast] [2]
src/nvim/shada.c:3263:  Should leave no spaces after a cast: u'(uint64_t) fpos'  [whitespace/cast] [2]
src/nvim/shada.c:3268:  Should leave no spaces after a cast: u'(char *) &buf'  [whitespace/cast] [2]
src/nvim/shada.c:3373:  Should leave no spaces after a cast: u'(size_t) ad_ga'  [whitespace/cast] [2]
src/nvim/shada.c:3391:  Should leave no spaces after a cast: u'(uint32_t) ad_ga'  [whitespace/cast] [2]
src/nvim/shada.c:3412:  Should leave no spaces after a cast: u'(size_t) ('  [whitespace/cast] [2]
src/nvim/shada.c:3417:  Should leave no spaces after a cast: u'(uint32_t) ('  [whitespace/cast] [2]
src/nvim/shada.c:3463:  Should leave no spaces after a cast: u'(uint64_t) kSDItemMissing'  [whitespace/cast] [2]
src/nvim/shada.c:3467:  Should leave no spaces after a cast: u'(uint64_t) sd_reader'  [whitespace/cast] [2]
src/nvim/shada.c:3485:  Should leave no spaces after a cast: u'(size_t) length_u64'  [whitespace/cast] [2]
src/nvim/shada.c:3486:  Should leave no spaces after a cast: u'(Timestamp) timestamp_u64'  [whitespace/cast] [2]
src/nvim/shada.c:3502:  Should leave no spaces after a cast: u'(unsigned) ('  [whitespace/cast] [2]
src/nvim/shada.c:3559:  Should leave no spaces after a cast: u'(ShadaEntryType) type_u64'  [whitespace/cast] [2]
src/nvim/shada.c:3736:  Should leave no spaces after a cast: u'(uint8_t) unpacked'  [whitespace/cast] [2]
src/nvim/shada.c:3752:  Should leave no spaces after a cast: u'(char) unpacked'  [whitespace/cast] [2]
src/nvim/shada.c:3924:  Should leave no spaces after a cast: u'(ShadaEntryType) type_u64'  [whitespace/cast] [2]
src/nvim/shada.c:3933:  Should leave no spaces after a cast: u'(ShadaEntryType) type_u64'  [whitespace/cast] [2]
src/nvim/shada.c:3973:  Should leave no spaces after a cast: u'(char *) p_shada'  [whitespace/cast] [2]
src/nvim/shada.c:3974:  Should leave no spaces after a cast: u'(void) copy_option_part'  [whitespace/cast] [2]
src/nvim/spell.c:331:  Found C system header after other header. Should be: c system, c++ system, other.  [build/include_order] [4]
src/nvim/spell.c:382:  At least two spaces is best between code and comments  [whitespace/comments] [2]
src/nvim/spell.c:384:  At least two spaces is best between code and comments  [whitespace/comments] [2]
src/nvim/spell.c:757:  Use int16_t/int64_t/etc, rather than the C type short  [runtime/int] [4]
src/nvim/spell.c:899:  Use int16_t/int64_t/etc, rather than the C type short  [runtime/int] [4]
src/nvim/spell.c:989:  Use int16_t/int64_t/etc, rather than the C type short  [runtime/int] [4]
src/nvim/spell.c:1106:  Missing space before asterisk in char_u*  [whitespace/operators] [2]
src/nvim/spell.c:1106:  Should leave no spaces after a cast: u'(char_u*) skipbin'  [whitespace/cast] [2]
src/nvim/spell.c:1160:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/spell.c:1189:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:1294:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:1313:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
src/nvim/spell.c:1316:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:1331:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:1346:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:1351:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:1352:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:1354:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:1359:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:1364:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:1370:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:1372:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:1374:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:1374:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/spell.c:1381:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:1386:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:1387:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:1393:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:1395:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:1397:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:1398:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:1409:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:1413:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:1416:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:1419:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/spell.c:1431:  for should always use braces  [readability/braces] [5]
src/nvim/spell.c:1442:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:1457:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:1464:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/spell.c:1466:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:1467:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:1468:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:1469:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:1473:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:1493:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:1498:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:1501:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:1501:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:1506:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:1513:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:1515:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:1519:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:1520:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:1521:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:1522:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:1527:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:1536:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:1539:  for should always use braces  [readability/braces] [5]
src/nvim/spell.c:1541:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/spell.c:1544:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:1554:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:1572:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:1574:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:1577:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:1579:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/spell.c:1586:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/spell.c:1601:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:1613:  for should always use braces  [readability/braces] [5]
src/nvim/spell.c:1621:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:1622:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:1623:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:1627:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/spell.c:1630:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:1656:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:1659:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:1660:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:1661:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:1669:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:1676:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:1678:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:1680:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:1682:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:1684:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/spell.c:1686:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:1696:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/spell.c:1702:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/spell.c:1705:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:1709:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:1720:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/spell.c:1736:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:1751:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:1756:  for should always use braces  [readability/braces] [5]
src/nvim/spell.c:1756:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/spell.c:1760:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/spell.c:1762:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:1768:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:1777:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/spell.c:1781:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:1782:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:1810:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/spell.c:1813:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/spell.c:1815:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:1818:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:1824:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:1825:  while should always use braces  [readability/braces] [5]
src/nvim/spell.c:1826:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:1828:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:1830:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/spell.c:1832:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:1837:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:1850:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/spell.c:1864:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/spell.c:1868:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:1873:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:1883:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/spell.c:1913:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:1932:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:1947:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:1948:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:1954:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:1961:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:1962:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/spell.c:1967:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:1972:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:1981:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:1983:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:1985:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:1985:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/spell.c:1992:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:1997:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:1998:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:2016:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:2020:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:2021:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:2058:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/spell.c:2085:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:2101:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/spell.c:2112:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:2116:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:2118:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:2121:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:2126:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/spell.c:2132:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:2134:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/spell.c:2141:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:2167:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:2167:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/spell.c:2168:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:2170:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/spell.c:2182:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:2193:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/spell.c:2211:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:2218:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:2221:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:2222:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:2223:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:2225:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:2225:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/spell.c:2230:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:2235:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:2236:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:2237:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:2239:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:2239:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/spell.c:2244:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:2250:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:2255:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:2257:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:2261:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:2264:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:2285:  while should always use braces  [readability/braces] [5]
src/nvim/spell.c:2316:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/spell.c:2328:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:2330:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:2330:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:2330:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/spell.c:2348:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/spell.c:2349:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/spell.c:2362:  Redundant blank line at the start of a code block should be deleted.  [whitespace/blank_line] [2]
src/nvim/spell.c:2363:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:2373:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:2382:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:2449:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/spell.c:2515:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:2517:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:2536:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/spell.c:2557:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:2559:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:2580:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/spell.c:2588:  for should always use braces  [readability/braces] [5]
src/nvim/spell.c:2588:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/spell.c:2608:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:2612:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:2619:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:2633:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:2659:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:2691:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:2693:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:2704:  while should always use braces  [readability/braces] [5]
src/nvim/spell.c:2705:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:2719:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:2725:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:2730:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:2735:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:2736:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:2748:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:2751:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:2756:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:2776:  for should always use braces  [readability/braces] [5]
src/nvim/spell.c:2776:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/spell.c:2783:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:2787:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:2798:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:2800:  for should always use braces  [readability/braces] [5]
src/nvim/spell.c:2800:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/spell.c:2817:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:2828:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:2835:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:2852:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:2858:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/spell.c:2861:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:2869:  while should always use braces  [readability/braces] [5]
src/nvim/spell.c:2886:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:2892:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/spell.c:2896:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:2898:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:2903:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:2910:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/spell.c:2913:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/spell.c:2915:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:2936:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:2938:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:2940:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:2944:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:2952:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/spell.c:2955:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:2961:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/spell.c:2963:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:2973:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/spell.c:2975:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:2980:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:2982:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/spell.c:2987:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:2990:  for should always use braces  [readability/braces] [5]
src/nvim/spell.c:2990:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/spell.c:3005:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:3007:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:3009:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:3011:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:3033:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:3053:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/spell.c:3055:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:3058:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:3060:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:3074:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/spell.c:3087:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:3089:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:3089:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/spell.c:3103:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:3110:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/spell.c:3125:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:3127:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:3129:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:3131:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:3133:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:3135:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:3154:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:3165:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:3167:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:3169:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:3193:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:3196:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:3198:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:3202:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:3204:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:3208:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:3210:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:3215:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:3217:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:3217:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/spell.c:3218:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:3220:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:3232:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:3237:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:3245:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:3288:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:3290:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:3292:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:3292:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/spell.c:3297:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:3308:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/spell.c:3317:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:3319:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:3321:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:3331:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:3336:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:3348:  for should always use braces  [readability/braces] [5]
src/nvim/spell.c:3348:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/spell.c:3349:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:3366:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:3370:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:3372:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:3374:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:3396:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:3409:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/spell.c:3411:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:3416:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:3422:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:3424:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:3425:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:3461:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:3462:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:3464:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:3468:  for should always use braces  [readability/braces] [5]
src/nvim/spell.c:3468:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/spell.c:3485:  while should always use braces  [readability/braces] [5]
src/nvim/spell.c:3486:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:3490:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/spell.c:3496:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:3499:  for should always use braces  [readability/braces] [5]
src/nvim/spell.c:3499:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/spell.c:3516:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/spell.c:3520:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/spell.c:3521:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:3526:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:3536:  while should always use braces  [readability/braces] [5]
src/nvim/spell.c:3539:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:3541:  for should always use braces  [readability/braces] [5]
src/nvim/spell.c:3541:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/spell.c:3547:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:3548:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:3551:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:3566:  for should always use braces  [readability/braces] [5]
src/nvim/spell.c:3578:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/spell.c:3593:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:3606:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:3621:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/spell.c:3640:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:3643:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:3648:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/spell.c:3650:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:3663:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:3665:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:3671:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:3680:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:3682:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:3684:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:3690:  At least two spaces is best between code and comments  [whitespace/comments] [2]
src/nvim/spell.c:3693:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:3705:  for should always use braces  [readability/braces] [5]
src/nvim/spell.c:3705:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/spell.c:3707:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:3709:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:3709:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/spell.c:3712:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:3713:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:3750:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:3788:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/spell.c:3792:  for should always use braces  [readability/braces] [5]
src/nvim/spell.c:3793:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:3793:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/spell.c:3800:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/spell.c:3804:  for should always use braces  [readability/braces] [5]
src/nvim/spell.c:3805:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:3812:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:3819:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:3821:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:3821:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/spell.c:3834:  for should always use braces  [readability/braces] [5]
src/nvim/spell.c:3835:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/spell.c:3835:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/spell.c:3843:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:3846:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/spell.c:3851:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/spell.c:3861:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:3872:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/spell.c:3875:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:3884:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/spell.c:3886:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:3886:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/spell.c:3889:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:3894:  for should always use braces  [readability/braces] [5]
src/nvim/spell.c:3895:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:3895:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/spell.c:3901:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:3903:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:3903:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/spell.c:3906:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:3913:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:3921:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:3923:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:3947:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/spell.c:3951:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:3954:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:3956:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/spell.c:3960:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:3960:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:3967:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:3970:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:3972:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/spell.c:3976:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:3976:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:4004:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:4007:  for should always use braces  [readability/braces] [5]
src/nvim/spell.c:4014:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:4016:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:4019:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:4019:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/spell.c:4028:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/spell.c:4040:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:4042:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:4054:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/spell.c:4066:  for should always use braces  [readability/braces] [5]
src/nvim/spell.c:4067:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:4069:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:4071:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:4077:  for should always use braces  [readability/braces] [5]
src/nvim/spell.c:4082:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:4085:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/spell.c:4091:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:4093:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:4116:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:4117:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:4119:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/spell.c:4120:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:4127:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:4129:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:4132:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:4141:  Missing space after {  [whitespace/braces] [5]
src/nvim/spell.c:4141:  Missing space before }  [whitespace/braces] [5]
src/nvim/spell.c:4201:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/spell.c:4210:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/spell.c:4212:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:4222:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:4255:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:4266:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/spell.c:4282:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/spell.c:4285:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:4287:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:4290:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/spell.c:4295:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:4297:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:4307:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:4332:  At least two spaces is best between code and comments  [whitespace/comments] [2]
src/nvim/spell.c:4408:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:4411:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:4433:  while should always use braces  [readability/braces] [5]
src/nvim/spell.c:4434:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:4435:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:4437:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:4441:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:4442:  while should always use braces  [readability/braces] [5]
src/nvim/spell.c:4443:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:4444:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:4445:  while should always use braces  [readability/braces] [5]
src/nvim/spell.c:4446:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:4447:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:4457:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:4459:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:4459:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:4465:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:4467:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:4469:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:4471:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:4474:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:4489:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:4490:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:4491:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:4508:  Missing username in TODO; it should look like "// TODO(my_username): Stuff."  [readability/todo] [2]
src/nvim/spell.c:4509:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/spell.c:4513:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:4515:  Missing username in TODO; it should look like "// TODO(my_username): Stuff."  [readability/todo] [2]
src/nvim/spell.c:4516:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/spell.c:4520:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:4525:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:4529:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:4533:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:4537:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:4542:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:4546:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:4550:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:4551:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:4552:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/spell.c:4557:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:4558:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:4559:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/spell.c:4572:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:4581:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:4594:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:4600:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:4606:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:4618:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:4626:  for should always use braces  [readability/braces] [5]
src/nvim/spell.c:4627:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:4629:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:4629:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:4660:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:4662:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:4673:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:4674:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/spell.c:4676:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:4682:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:4683:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:4686:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:4687:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:4689:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:4700:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:4710:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:4712:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/spell.c:4718:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:4723:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:4725:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:4738:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/spell.c:4756:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:4762:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:4764:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:4765:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:4768:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:4792:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:4793:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/spell.c:4794:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:4795:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/spell.c:4797:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:4798:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:4817:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/spell.c:4817:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/spell.c:4843:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/spell.c:4847:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:4846:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/spell.c:4865:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:4867:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:4879:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:4881:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:4887:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:4889:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:4891:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:4893:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:4896:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:4902:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:4915:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/spell.c:4915:  Line contains only semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/spell.c:4916:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:4925:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:4930:  for should always use braces  [readability/braces] [5]
src/nvim/spell.c:4931:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:4933:  for should always use braces  [readability/braces] [5]
src/nvim/spell.c:4934:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:4937:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:4938:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:4945:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:4954:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:4969:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/spell.c:4973:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:4975:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:4977:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:4979:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:4982:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:4983:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:4994:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/spell.c:4996:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:5001:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/spell.c:5022:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:5024:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:5045:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:5056:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:5061:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:5063:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:5065:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:5075:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:5078:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:5080:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:5080:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/spell.c:5096:  Small and focused functions are preferred: spell_read_aff() has 617 non-comment lines (error triggered by exceeding 500 lines).  [readability/fn_size] [1]
src/nvim/spell.c:5100:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/spell.c:5123:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:5125:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:5128:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:5129:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:5131:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:5149:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/spell.c:5156:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:5159:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:5179:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:5187:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:5199:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/spell.c:5215:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:5226:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:5229:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:5229:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/spell.c:5238:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:5240:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:5240:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/spell.c:5242:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:5257:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:5258:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:5291:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:5294:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:5304:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:5306:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:5307:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:5317:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:5325:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:5334:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:5341:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/spell.c:5372:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/spell.c:5374:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:5376:  for should always use braces  [readability/braces] [5]
src/nvim/spell.c:5380:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:5425:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:5433:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:5441:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:5442:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:5448:  while should always use braces  [readability/braces] [5]
src/nvim/spell.c:5449:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:5450:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:5472:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:5474:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:5483:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:5492:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:5493:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:5497:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/spell.c:5513:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:5516:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:5519:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:5520:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/spell.c:5531:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:5532:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/spell.c:5535:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:5539:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:5546:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:5547:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:5553:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:5554:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:5555:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:5559:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:5560:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:5561:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:5568:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:5570:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:5585:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:5586:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/spell.c:5588:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:5589:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/spell.c:5591:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:5592:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/spell.c:5594:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:5595:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/spell.c:5597:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:5598:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/spell.c:5600:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:5601:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/spell.c:5610:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/spell.c:5628:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:5632:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:5633:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:5643:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/spell.c:5657:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:5660:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:5661:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:5675:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/spell.c:5707:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/spell.c:5709:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:5716:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:5716:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:5740:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:5740:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:5740:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:5740:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:5744:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:5746:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:5753:  for should always use braces  [readability/braces] [5]
src/nvim/spell.c:5753:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/spell.c:5755:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/spell.c:5766:  for should always use braces  [readability/braces] [5]
src/nvim/spell.c:5766:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/spell.c:5770:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:5783:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:5784:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/spell.c:5785:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/spell.c:5792:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/spell.c:5793:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/spell.c:5795:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:5801:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:5804:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:5805:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:5811:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/spell.c:5812:  for should always use braces  [readability/braces] [5]
src/nvim/spell.c:5812:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/spell.c:5813:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:5815:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:5819:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:5822:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:5823:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:5829:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/spell.c:5830:  for should always use braces  [readability/braces] [5]
src/nvim/spell.c:5831:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/spell.c:5832:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:5858:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:5866:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:5868:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:5873:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:5874:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:5875:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:5880:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:5881:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:5882:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:5883:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:5885:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:5892:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:5893:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:5894:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:5895:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:5896:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:5899:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:5900:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:5901:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:5902:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:5899:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:5900:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:5901:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:5902:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:5899:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:5900:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:5901:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:5902:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:5943:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:5946:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:5951:  while should always use braces  [readability/braces] [5]
src/nvim/spell.c:5952:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:5953:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:5973:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:5975:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:5978:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:5981:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:5981:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/spell.c:5987:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:5989:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:5989:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:5999:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:6002:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:6002:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/spell.c:6004:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:6007:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:6007:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/spell.c:6031:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:6033:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:6035:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:6037:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:6038:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:6054:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:6060:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:6077:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:6099:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/spell.c:6100:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:6112:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:6128:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:6161:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/spell.c:6177:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/spell.c:6178:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:6180:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:6181:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:6184:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:6187:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/spell.c:6188:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:6190:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:6191:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:6194:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:6203:  Lines should very rarely be longer than 100 characters  [whitespace/line_length] [4]
src/nvim/spell.c:6212:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/spell.c:6217:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:6222:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:6225:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:6226:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:6236:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:6241:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:6273:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:6281:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:6283:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:6283:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/spell.c:6287:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:6308:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:6311:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:6329:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:6343:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/spell.c:6353:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:6369:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:6373:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:6375:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:6376:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:6379:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:6381:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:6382:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:6385:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:6388:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:6404:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:6406:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:6406:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/spell.c:6410:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:6413:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:6430:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:6433:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:6435:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:6446:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:6464:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:6467:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:6469:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:6471:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:6474:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:6475:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:6488:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/spell.c:6510:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:6522:  for should always use braces  [readability/braces] [5]
src/nvim/spell.c:6527:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:6540:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/spell.c:6554:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:6557:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:6586:  for should always use braces  [readability/braces] [5]
src/nvim/spell.c:6588:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:6625:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:6652:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/spell.c:6673:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/spell.c:6674:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:6676:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:6682:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/spell.c:6684:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:6686:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:6724:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/spell.c:6726:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:6728:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:6730:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:6733:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/spell.c:6737:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:6741:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:6743:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:6754:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/spell.c:6759:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:6760:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:6765:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:6767:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:6769:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:6775:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/spell.c:6779:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/spell.c:6784:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:6788:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
src/nvim/spell.c:6816:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/spell.c:6822:  for should always use braces  [readability/braces] [5]
src/nvim/spell.c:6822:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/spell.c:6826:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:6828:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:6830:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:6889:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/spell.c:6900:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/spell.c:6937:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/spell.c:6939:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:6941:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:6943:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:6964:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:6967:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:6970:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:6972:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:6985:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:6990:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:7007:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/spell.c:7016:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:7024:  for should always use braces  [readability/braces] [5]
src/nvim/spell.c:7025:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:7028:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:7041:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:7043:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:7043:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/spell.c:7052:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:7054:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:7068:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:7070:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:7083:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/spell.c:7087:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:7100:  for should always use braces  [readability/braces] [5]
src/nvim/spell.c:7101:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:7103:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:7145:  for should always use braces  [readability/braces] [5]
src/nvim/spell.c:7146:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:7146:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/spell.c:7151:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:7167:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:7174:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:7195:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:7218:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:7238:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:7241:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:7244:  Redundant blank line at the start of a code block should be deleted.  [whitespace/blank_line] [2]
src/nvim/spell.c:7247:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:7257:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:7258:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:7259:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:7262:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:7263:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:7272:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:7273:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:7309:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:7320:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/spell.c:7347:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:7353:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:7354:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:7354:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/spell.c:7356:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:7360:  while should always use braces  [readability/braces] [5]
src/nvim/spell.c:7369:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:7399:  Mismatching spaces inside () in if  [whitespace/parens] [5]
src/nvim/spell.c:7405:  Mismatching spaces inside () in if  [whitespace/parens] [5]
src/nvim/spell.c:7456:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:7460:  At least two spaces is best between code and comments  [whitespace/comments] [2]
src/nvim/spell.c:7494:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/spell.c:7496:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/spell.c:7507:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:7511:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:7540:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/spell.c:7552:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/spell.c:7603:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:7607:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/spell.c:7610:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:7613:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:7617:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:7621:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:7623:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:7625:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:7627:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:7627:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/spell.c:7643:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/spell.c:7675:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:7681:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/spell.c:7690:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:7692:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:7692:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/spell.c:7695:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:7696:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:7702:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:7710:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:7724:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:7731:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:7735:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:7749:  for should always use braces  [readability/braces] [5]
src/nvim/spell.c:7749:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/spell.c:7750:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:7758:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:7760:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
src/nvim/spell.c:7773:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:7777:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:7788:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:7789:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:7794:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/spell.c:7816:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:7833:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/spell.c:7835:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:7846:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:7872:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:7877:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/spell.c:7885:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:7899:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/spell.c:7911:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:7913:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:7913:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/spell.c:7914:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:7916:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:7920:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/spell.c:7930:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:7954:  for should always use braces  [readability/braces] [5]
src/nvim/spell.c:7955:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/spell.c:7965:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:7969:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:7970:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:7976:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:7978:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:7979:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:7979:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/spell.c:7989:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:7995:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:7996:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:7997:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:8017:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/spell.c:8024:  for should always use braces  [readability/braces] [5]
src/nvim/spell.c:8024:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/spell.c:8026:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/spell.c:8031:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/spell.c:8050:  for should always use braces  [readability/braces] [5]
src/nvim/spell.c:8050:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/spell.c:8051:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:8054:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/spell.c:8068:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/spell.c:8101:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:8103:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:8105:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:8142:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/spell.c:8157:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/spell.c:8166:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:8180:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/spell.c:8215:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:8219:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:8226:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:8242:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:8255:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:8267:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:8271:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:8275:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:8277:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:8279:  Missing space before asterisk in unsigned)*  [whitespace/operators] [2]
src/nvim/spell.c:8291:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:8296:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/spell.c:8307:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/spell.c:8345:  for should always use braces  [readability/braces] [5]
src/nvim/spell.c:8345:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/spell.c:8380:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:8382:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/spell.c:8384:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:8386:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:8388:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:8397:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:8401:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:8427:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:8438:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:8440:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:8442:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:8444:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/spell.c:8454:  while should always use braces  [readability/braces] [5]
src/nvim/spell.c:8457:  while should always use braces  [readability/braces] [5]
src/nvim/spell.c:8477:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:8479:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:8482:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:8484:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:8486:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:8487:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:8498:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:8506:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:8511:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:8517:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/spell.c:8518:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/spell.c:8524:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:8526:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:8527:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:8529:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:8539:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:8545:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:8547:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:8548:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:8549:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:8551:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:8552:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:8561:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/spell.c:8565:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:8580:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:8581:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:8595:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/spell.c:8602:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:8607:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/spell.c:8625:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:8633:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:8635:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:8635:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/spell.c:8637:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:8639:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:8639:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/spell.c:8646:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/spell.c:8652:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/spell.c:8656:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:8691:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/spell.c:8698:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:8706:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:8711:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/spell.c:8715:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:8718:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:8727:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:8729:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:8736:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/spell.c:8753:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/spell.c:8774:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/spell.c:8797:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:8802:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:8804:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:8804:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/spell.c:8812:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:8816:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:8819:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:8820:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:8827:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/spell.c:8837:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:8839:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:8848:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:8852:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:8870:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/spell.c:8873:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:8873:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/spell.c:8876:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:8883:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:8903:  for should always use braces  [readability/braces] [5]
src/nvim/spell.c:8907:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:8909:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:8940:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:8945:  for should always use braces  [readability/braces] [5]
src/nvim/spell.c:8945:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/spell.c:8946:  Line contains only semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/spell.c:8957:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:8985:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:8990:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:9028:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/spell.c:9032:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:9058:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/spell.c:9068:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:9072:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:9076:  for should always use braces  [readability/braces] [5]
src/nvim/spell.c:9076:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/spell.c:9080:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:9086:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:9090:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:9099:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:9106:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:9109:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:9123:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:9129:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/spell.c:9137:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:9140:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:9141:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:9141:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/spell.c:9152:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:9178:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:9181:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:9186:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:9191:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:9196:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:9197:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:9201:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:9226:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/spell.c:9237:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:9239:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:9241:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:9243:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:9245:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:9247:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:9247:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/spell.c:9264:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:9266:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:9273:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:9276:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/spell.c:9280:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:9284:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:9315:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:9384:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/spell.c:9389:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:9437:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/spell.c:9528:  for should always use braces  [readability/braces] [5]
src/nvim/spell.c:9528:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/spell.c:9529:  Line contains only semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/spell.c:9543:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:9545:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:9549:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:9551:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/spell.c:9554:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:9565:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:9581:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:9586:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:9603:  for should always use braces  [readability/braces] [5]
src/nvim/spell.c:9603:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/spell.c:9604:  Line contains only semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/spell.c:9607:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:9608:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:9612:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:9625:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:9628:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:9642:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:9643:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:9642:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:9643:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:9646:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:9647:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:9649:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:9651:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:9652:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:9653:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:9661:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:9667:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:9676:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:9677:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:9680:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:9681:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:9686:  while should always use braces  [readability/braces] [5]
src/nvim/spell.c:9688:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:9689:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:9704:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:9706:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:9709:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:9710:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:9710:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/spell.c:9715:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:9723:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:9726:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:9739:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:9748:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:9751:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:9754:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:9755:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:9759:  Missing username in TODO; it should look like "// TODO(my_username): Stuff."  [readability/todo] [2]
src/nvim/spell.c:9771:  for should always use braces  [readability/braces] [5]
src/nvim/spell.c:9771:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/spell.c:9787:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:9793:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:9794:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:9795:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:9800:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:9801:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:9809:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:9810:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:9813:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:9814:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:9815:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:9834:  Missing username in TODO; it should look like "// TODO(my_username): Stuff."  [readability/todo] [2]
src/nvim/spell.c:9865:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:9865:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:9883:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:9895:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:9899:  while should always use braces  [readability/braces] [5]
src/nvim/spell.c:9901:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:9903:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:9903:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:9906:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:9908:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:9913:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:9919:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:9921:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:9920:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/spell.c:9922:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:9924:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:9923:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/spell.c:9931:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:9935:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:9947:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:9948:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:9954:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:9956:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:9961:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:9964:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/spell.c:9972:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:9973:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:9974:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:9980:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:9982:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:9985:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:10053:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:10057:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:10066:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:10068:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:10069:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:10067:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/spell.c:10070:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:10072:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:10073:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:10071:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/spell.c:10075:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:10077:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:10080:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:10093:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/spell.c:10096:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:10104:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/spell.c:10109:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:10112:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:10113:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:10116:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:10112:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:10113:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:10112:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:10113:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:10116:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:10116:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:10122:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:10125:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:10126:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:10127:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:10128:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:10129:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:10125:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:10126:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:10127:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:10128:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:10129:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:10126:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:10127:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:10129:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:10147:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:10160:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:10164:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:10164:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:10183:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:10187:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:10194:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:10195:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:10193:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/spell.c:10197:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:10211:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:10213:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:10216:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:10217:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:10248:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:10271:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:10275:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:10282:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:10283:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:10281:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/spell.c:10285:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:10299:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/spell.c:10306:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:10337:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:10339:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:10341:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:10344:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:10346:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:10348:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:10370:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:10371:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:10369:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/spell.c:10375:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:10386:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/spell.c:10416:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:10418:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:10423:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:10425:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:10444:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:10445:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:10443:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/spell.c:10449:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:10484:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:10502:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:10503:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:10501:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/spell.c:10507:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:10554:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:10555:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:10553:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/spell.c:10559:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:10616:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:10618:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:10637:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:10639:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:10653:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:10654:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:10652:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/spell.c:10661:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:10675:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:10684:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:10686:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:10703:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:10718:  Small and focused functions are preferred: suggest_trie_walk() has 942 non-comment lines (error triggered by exceeding 500 lines).  [readability/fn_size] [1]
src/nvim/spell.c:10738:  for should always use braces  [readability/braces] [5]
src/nvim/spell.c:10739:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:10740:  for should always use braces  [readability/braces] [5]
src/nvim/spell.c:10741:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:10799:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:10803:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:10810:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/spell.c:10820:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/spell.c:10828:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:10830:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:10832:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:10832:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/spell.c:10839:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:10851:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:10855:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:10861:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:10886:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/spell.c:10892:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/spell.c:10906:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:10928:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/spell.c:10935:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/spell.c:10938:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:10940:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:10951:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:10956:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/spell.c:10959:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:10960:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:10962:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:10978:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/spell.c:10981:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/spell.c:10987:  for should always use braces  [readability/braces] [5]
src/nvim/spell.c:10987:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/spell.c:10988:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:10990:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:10992:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:11003:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/spell.c:11015:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/spell.c:11032:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:11034:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:11034:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/spell.c:11042:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:11044:  for should always use braces  [readability/braces] [5]
src/nvim/spell.c:11056:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:11058:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/spell.c:11079:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/spell.c:11082:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:11098:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/spell.c:11106:  Missing username in TODO; it should look like "// TODO(my_username): Stuff."  [readability/todo] [2]
src/nvim/spell.c:11129:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/spell.c:11135:  for should always use braces  [readability/braces] [5]
src/nvim/spell.c:11135:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/spell.c:11138:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:11151:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/spell.c:11190:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:11203:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/spell.c:11216:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/spell.c:11218:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:11221:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:11222:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:11225:  for should always use braces  [readability/braces] [5]
src/nvim/spell.c:11225:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/spell.c:11233:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/spell.c:11235:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:11247:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/spell.c:11253:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:11266:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/spell.c:11273:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:11275:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:11278:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:11281:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:11291:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:11304:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:11306:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:11308:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:11317:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:11319:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:11349:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:11354:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:11355:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:11357:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:11359:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:11363:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:11367:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:11372:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:11373:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:11376:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:11381:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:11385:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:11386:  while should always use braces  [readability/braces] [5]
src/nvim/spell.c:11387:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:11396:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:11399:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:11402:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:11422:  for should always use braces  [readability/braces] [5]
src/nvim/spell.c:11422:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/spell.c:11431:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:11433:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:11433:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/spell.c:11434:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:11454:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:11456:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:11456:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/spell.c:11462:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/spell.c:11479:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:11481:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:11483:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/spell.c:11485:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:11492:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:11494:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:11496:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/spell.c:11505:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/spell.c:11532:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:11537:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:11539:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/spell.c:11543:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:11548:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:11550:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:11550:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/spell.c:11560:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:11574:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:11576:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:11576:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/spell.c:11609:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:11611:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:11612:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:11614:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:11622:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/spell.c:11633:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/spell.c:11638:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:11644:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:11645:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:11647:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:11673:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/spell.c:11689:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:11691:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:11691:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/spell.c:11697:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:11715:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:11726:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/spell.c:11739:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/spell.c:11757:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/spell.c:11782:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/spell.c:11792:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:11795:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:11795:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/spell.c:11797:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:11799:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:11799:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/spell.c:11804:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:11806:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:11827:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:11829:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:11831:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:11831:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/spell.c:11833:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:11835:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:11851:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:11858:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/spell.c:11859:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:11861:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:11863:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:11898:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:11900:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:11904:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/spell.c:11919:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/spell.c:11924:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:11927:  for should always use braces  [readability/braces] [5]
src/nvim/spell.c:11927:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/spell.c:11928:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:11930:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:11937:  while should always use braces  [readability/braces] [5]
src/nvim/spell.c:11938:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:11939:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:11941:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:11952:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:11959:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:11979:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/spell.c:11983:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:11987:  for should always use braces  [readability/braces] [5]
src/nvim/spell.c:11987:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/spell.c:11988:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:11990:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:11999:  while should always use braces  [readability/braces] [5]
src/nvim/spell.c:12000:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:12001:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:12003:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:12013:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:12024:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:12024:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:12024:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:12025:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:12029:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:12037:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:12043:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:12049:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:12060:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:12070:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:12077:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:12093:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:12143:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:12149:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:12171:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/spell.c:12174:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:12178:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:12181:  for should always use braces  [readability/braces] [5]
src/nvim/spell.c:12181:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/spell.c:12182:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:12184:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:12191:  while should always use braces  [readability/braces] [5]
src/nvim/spell.c:12192:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:12193:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:12195:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:12206:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:12213:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:12235:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/spell.c:12237:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:12241:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:12245:  for should always use braces  [readability/braces] [5]
src/nvim/spell.c:12245:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/spell.c:12246:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:12248:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:12257:  while should always use braces  [readability/braces] [5]
src/nvim/spell.c:12258:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:12259:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:12261:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:12271:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:12282:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:12282:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:12282:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:12283:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:12287:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:12295:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:12306:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:12313:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:12319:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:12321:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:12329:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:12332:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:12337:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:12339:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:12342:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:12345:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:12359:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:12373:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/spell.c:12375:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:12386:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/spell.c:12403:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:12407:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:12418:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:12419:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:12420:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:12421:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:12431:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:12444:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:12445:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:12452:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:12454:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:12455:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:12458:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:12472:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:12474:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:12475:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:12479:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:12484:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:12492:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:12493:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:12496:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:12504:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:12505:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:12508:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:12518:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:12526:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:12528:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:12529:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:12532:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:12537:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:12545:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:12547:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:12548:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:12552:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:12557:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:12564:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:12565:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:12567:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:12574:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:12575:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:12577:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:12610:  for should always use braces  [readability/braces] [5]
src/nvim/spell.c:12613:  for should always use braces  [readability/braces] [5]
src/nvim/spell.c:12626:  for should always use braces  [readability/braces] [5]
src/nvim/spell.c:12626:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/spell.c:12629:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/spell.c:12631:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/spell.c:12639:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:12641:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:12641:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/spell.c:12643:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:12645:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:12645:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/spell.c:12647:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:12651:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:12665:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:12670:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:12673:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:12690:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/spell.c:12704:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:12725:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:12728:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:12732:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:12733:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:12738:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:12742:  At least two spaces is best between code and comments  [whitespace/comments] [2]
src/nvim/spell.c:12744:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:12753:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/spell.c:12767:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:12768:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:12775:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:12796:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:12798:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:12798:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/spell.c:12800:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:12804:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:12810:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:12811:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:12817:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:12821:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:12830:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:12837:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/spell.c:12855:  for should always use braces  [readability/braces] [5]
src/nvim/spell.c:12859:  for should always use braces  [readability/braces] [5]
src/nvim/spell.c:12882:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:12885:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:12889:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:12890:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:12895:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:12899:  At least two spaces is best between code and comments  [whitespace/comments] [2]
src/nvim/spell.c:12901:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:12910:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/spell.c:12924:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:12925:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:12932:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:12953:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:12955:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:12955:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/spell.c:12957:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:12961:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:12967:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:12968:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:12974:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:12978:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:12987:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:12998:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:13002:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/spell.c:13028:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:13030:  Missing space before asterisk in char_u*  [whitespace/operators] [2]
src/nvim/spell.c:13036:  Missing space before asterisk in char_u*  [whitespace/operators] [2]
src/nvim/spell.c:13037:  Missing space before asterisk in char_u*  [whitespace/operators] [2]
src/nvim/spell.c:13040:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:13046:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:13047:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/spell.c:13057:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/spell.c:13086:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:13088:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:13088:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/spell.c:13090:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:13092:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:13101:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/spell.c:13105:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:13107:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:13117:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/spell.c:13119:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/spell.c:13123:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/spell.c:13126:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:13131:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/spell.c:13136:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:13138:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:13143:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/spell.c:13153:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:13163:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:13169:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:13184:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:13192:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:13193:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:13194:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:13198:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:13200:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:13215:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:13217:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:13227:  Lines should very rarely be longer than 100 characters  [whitespace/line_length] [4]
src/nvim/spell.c:13237:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:13239:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:13248:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:13260:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:13262:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:13264:  An else should always have braces before it  [readability/braces] [5]
src/nvim/spell.c:13266:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:13267:  for should always use braces  [readability/braces] [5]
src/nvim/spell.c:13267:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/spell.c:13268:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:13269:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/spell.c:13280:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:13285:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/spell.c:13286:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/spell.c:13290:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:13290:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:13300:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/spell.c:13345:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:13350:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:13354:  for should always use braces  [readability/braces] [5]
src/nvim/spell.c:13354:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/spell.c:13355:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:13363:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:13364:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:13365:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:13366:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:13374:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:13378:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:13379:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/spell.c:13380:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:13381:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/spell.c:13403:  while should always use braces  [readability/braces] [5]
src/nvim/spell.c:13419:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:13426:  if should always use braces  [readability/braces] [5]
src/nvim/spell.c:13434:  if should always use braces  [readability/braces] [5]
src/nvim/strings.c:20:  "nvim/func_attr.h" already included at src/nvim/strings.c:18  [build/include] [4]
src/nvim/strings.c:45:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/strings.c:54:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/strings.c:66:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/strings.c:76:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/strings.c:85:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/strings.c:97:  if should always use braces  [readability/braces] [5]
src/nvim/strings.c:98:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/strings.c:98:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/strings.c:99:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/strings.c:99:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/strings.c:109:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/strings.c:112:  if should always use braces  [readability/braces] [5]
src/nvim/strings.c:169:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/strings.c:188:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/strings.c:194:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/strings.c:197:  if should always use braces  [readability/braces] [5]
src/nvim/strings.c:198:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/strings.c:201:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/strings.c:201:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/strings.c:202:  if should always use braces  [readability/braces] [5]
src/nvim/strings.c:203:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/strings.c:203:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/strings.c:206:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/strings.c:206:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/strings.c:211:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/strings.c:215:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/strings.c:224:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/strings.c:230:  if should always use braces  [readability/braces] [5]
src/nvim/strings.c:236:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/strings.c:237:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/strings.c:237:  while should always use braces  [readability/braces] [5]
src/nvim/strings.c:245:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/strings.c:252:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/strings.c:266:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/strings.c:278:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/strings.c:290:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/strings.c:307:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/strings.c:323:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/strings.c:324:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/strings.c:325:  An else should always have braces before it  [readability/braces] [5]
src/nvim/strings.c:325:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/strings.c:326:  Should leave no spaces after a cast: u'(char_u) TOUPPER_LOC'  [whitespace/cast] [2]
src/nvim/strings.c:334:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/strings.c:343:  while should always use braces  [readability/braces] [5]
src/nvim/strings.c:347:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/strings.c:361:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/strings.c:366:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/strings.c:378:  if should always use braces  [readability/braces] [5]
src/nvim/strings.c:379:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/strings.c:380:  if should always use braces  [readability/braces] [5]
src/nvim/strings.c:381:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/strings.c:382:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/strings.c:383:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/strings.c:385:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/strings.c:390:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/strings.c:402:  if should always use braces  [readability/braces] [5]
src/nvim/strings.c:403:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/strings.c:404:  if should always use braces  [readability/braces] [5]
src/nvim/strings.c:405:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/strings.c:406:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/strings.c:407:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/strings.c:408:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/strings.c:410:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/strings.c:414:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/strings.c:431:  Should leave no spaces after a cast: u'(char_u *) p'  [whitespace/cast] [2]
src/nvim/strings.c:442:  if should always use braces  [readability/braces] [5]
src/nvim/strings.c:443:  Should leave no spaces after a cast: u'(char_u *) p'  [whitespace/cast] [2]
src/nvim/strings.c:450:  if should always use braces  [readability/braces] [5]
src/nvim/strings.c:451:  Should leave no spaces after a cast: u'(char_u *) p'  [whitespace/cast] [2]
src/nvim/strings.c:457:  if should always use braces  [readability/braces] [5]
src/nvim/strings.c:458:  Should leave no spaces after a cast: u'(char_u *) p'  [whitespace/cast] [2]
src/nvim/strings.c:459:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/strings.c:464:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/strings.c:475:  if should always use braces  [readability/braces] [5]
src/nvim/strings.c:476:  Should leave no spaces after a cast: u'(char_u *) p'  [whitespace/cast] [2]
src/nvim/strings.c:477:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/strings.c:482:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/strings.c:494:  if should always use braces  [readability/braces] [5]
src/nvim/strings.c:498:  Should leave no spaces after a cast: u'(char_u *) retval'  [whitespace/cast] [2]
src/nvim/strings.c:501:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/strings.c:519:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/strings.c:528:  if should always use braces  [readability/braces] [5]
src/nvim/strings.c:529:  for should always use braces  [readability/braces] [5]
src/nvim/strings.c:529:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/strings.c:530:  if should always use braces  [readability/braces] [5]
src/nvim/strings.c:542:  Should leave no spaces after a cast: u'(uint8_t) s'  [whitespace/cast] [2]
src/nvim/strings.c:550:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:1:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:79:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:81:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:82:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:83:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:83:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/syntax.c:84:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:85:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:85:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/syntax.c:86:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:87:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:87:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/syntax.c:88:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:91:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:92:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:93:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:94:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:96:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:101:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:102:  Weird number of spaces at line-start.  Are you using a 2-space indent?  [whitespace/indent] [3]
src/nvim/syntax.c:102:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:104:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:105:  Weird number of spaces at line-start.  Are you using a 2-space indent?  [whitespace/indent] [3]
src/nvim/syntax.c:105:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:107:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:119:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:120:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:121:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:122:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:123:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:124:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:124:  Use int16_t/int64_t/etc, rather than the C type short  [runtime/int] [4]
src/nvim/syntax.c:125:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:126:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:128:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:129:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:129:  Use int16_t/int64_t/etc, rather than the C type short  [runtime/int] [4]
src/nvim/syntax.c:130:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:131:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:131:  Use int16_t/int64_t/etc, rather than the C type short  [runtime/int] [4]
src/nvim/syntax.c:132:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:132:  Use int16_t/int64_t/etc, rather than the C type short  [runtime/int] [4]
src/nvim/syntax.c:133:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:134:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:135:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:140:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:141:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:142:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:142:  Use int16_t/int64_t/etc, rather than the C type short  [runtime/int] [4]
src/nvim/syntax.c:145:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:151:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/syntax.c:151:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:153:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:154:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:155:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:156:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:157:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:158:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:159:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:160:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:161:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:162:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:163:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:164:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/syntax.c:164:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:165:  Missing space before asterisk in HL_SKIP*  [whitespace/operators] [2]
src/nvim/syntax.c:166:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:167:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:168:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:168:  Use int16_t/int64_t/etc, rather than the C type short  [runtime/int] [4]
src/nvim/syntax.c:169:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:169:  Use int16_t/int64_t/etc, rather than the C type short  [runtime/int] [4]
src/nvim/syntax.c:170:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/syntax.c:170:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:174:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:179:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:180:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:181:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/syntax.c:181:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:183:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:184:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:184:  Use int16_t/int64_t/etc, rather than the C type short  [runtime/int] [4]
src/nvim/syntax.c:185:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:185:  Use int16_t/int64_t/etc, rather than the C type short  [runtime/int] [4]
src/nvim/syntax.c:186:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:186:  Use int16_t/int64_t/etc, rather than the C type short  [runtime/int] [4]
src/nvim/syntax.c:208:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:215:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:215:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:217:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:223:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:224:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:225:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:226:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:231:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:233:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:236:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:237:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:241:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:243:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:246:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:247:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:248:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:253:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:256:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:257:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:258:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:262:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:270:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:271:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:272:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:273:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:275:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:278:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:285:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:293:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:302:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/syntax.c:305:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:314:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:315:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/syntax.c:315:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:315:  Use int16_t/int64_t/etc, rather than the C type short  [runtime/int] [4]
src/nvim/syntax.c:318:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:320:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:327:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:328:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:329:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:330:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:331:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:332:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:333:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:334:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:335:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:338:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:345:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:349:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:350:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:351:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:352:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:353:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:354:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/syntax.c:354:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:354:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/syntax.c:356:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:357:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:359:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:359:  Use int16_t/int64_t/etc, rather than the C type short  [runtime/int] [4]
src/nvim/syntax.c:360:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:361:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:365:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/syntax.c:370:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:386:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:390:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:403:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:407:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:408:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:411:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:417:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/syntax.c:419:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/syntax.c:423:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:428:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:430:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/syntax.c:433:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:438:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:440:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:444:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:448:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:452:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:458:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:459:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:461:  An else should always have braces before it  [readability/braces] [5]
src/nvim/syntax.c:462:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:465:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/syntax.c:468:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:472:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:474:  An else should always have braces before it  [readability/braces] [5]
src/nvim/syntax.c:478:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/syntax.c:479:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/syntax.c:481:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:484:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:487:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:489:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:491:  An else should always have braces before it  [readability/braces] [5]
src/nvim/syntax.c:493:  while should always use braces  [readability/braces] [5]
src/nvim/syntax.c:501:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:502:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:504:  An else should always have braces before it  [readability/braces] [5]
src/nvim/syntax.c:505:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:512:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:515:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/syntax.c:521:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:533:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:549:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:558:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:587:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:592:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:600:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:602:  An else should always have braces before it  [readability/braces] [5]
src/nvim/syntax.c:602:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/syntax.c:603:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:605:  An else should always have braces before it  [readability/braces] [5]
src/nvim/syntax.c:607:  An else should always have braces before it  [readability/braces] [5]
src/nvim/syntax.c:609:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:612:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:614:  An else should always have braces before it  [readability/braces] [5]
src/nvim/syntax.c:619:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:623:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:630:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:633:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/syntax.c:635:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:640:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:645:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:651:  for should always use braces  [readability/braces] [5]
src/nvim/syntax.c:662:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:667:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:670:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/syntax.c:671:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:674:  An else should always have braces before it  [readability/braces] [5]
src/nvim/syntax.c:682:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:690:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:696:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:699:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:702:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:707:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/syntax.c:710:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/syntax.c:711:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:718:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:723:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:734:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:741:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:743:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/syntax.c:745:  An else should always have braces before it  [readability/braces] [5]
src/nvim/syntax.c:746:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/syntax.c:748:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:752:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:753:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/syntax.c:756:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/syntax.c:761:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:765:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:776:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:787:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/syntax.c:792:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/syntax.c:793:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/syntax.c:794:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/syntax.c:804:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:829:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:849:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/syntax.c:852:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:857:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/syntax.c:860:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:865:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/syntax.c:870:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/syntax.c:873:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:884:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:886:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/syntax.c:896:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/syntax.c:901:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:911:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:912:  for should always use braces  [readability/braces] [5]
src/nvim/syntax.c:912:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/syntax.c:913:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:916:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/syntax.c:917:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/syntax.c:922:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:925:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:928:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:929:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/syntax.c:935:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:939:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:976:  for should always use braces  [readability/braces] [5]
src/nvim/syntax.c:983:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:991:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:999:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:1012:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:1014:  An else should always have braces before it  [readability/braces] [5]
src/nvim/syntax.c:1017:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:1020:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:1022:  An else should always have braces before it  [readability/braces] [5]
src/nvim/syntax.c:1026:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:1028:  while should always use braces  [readability/braces] [5]
src/nvim/syntax.c:1030:  Line contains only semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/syntax.c:1031:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:1040:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:1043:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/syntax.c:1057:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:1059:  while should always use braces  [readability/braces] [5]
src/nvim/syntax.c:1069:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:1091:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:1091:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:1099:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:1101:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:1103:  An else should always have braces before it  [readability/braces] [5]
src/nvim/syntax.c:1109:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:1113:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:1115:  An else should always have braces before it  [readability/braces] [5]
src/nvim/syntax.c:1118:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:1129:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:1139:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/syntax.c:1141:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:1144:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:1145:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:1147:  An else should always have braces before it  [readability/braces] [5]
src/nvim/syntax.c:1150:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:1156:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/syntax.c:1161:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:1163:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/syntax.c:1164:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/syntax.c:1169:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:1176:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:1180:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/syntax.c:1186:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:1195:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/syntax.c:1198:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:1208:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:1210:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:1216:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:1228:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:1232:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/syntax.c:1234:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:1243:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:1244:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:1245:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:1247:  An else should always have braces before it  [readability/braces] [5]
src/nvim/syntax.c:1247:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/syntax.c:1248:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:1249:  for should always use braces  [readability/braces] [5]
src/nvim/syntax.c:1250:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:1252:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:1252:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:1259:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:1262:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:1265:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:1268:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:1269:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:1271:  An else should always have braces before it  [readability/braces] [5]
src/nvim/syntax.c:1271:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/syntax.c:1272:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:1276:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/syntax.c:1278:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:1282:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:1292:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:1296:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:1302:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/syntax.c:1304:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/syntax.c:1316:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/syntax.c:1320:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:1333:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:1335:  An else should always have braces before it  [readability/braces] [5]
src/nvim/syntax.c:1337:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/syntax.c:1343:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:1345:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/syntax.c:1347:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:1350:  An else should always have braces before it  [readability/braces] [5]
src/nvim/syntax.c:1361:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:1370:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:1373:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/syntax.c:1376:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:1377:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:1379:  An else should always have braces before it  [readability/braces] [5]
src/nvim/syntax.c:1384:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:1385:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:1390:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:1395:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:1397:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:1400:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/syntax.c:1401:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:1404:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:1407:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:1410:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:1412:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/syntax.c:1412:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/syntax.c:1417:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:1420:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:1421:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/syntax.c:1423:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/syntax.c:1426:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:1441:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:1444:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:1448:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:1455:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:1466:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:1473:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/syntax.c:1476:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:1486:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:1490:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/syntax.c:1492:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:1496:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:1497:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/syntax.c:1499:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:1502:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/syntax.c:1510:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:1516:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/syntax.c:1517:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/syntax.c:1518:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:1525:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/syntax.c:1526:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:1530:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:1534:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:1537:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/syntax.c:1539:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:1543:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:1544:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/syntax.c:1548:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/syntax.c:1550:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/syntax.c:1553:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:1562:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/syntax.c:1563:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/syntax.c:1566:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:1571:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:1572:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:1578:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:1579:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:1582:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:1591:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:1592:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:1595:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:1600:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/syntax.c:1599:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/syntax.c:1600:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/syntax.c:1601:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/syntax.c:1607:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:1610:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/syntax.c:1611:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/syntax.c:1612:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:1613:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:1614:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:1615:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:1619:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:1620:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:1622:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:1623:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:1624:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:1631:  Use int16_t/int64_t/etc, rather than the C type short  [runtime/int] [4]
src/nvim/syntax.c:1632:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:1633:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:1633:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/syntax.c:1643:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:1645:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/syntax.c:1648:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:1654:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:1657:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:1661:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/syntax.c:1662:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/syntax.c:1666:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:1668:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/syntax.c:1669:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/syntax.c:1672:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:1679:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/syntax.c:1682:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:1687:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:1694:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:1700:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/syntax.c:1701:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/syntax.c:1704:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:1711:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:1713:  An else should always have braces before it  [readability/braces] [5]
src/nvim/syntax.c:1718:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:1727:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/syntax.c:1730:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/syntax.c:1727:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/syntax.c:1730:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/syntax.c:1727:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/syntax.c:1730:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/syntax.c:1732:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/syntax.c:1733:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/syntax.c:1740:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:1745:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/syntax.c:1750:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:1766:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/syntax.c:1776:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:1780:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:1785:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:1791:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:1796:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/syntax.c:1797:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/syntax.c:1799:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/syntax.c:1801:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/syntax.c:1805:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/syntax.c:1806:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/syntax.c:1801:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/syntax.c:1805:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/syntax.c:1806:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/syntax.c:1801:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/syntax.c:1805:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/syntax.c:1806:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/syntax.c:1805:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/syntax.c:1806:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/syntax.c:1807:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:1810:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:1816:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:1825:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:1830:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:1834:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/syntax.c:1836:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:1843:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:1847:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:1851:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:1854:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:1860:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/syntax.c:1867:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:1869:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/syntax.c:1871:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:1872:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:1874:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/syntax.c:1876:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:1885:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:1890:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:1902:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/syntax.c:1903:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:1904:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:1906:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:1911:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/syntax.c:1913:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/syntax.c:1915:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/syntax.c:1918:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:1922:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:1924:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/syntax.c:1929:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:1932:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:1934:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:1955:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:1961:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:1969:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/syntax.c:1970:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/syntax.c:1972:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:1977:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/syntax.c:1979:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/syntax.c:1984:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:1988:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:1995:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:2002:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:2012:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:2013:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/syntax.c:2015:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
src/nvim/syntax.c:2020:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:2029:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/syntax.c:2051:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:2056:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:2058:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:2061:  An else should always have braces before it  [readability/braces] [5]
src/nvim/syntax.c:2061:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/syntax.c:2068:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:2072:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:2074:  An else should always have braces before it  [readability/braces] [5]
src/nvim/syntax.c:2074:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/syntax.c:2082:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:2090:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:2102:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/syntax.c:2104:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/syntax.c:2107:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/syntax.c:2108:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:2114:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:2115:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:2120:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:2123:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:2132:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:2141:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/syntax.c:2145:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:2149:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/syntax.c:2153:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/syntax.c:2156:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:2166:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:2171:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:2182:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:2188:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:2189:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/syntax.c:2194:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/syntax.c:2199:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:2205:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:2217:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/syntax.c:2222:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:2230:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:2235:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:2249:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:2265:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:2269:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:2272:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:2277:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:2281:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:2285:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:2291:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:2295:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/syntax.c:2296:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:2302:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:2315:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/syntax.c:2317:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:2323:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/syntax.c:2328:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:2337:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:2338:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:2342:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:2344:  An else should always have braces before it  [readability/braces] [5]
src/nvim/syntax.c:2348:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:2350:  An else should always have braces before it  [readability/braces] [5]
src/nvim/syntax.c:2353:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:2362:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:2377:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:2388:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:2392:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:2395:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:2400:  for should always use braces  [readability/braces] [5]
src/nvim/syntax.c:2400:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/syntax.c:2401:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:2408:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/syntax.c:2414:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/syntax.c:2417:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:2422:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:2431:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:2437:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/syntax.c:2438:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/syntax.c:2440:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:2441:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:2450:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:2451:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:2454:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:2457:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:2460:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:2468:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/syntax.c:2471:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:2473:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:2474:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/syntax.c:2478:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:2479:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/syntax.c:2484:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:2488:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/syntax.c:2493:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:2504:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:2511:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/syntax.c:2513:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:2516:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:2517:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:2521:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:2530:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/syntax.c:2531:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/syntax.c:2532:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:2533:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:2534:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:2535:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:2536:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:2537:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:2538:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:2539:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:2547:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:2553:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:2554:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:2557:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:2568:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:2573:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:2575:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/syntax.c:2578:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:2583:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/syntax.c:2584:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/syntax.c:2587:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:2599:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:2603:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/syntax.c:2607:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:2607:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:2610:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:2628:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:2632:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:2635:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:2642:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:2684:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:2690:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:2691:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:2695:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:2696:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:2699:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:2702:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:2716:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:2717:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:2722:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:2732:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/syntax.c:2736:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:2737:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:2742:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:2747:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:2752:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:2754:  An else should always have braces before it  [readability/braces] [5]
src/nvim/syntax.c:2758:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:2763:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:2765:  An else should always have braces before it  [readability/braces] [5]
src/nvim/syntax.c:2769:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:2772:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/syntax.c:2773:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/syntax.c:2774:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:2775:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:2776:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:2777:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:2778:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:2795:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:2797:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:2799:  An else should always have braces before it  [readability/braces] [5]
src/nvim/syntax.c:2800:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/syntax.c:2803:  while should always use braces  [readability/braces] [5]
src/nvim/syntax.c:2806:  while should always use braces  [readability/braces] [5]
src/nvim/syntax.c:2814:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:2818:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/syntax.c:2819:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/syntax.c:2820:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:2821:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:2824:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:2842:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:2844:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/syntax.c:2847:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/syntax.c:2850:  while should always use braces  [readability/braces] [5]
src/nvim/syntax.c:2853:  while should always use braces  [readability/braces] [5]
src/nvim/syntax.c:2861:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:2866:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/syntax.c:2869:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:2873:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/syntax.c:2892:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/syntax.c:2893:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:2894:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/syntax.c:2900:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/syntax.c:2902:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/syntax.c:2905:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:2910:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/syntax.c:2911:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/syntax.c:2913:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:2914:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:2915:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:2916:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:2916:  Use int16_t/int64_t/etc, rather than the C type short  [runtime/int] [4]
src/nvim/syntax.c:2917:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:2918:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:2923:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:2925:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:2930:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:2932:  An else should always have braces before it  [readability/braces] [5]
src/nvim/syntax.c:2933:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/syntax.c:2936:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:2939:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:2978:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:2983:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/syntax.c:2984:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/syntax.c:2983:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/syntax.c:2984:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/syntax.c:2992:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:3001:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:3005:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:3006:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/syntax.c:3007:  An else should always have braces before it  [readability/braces] [5]
src/nvim/syntax.c:3008:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/syntax.c:3009:  An else should always have braces before it  [readability/braces] [5]
src/nvim/syntax.c:3013:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:3022:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:3026:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:3027:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/syntax.c:3028:  An else should always have braces before it  [readability/braces] [5]
src/nvim/syntax.c:3029:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/syntax.c:3030:  An else should always have braces before it  [readability/braces] [5]
src/nvim/syntax.c:3034:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:3043:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:3102:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:3107:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:3107:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/syntax.c:3108:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:3108:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/syntax.c:3109:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:3110:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/syntax.c:3112:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:3116:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:3122:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:3142:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:3146:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:3150:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:3162:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:3167:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:3185:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:3185:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/syntax.c:3188:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:3196:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:3197:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/syntax.c:3200:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/syntax.c:3201:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/syntax.c:3204:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:3212:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:3220:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:3230:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:3240:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:3243:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:3249:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:3253:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:3256:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:3258:  An else should always have braces before it  [readability/braces] [5]
src/nvim/syntax.c:3258:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/syntax.c:3260:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:3261:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/syntax.c:3262:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/syntax.c:3265:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:3276:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:3281:  Use int16_t/int64_t/etc, rather than the C type short  [runtime/int] [4]
src/nvim/syntax.c:3291:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/syntax.c:3298:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:3298:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/syntax.c:3301:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:3308:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:3314:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:3317:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:3323:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:3331:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:3338:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/syntax.c:3341:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:3351:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/syntax.c:3355:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:3363:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:3394:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:3397:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/syntax.c:3398:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/syntax.c:3400:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:3407:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:3422:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:3424:  An else should always have braces before it  [readability/braces] [5]
src/nvim/syntax.c:3424:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/syntax.c:3440:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/syntax.c:3443:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:3446:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/syntax.c:3447:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/syntax.c:3449:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/syntax.c:3449:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/syntax.c:3453:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:3460:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:3462:  An else should always have braces before it  [readability/braces] [5]
src/nvim/syntax.c:3466:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:3468:  An else should always have braces before it  [readability/braces] [5]
src/nvim/syntax.c:3469:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/syntax.c:3485:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:3508:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:3511:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/syntax.c:3512:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/syntax.c:3514:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:3515:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:3519:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/syntax.c:3523:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:3523:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:3524:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:3524:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:3525:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:3525:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:3526:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:3526:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:3527:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:3527:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:3528:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:3528:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:3529:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:3529:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:3530:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:3530:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:3531:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:3531:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:3532:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:3532:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:3533:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:3533:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:3537:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:3537:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:3538:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:3538:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:3539:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:3539:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:3540:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:3540:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:3543:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:3545:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:3547:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/syntax.c:3549:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/syntax.c:3552:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:3553:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/syntax.c:3553:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/syntax.c:3555:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:3559:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/syntax.c:3565:  while should always use braces  [readability/braces] [5]
src/nvim/syntax.c:3567:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:3569:  while should always use braces  [readability/braces] [5]
src/nvim/syntax.c:3572:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/syntax.c:3577:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:3580:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:3582:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/syntax.c:3589:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:3591:  An else should always have braces before it  [readability/braces] [5]
src/nvim/syntax.c:3594:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:3597:  An else should always have braces before it  [readability/braces] [5]
src/nvim/syntax.c:3603:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:3616:  for should always use braces  [readability/braces] [5]
src/nvim/syntax.c:3616:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/syntax.c:3623:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:3630:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:3634:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:3634:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:3636:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:3636:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:3642:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/syntax.c:3649:  Use int16_t/int64_t/etc, rather than the C type short  [runtime/int] [4]
src/nvim/syntax.c:3651:  Use int16_t/int64_t/etc, rather than the C type short  [runtime/int] [4]
src/nvim/syntax.c:3655:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/syntax.c:3657:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:3659:  An else should always have braces before it  [readability/braces] [5]
src/nvim/syntax.c:3666:  Use int16_t/int64_t/etc, rather than the C type short  [runtime/int] [4]
src/nvim/syntax.c:3670:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/syntax.c:3672:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:3686:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:3691:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:3693:  An else should always have braces before it  [readability/braces] [5]
src/nvim/syntax.c:3698:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:3702:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:3703:  for should always use braces  [readability/braces] [5]
src/nvim/syntax.c:3705:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:3712:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:3713:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/syntax.c:3714:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/syntax.c:3719:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:3720:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:3724:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:3726:  An else should always have braces before it  [readability/braces] [5]
src/nvim/syntax.c:3728:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:3731:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:3733:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/syntax.c:3738:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:3742:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/syntax.c:3743:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/syntax.c:3746:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:3746:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/syntax.c:3755:  Use int16_t/int64_t/etc, rather than the C type short  [runtime/int] [4]
src/nvim/syntax.c:3756:  Use int16_t/int64_t/etc, rather than the C type short  [runtime/int] [4]
src/nvim/syntax.c:3761:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:3766:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/syntax.c:3770:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/syntax.c:3773:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:3780:  An else should always have braces before it  [readability/braces] [5]
src/nvim/syntax.c:3782:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:3791:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/syntax.c:3799:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/syntax.c:3841:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/syntax.c:3845:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/syntax.c:3851:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:3853:  An else should always have braces before it  [readability/braces] [5]
src/nvim/syntax.c:3855:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/syntax.c:3870:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:3881:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/syntax.c:3883:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/syntax.c:3906:  Use int16_t/int64_t/etc, rather than the C type short  [runtime/int] [4]
src/nvim/syntax.c:3907:  Use int16_t/int64_t/etc, rather than the C type short  [runtime/int] [4]
src/nvim/syntax.c:3912:  Weird number of spaces at line-start.  Are you using a 2-space indent?  [whitespace/indent] [3]
src/nvim/syntax.c:3913:  Weird number of spaces at line-start.  Are you using a 2-space indent?  [whitespace/indent] [3]
src/nvim/syntax.c:3923:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/syntax.c:3947:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:3953:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/syntax.c:3954:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:3955:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:3963:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:3967:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:3972:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:3981:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/syntax.c:3982:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:3983:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:3996:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:3996:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:3997:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:3997:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:3998:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:3998:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:3999:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:3999:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:4000:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:4000:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:4001:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:4001:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:4002:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:4002:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:4003:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:4003:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:4004:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:4004:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:4005:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:4005:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:4006:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:4006:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:4007:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:4007:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:4008:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:4008:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:4009:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:4009:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:4010:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:4010:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:4011:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:4011:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:4012:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:4012:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:4013:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:4013:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:4014:  Missing space after ,  [whitespace/comma] [3]
src/nvim/syntax.c:4014:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:4014:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:4017:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:4017:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:4020:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:4024:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:4029:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:4035:  for should always use braces  [readability/braces] [5]
src/nvim/syntax.c:4036:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:4042:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:4046:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:4051:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:4051:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:4059:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:4062:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:4065:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:4068:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:4092:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:4095:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:4097:  An else should always have braces before it  [readability/braces] [5]
src/nvim/syntax.c:4097:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/syntax.c:4100:  for should always use braces  [readability/braces] [5]
src/nvim/syntax.c:4115:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/syntax.c:4117:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:4125:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:4132:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:4136:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:4137:  Use int16_t/int64_t/etc, rather than the C type short  [runtime/int] [4]
src/nvim/syntax.c:4143:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/syntax.c:4147:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:4159:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/syntax.c:4162:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:4166:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/syntax.c:4173:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:4175:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:4179:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:4186:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:4189:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/syntax.c:4191:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:4197:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:4210:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/syntax.c:4217:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:4237:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:4238:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:4241:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/syntax.c:4243:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/syntax.c:4247:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:4256:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:4258:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:4260:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:4261:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/syntax.c:4265:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/syntax.c:4269:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:4272:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:4277:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:4280:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/syntax.c:4281:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/syntax.c:4282:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:4304:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/syntax.c:4316:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:4318:  An else should always have braces before it  [readability/braces] [5]
src/nvim/syntax.c:4322:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:4322:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/syntax.c:4325:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:4330:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/syntax.c:4331:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/syntax.c:4333:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:4339:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:4345:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:4348:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:4350:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/syntax.c:4352:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/syntax.c:4358:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:4362:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:4365:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:4368:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:4369:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:4373:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:4375:  An else should always have braces before it  [readability/braces] [5]
src/nvim/syntax.c:4375:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/syntax.c:4378:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:4393:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:4394:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/syntax.c:4397:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:4398:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:4400:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:4401:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/syntax.c:4404:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:4404:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/syntax.c:4405:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:4410:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:4419:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:4423:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:4427:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/syntax.c:4428:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/syntax.c:4430:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:4435:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:4445:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:4446:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:4447:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:4449:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:4452:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:4455:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:4455:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/syntax.c:4456:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:4456:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/syntax.c:4457:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/syntax.c:4461:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:4471:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/syntax.c:4473:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/syntax.c:4478:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:4482:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:4484:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:4487:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:4489:  while should always use braces  [readability/braces] [5]
src/nvim/syntax.c:4490:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/syntax.c:4493:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:4495:  An else should always have braces before it  [readability/braces] [5]
src/nvim/syntax.c:4497:  An else should always have braces before it  [readability/braces] [5]
src/nvim/syntax.c:4499:  An else should always have braces before it  [readability/braces] [5]
src/nvim/syntax.c:4500:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:4501:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/syntax.c:4505:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/syntax.c:4515:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/syntax.c:4521:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:4523:  An else should always have braces before it  [readability/braces] [5]
src/nvim/syntax.c:4523:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/syntax.c:4526:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/syntax.c:4532:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:4542:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:4545:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:4546:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:4548:  An else should always have braces before it  [readability/braces] [5]
src/nvim/syntax.c:4552:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:4556:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/syntax.c:4560:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:4571:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:4576:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:4578:  An else should always have braces before it  [readability/braces] [5]
src/nvim/syntax.c:4578:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/syntax.c:4582:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:4586:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/syntax.c:4605:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:4606:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/syntax.c:4610:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/syntax.c:4611:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/syntax.c:4612:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:4613:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/syntax.c:4618:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:4618:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/syntax.c:4619:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:4619:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/syntax.c:4619:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/syntax.c:4624:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:4627:  for should always use braces  [readability/braces] [5]
src/nvim/syntax.c:4627:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/syntax.c:4642:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:4644:  An else should always have braces before it  [readability/braces] [5]
src/nvim/syntax.c:4649:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:4654:  Use int16_t/int64_t/etc, rather than the C type short  [runtime/int] [4]
src/nvim/syntax.c:4655:  Use int16_t/int64_t/etc, rather than the C type short  [runtime/int] [4]
src/nvim/syntax.c:4660:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:4664:  Use int16_t/int64_t/etc, rather than the C type short  [runtime/int] [4]
src/nvim/syntax.c:4668:  Use int16_t/int64_t/etc, rather than the C type short  [runtime/int] [4]
src/nvim/syntax.c:4669:  Use int16_t/int64_t/etc, rather than the C type short  [runtime/int] [4]
src/nvim/syntax.c:4670:  Use int16_t/int64_t/etc, rather than the C type short  [runtime/int] [4]
src/nvim/syntax.c:4674:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:4677:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:4680:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:4682:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:4684:  An else should always have braces before it  [readability/braces] [5]
src/nvim/syntax.c:4689:  for should always use braces  [readability/braces] [5]
src/nvim/syntax.c:4690:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/syntax.c:4691:  for should always use braces  [readability/braces] [5]
src/nvim/syntax.c:4692:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/syntax.c:4694:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:4697:  Use int16_t/int64_t/etc, rather than the C type short  [runtime/int] [4]
src/nvim/syntax.c:4698:  Use int16_t/int64_t/etc, rather than the C type short  [runtime/int] [4]
src/nvim/syntax.c:4700:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:4711:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:4715:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:4719:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:4725:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:4730:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:4734:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:4739:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:4744:  for should always use braces  [readability/braces] [5]
src/nvim/syntax.c:4745:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:4747:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:4748:  for should always use braces  [readability/braces] [5]
src/nvim/syntax.c:4749:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:4753:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:4761:  Use int16_t/int64_t/etc, rather than the C type short  [runtime/int] [4]
src/nvim/syntax.c:4766:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:4774:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:4793:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:4805:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:4819:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:4819:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:4821:  An else should always have braces before it  [readability/braces] [5]
src/nvim/syntax.c:4826:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:4833:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:4855:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:4857:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:4863:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:4873:  Use int16_t/int64_t/etc, rather than the C type short  [runtime/int] [4]
src/nvim/syntax.c:4874:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/syntax.c:4879:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:4886:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:4903:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/syntax.c:4912:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/syntax.c:4913:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/syntax.c:4918:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:4922:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:4924:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:4928:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:4937:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:4954:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/syntax.c:4955:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:4959:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:4962:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:4968:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:4973:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:4976:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/syntax.c:4978:  for should always use braces  [readability/braces] [5]
src/nvim/syntax.c:4979:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:4983:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:4992:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:4996:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:5001:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:5004:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/syntax.c:5005:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:5005:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/syntax.c:5007:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/syntax.c:5008:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:5008:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/syntax.c:5011:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:5013:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/syntax.c:5025:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:5034:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/syntax.c:5035:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/syntax.c:5040:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/syntax.c:5050:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:5054:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:5056:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/syntax.c:5058:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/syntax.c:5061:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/syntax.c:5062:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/syntax.c:5063:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/syntax.c:5064:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:5066:  An else should always have braces before it  [readability/braces] [5]
src/nvim/syntax.c:5068:  An else should always have braces before it  [readability/braces] [5]
src/nvim/syntax.c:5071:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/syntax.c:5076:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:5078:  An else should always have braces before it  [readability/braces] [5]
src/nvim/syntax.c:5080:  An else should always have braces before it  [readability/braces] [5]
src/nvim/syntax.c:5094:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/syntax.c:5095:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/syntax.c:5098:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/syntax.c:5099:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:5100:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/syntax.c:5105:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:5110:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:5121:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/syntax.c:5128:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:5129:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/syntax.c:5130:  An else should always have braces before it  [readability/braces] [5]
src/nvim/syntax.c:5131:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/syntax.c:5132:  An else should always have braces before it  [readability/braces] [5]
src/nvim/syntax.c:5133:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/syntax.c:5134:  An else should always have braces before it  [readability/braces] [5]
src/nvim/syntax.c:5135:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/syntax.c:5136:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/syntax.c:5142:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:5144:  An else should always have braces before it  [readability/braces] [5]
src/nvim/syntax.c:5147:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:5147:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/syntax.c:5151:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:5158:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/syntax.c:5159:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/syntax.c:5163:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/syntax.c:5161:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:5162:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/syntax.c:5162:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:5162:  Use int16_t/int64_t/etc, rather than the C type short  [runtime/int] [4]
src/nvim/syntax.c:5163:  Extra space for operator !   [whitespace/operators] [4]
src/nvim/syntax.c:5171:  Use int16_t/int64_t/etc, rather than the C type short  [runtime/int] [4]
src/nvim/syntax.c:5175:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/syntax.c:5177:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:5184:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/syntax.c:5185:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:5199:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:5204:  for should always use braces  [readability/braces] [5]
src/nvim/syntax.c:5204:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/syntax.c:5205:  Line contains only semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/syntax.c:5206:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:5209:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/syntax.c:5210:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/syntax.c:5211:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/syntax.c:5214:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/syntax.c:5220:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/syntax.c:5224:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:5226:  An else should always have braces before it  [readability/braces] [5]
src/nvim/syntax.c:5228:  An else should always have braces before it  [readability/braces] [5]
src/nvim/syntax.c:5234:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:5237:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:5239:  An else should always have braces before it  [readability/braces] [5]
src/nvim/syntax.c:5239:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/syntax.c:5240:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:5247:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/syntax.c:5252:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/syntax.c:5257:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:5264:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/syntax.c:5267:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/syntax.c:5268:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:5277:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/syntax.c:5282:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:5286:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/syntax.c:5289:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/syntax.c:5292:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:5294:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:5296:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:5299:  Use int16_t/int64_t/etc, rather than the C type short  [runtime/int] [4]
src/nvim/syntax.c:5300:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:5311:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:5313:  An else should always have braces before it  [readability/braces] [5]
src/nvim/syntax.c:5314:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:5319:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:5322:  Use int16_t/int64_t/etc, rather than the C type short  [runtime/int] [4]
src/nvim/syntax.c:5326:  Use int16_t/int64_t/etc, rather than the C type short  [runtime/int] [4]
src/nvim/syntax.c:5328:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:5331:  for should always use braces  [readability/braces] [5]
src/nvim/syntax.c:5331:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/syntax.c:5332:  Line contains only semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/syntax.c:5333:  Use int16_t/int64_t/etc, rather than the C type short  [runtime/int] [4]
src/nvim/syntax.c:5340:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:5347:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/syntax.c:5348:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/syntax.c:5349:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:5350:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:5350:  Use int16_t/int64_t/etc, rather than the C type short  [runtime/int] [4]
src/nvim/syntax.c:5351:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:5351:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/syntax.c:5352:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:5356:  Use int16_t/int64_t/etc, rather than the C type short  [runtime/int] [4]
src/nvim/syntax.c:5357:  Use int16_t/int64_t/etc, rather than the C type short  [runtime/int] [4]
src/nvim/syntax.c:5358:  Use int16_t/int64_t/etc, rather than the C type short  [runtime/int] [4]
src/nvim/syntax.c:5362:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:5365:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:5367:  while should always use braces  [readability/braces] [5]
src/nvim/syntax.c:5369:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/syntax.c:5370:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:5371:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:5372:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/syntax.c:5373:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/syntax.c:5374:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/syntax.c:5377:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:5378:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/syntax.c:5380:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:5384:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:5387:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:5395:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:5396:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:5397:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/syntax.c:5399:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:5400:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:5401:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/syntax.c:5403:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:5404:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:5405:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/syntax.c:5408:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/syntax.c:5409:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/syntax.c:5410:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/syntax.c:5412:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:5416:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:5420:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:5423:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/syntax.c:5425:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/syntax.c:5426:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:5436:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:5437:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:5463:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:5477:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:5478:  for should always use braces  [readability/braces] [5]
src/nvim/syntax.c:5478:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/syntax.c:5479:  Line contains only semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/syntax.c:5481:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:5481:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:5482:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/syntax.c:5483:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/syntax.c:5490:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/syntax.c:5495:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:5496:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/syntax.c:5517:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:5519:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:5522:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:5524:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/syntax.c:5526:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:5528:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:5531:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:5532:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:5533:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/syntax.c:5534:  An else should always have braces before it  [readability/braces] [5]
src/nvim/syntax.c:5534:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/syntax.c:5550:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:5551:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:5554:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:5563:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:5574:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:5581:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:5588:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:5591:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:5593:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:5595:  An else should always have braces before it  [readability/braces] [5]
src/nvim/syntax.c:5597:  An else should always have braces before it  [readability/braces] [5]
src/nvim/syntax.c:5598:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/syntax.c:5599:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/syntax.c:5600:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/syntax.c:5602:  An else should always have braces before it  [readability/braces] [5]
src/nvim/syntax.c:5608:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:5608:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:5610:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:5616:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:5651:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:5681:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:5689:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:5697:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:5706:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:5713:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:5717:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/syntax.c:5719:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/syntax.c:5725:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:5731:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:5736:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:5737:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/syntax.c:5738:  An else should always have braces before it  [readability/braces] [5]
src/nvim/syntax.c:5739:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/syntax.c:5740:  An else should always have braces before it  [readability/braces] [5]
src/nvim/syntax.c:5742:  An else should always have braces before it  [readability/braces] [5]
src/nvim/syntax.c:5744:  An else should always have braces before it  [readability/braces] [5]
src/nvim/syntax.c:5756:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:5767:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/syntax.c:5773:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:5796:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:5812:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/syntax.c:5829:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:5831:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/syntax.c:5834:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/syntax.c:5834:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/syntax.c:5836:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/syntax.c:5840:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:5859:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:5860:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:5861:  An else should always have braces before it  [readability/braces] [5]
src/nvim/syntax.c:5863:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:5878:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:5889:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/syntax.c:5916:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/syntax.c:5934:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/syntax.c:5949:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/syntax.c:5967:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/syntax.c:5974:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/syntax.c:5975:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/syntax.c:5976:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:5977:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:5982:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/syntax.c:5984:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:6000:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:6004:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/syntax.c:6006:  for should always use braces  [readability/braces] [5]
src/nvim/syntax.c:6006:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/syntax.c:6007:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/syntax.c:6008:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/syntax.c:6009:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:6014:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:6016:  An else should always have braces before it  [readability/braces] [5]
src/nvim/syntax.c:6018:  for should always use braces  [readability/braces] [5]
src/nvim/syntax.c:6018:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/syntax.c:6019:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/syntax.c:6021:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:6026:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:6030:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/syntax.c:6031:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/syntax.c:6032:  An else should always have braces before it  [readability/braces] [5]
src/nvim/syntax.c:6032:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/syntax.c:6034:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/syntax.c:6034:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/syntax.c:6035:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:6036:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/syntax.c:6039:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:6055:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:6078:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/syntax.c:6086:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:6091:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/syntax.c:6092:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/syntax.c:6095:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:6109:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/syntax.c:6110:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/syntax.c:6111:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/syntax.c:6112:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/syntax.c:6114:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:6114:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/syntax.c:6116:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:6120:  for should always use braces  [readability/braces] [5]
src/nvim/syntax.c:6120:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/syntax.c:6121:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:6126:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:6132:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:6136:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/syntax.c:6142:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:6145:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:6146:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/syntax.c:6147:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:6148:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/syntax.c:6150:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:6155:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:6157:  An else should always have braces before it  [readability/braces] [5]
src/nvim/syntax.c:6162:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:6179:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/syntax.c:6189:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:6191:  An else should always have braces before it  [readability/braces] [5]
src/nvim/syntax.c:6195:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:6201:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:6204:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:6212:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:6213:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/syntax.c:6219:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:6224:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/syntax.c:6227:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:6230:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/syntax.c:6233:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/syntax.c:6242:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:6246:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:6246:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:6248:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:6250:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:6251:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:6251:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/syntax.c:6254:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:6255:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/syntax.c:6257:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:6260:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:6264:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:6269:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/syntax.c:6284:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:6291:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:6296:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/syntax.c:6299:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/syntax.c:6301:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:6305:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:6310:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/syntax.c:6319:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/syntax.c:6325:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:6326:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/syntax.c:6328:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:6332:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/syntax.c:6333:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/syntax.c:6347:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/syntax.c:6350:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:6350:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:6351:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/syntax.c:6353:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:6357:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:6360:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/syntax.c:6364:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:6370:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:6372:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/syntax.c:6374:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:6377:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:6381:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/syntax.c:6384:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:6386:  An else should always have braces before it  [readability/braces] [5]
src/nvim/syntax.c:6387:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:6389:  An else should always have braces before it  [readability/braces] [5]
src/nvim/syntax.c:6389:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/syntax.c:6391:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/syntax.c:6395:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:6397:  An else should always have braces before it  [readability/braces] [5]
src/nvim/syntax.c:6397:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/syntax.c:6399:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/syntax.c:6412:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:6418:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:6419:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:6420:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:6426:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:6427:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:6428:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:6434:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:6435:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:6436:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:6442:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:6444:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:6446:  for should always use braces  [readability/braces] [5]
src/nvim/syntax.c:6447:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:6452:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/syntax.c:6453:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/syntax.c:6454:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/syntax.c:6458:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:6462:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:6465:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:6469:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/syntax.c:6470:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/syntax.c:6485:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:6503:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:6505:  An else should always have braces before it  [readability/braces] [5]
src/nvim/syntax.c:6507:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:6509:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:6511:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/syntax.c:6512:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/syntax.c:6520:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:6538:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:6556:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:6576:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/syntax.c:6580:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:6583:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:6586:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:6592:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:6595:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:6597:  An else should always have braces before it  [readability/braces] [5]
src/nvim/syntax.c:6597:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/syntax.c:6605:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/syntax.c:6613:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:6614:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/syntax.c:6620:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/syntax.c:6630:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:6644:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:6659:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:6666:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/syntax.c:6687:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:6697:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:6707:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/syntax.c:6709:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:6715:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:6718:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/syntax.c:6732:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:6741:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/syntax.c:6747:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/syntax.c:6751:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/syntax.c:6754:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/syntax.c:6837:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:6837:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:6849:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/syntax.c:6851:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:6854:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/syntax.c:6856:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/syntax.c:6858:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/syntax.c:6861:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/syntax.c:6863:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/syntax.c:6865:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/syntax.c:6871:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/syntax.c:6877:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:6879:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:6883:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/syntax.c:6889:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:6890:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/syntax.c:6893:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:6894:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/syntax.c:6895:  An else should always have braces before it  [readability/braces] [5]
src/nvim/syntax.c:6897:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:6897:  An else should always have braces before it  [readability/braces] [5]
src/nvim/syntax.c:6897:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/syntax.c:6899:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/syntax.c:6901:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:6904:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:6910:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/syntax.c:6911:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/syntax.c:6923:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:6928:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/syntax.c:6936:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:6945:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:6950:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:6954:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/syntax.c:6956:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:6957:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:6962:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/syntax.c:6963:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/syntax.c:6964:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/syntax.c:6966:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:6969:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:6970:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/syntax.c:6971:  An else should always have braces before it  [readability/braces] [5]
src/nvim/syntax.c:6973:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/syntax.c:6974:  An else should always have braces before it  [readability/braces] [5]
src/nvim/syntax.c:6975:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/syntax.c:6976:  An else should always have braces before it  [readability/braces] [5]
src/nvim/syntax.c:7001:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:7015:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:7019:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:7023:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/syntax.c:7024:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/syntax.c:7025:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:7026:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:7027:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:7031:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/syntax.c:7035:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:7036:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/syntax.c:7041:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:7042:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/syntax.c:7044:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:7044:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:7045:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/syntax.c:7048:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:7048:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:7050:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:7050:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:7055:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:7064:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:7068:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/syntax.c:7069:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/syntax.c:7070:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:7076:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:7077:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:7102:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:7111:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:7112:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:7116:  for should always use braces  [readability/braces] [5]
src/nvim/syntax.c:7117:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:7123:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:7131:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:7137:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:7142:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:7154:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:7168:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:7168:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:7170:  An else should always have braces before it  [readability/braces] [5]
src/nvim/syntax.c:7175:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:7184:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:7185:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/syntax.c:7191:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:7199:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:7214:  Missing space before asterisk in hl_group*  [whitespace/operators] [2]
src/nvim/syntax.c:7219:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:7222:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:7228:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/syntax.c:7233:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:7241:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:7246:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:7254:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:7255:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:7257:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:7262:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:7263:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:7289:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:7311:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/syntax.c:7313:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:7316:  for should always use braces  [readability/braces] [5]
src/nvim/syntax.c:7316:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/syntax.c:7319:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:7323:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/syntax.c:7324:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:7326:  An else should always have braces before it  [readability/braces] [5]
src/nvim/syntax.c:7328:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:7328:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:7332:  for should always use braces  [readability/braces] [5]
src/nvim/syntax.c:7332:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/syntax.c:7333:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:7335:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/syntax.c:7336:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:7339:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:7345:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/syntax.c:7350:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:7350:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:7359:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:7369:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:7370:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:7370:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:7374:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:7377:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:7381:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:7383:  An else should always have braces before it  [readability/braces] [5]
src/nvim/syntax.c:7391:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:7395:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:7402:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:7407:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/syntax.c:7420:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/syntax.c:7422:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/syntax.c:7423:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/syntax.c:7426:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:7452:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:7462:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:7469:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:7475:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:7478:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:7485:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:7487:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:7493:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:7498:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:7498:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:7505:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:7512:  for should always use braces  [readability/braces] [5]
src/nvim/syntax.c:7514:  for should always use braces  [readability/braces] [5]
src/nvim/syntax.c:7527:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.c:7533:  Should have a space between // and comment  [whitespace/comments] [4]
src/nvim/syntax.c:7533:  Missing username in TODO; it should look like "// TODO(my_username): Stuff."  [readability/todo] [2]
src/nvim/syntax.c:7534:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:7536:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:7538:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:7541:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:7544:  if should always use braces  [readability/braces] [5]
src/nvim/syntax.c:7552:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7552:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7553:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7553:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7554:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7554:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7555:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7555:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7556:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7556:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7557:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7557:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7558:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7558:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7559:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7559:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7560:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7560:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7561:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7561:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7562:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7562:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7563:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7563:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7564:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7564:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7565:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7565:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7566:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7566:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7567:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7567:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7568:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7568:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7569:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7569:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7570:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7570:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7571:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7571:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7572:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7572:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7573:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7573:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7574:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7574:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7575:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7575:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7576:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7576:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7577:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7577:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7578:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7578:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7579:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7579:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7580:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7580:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7581:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7581:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7582:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7582:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7583:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7583:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7584:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7584:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7585:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7585:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7586:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7586:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7587:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7587:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7588:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7588:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7589:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7589:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7590:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7590:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7591:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7591:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7592:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7592:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7593:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7593:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7594:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7594:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7595:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7595:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7596:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7596:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7597:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7597:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7598:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7598:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7599:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7599:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7600:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7600:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7601:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7601:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7602:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7602:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7603:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7603:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7604:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7604:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7605:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7605:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7606:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7606:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7607:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7607:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7608:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7608:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7609:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7609:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7610:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7610:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7611:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7611:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7612:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7612:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7613:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7613:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7614:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7614:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7615:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7615:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7616:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7616:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7617:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7617:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7618:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7618:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7619:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7619:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7620:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7620:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7621:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7621:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7622:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7622:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7623:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7623:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7624:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7624:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7625:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7625:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7626:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7626:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7627:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7627:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7628:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7628:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7629:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7629:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7630:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7630:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7631:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7631:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7632:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7632:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7633:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7633:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7634:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7634:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7635:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7635:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7636:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7636:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7637:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7637:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7638:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7638:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7639:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7639:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7640:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7640:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7641:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7641:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7642:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7642:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7643:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7643:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7644:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7644:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7645:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7645:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7646:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7646:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7647:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7647:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7648:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7648:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7649:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7649:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7650:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7650:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7651:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7651:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7652:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7652:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7653:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7653:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7654:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7654:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7655:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7655:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7656:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7656:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7657:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7657:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7658:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7658:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7659:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7659:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7660:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7660:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7661:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7661:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7662:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7662:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7663:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7663:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7664:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7664:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7665:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7665:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7666:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7666:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7667:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7667:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7668:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7668:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7669:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7669:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7670:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7670:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7671:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7671:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7672:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7672:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7673:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7673:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7674:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7674:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7675:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7675:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7676:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7676:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7677:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7677:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7678:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7678:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7679:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7679:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7680:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7680:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7681:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7681:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7682:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7682:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7683:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7683:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7684:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7684:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7685:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7685:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7686:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7686:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7687:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7687:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7688:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7688:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7689:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7689:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7690:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7690:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7691:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7691:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7692:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7692:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7693:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7693:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7694:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7694:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7695:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7695:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7696:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/syntax.c:7697:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7697:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7698:  Missing space after ,  [whitespace/comma] [3]
src/nvim/syntax.c:7698:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7698:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7699:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7699:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7700:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7700:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7701:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7701:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7702:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7702:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7703:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7703:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7704:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7704:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7705:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7705:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7706:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7706:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7707:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7707:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7708:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7708:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7709:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7709:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7710:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7710:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7711:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7711:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7712:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7712:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7713:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7713:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7714:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7714:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7715:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7715:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7716:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7716:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7717:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7717:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7718:  Missing space after {  [whitespace/braces] [5]
src/nvim/syntax.c:7718:  Missing space before }  [whitespace/braces] [5]
src/nvim/syntax.c:7723:  Redundant blank line at the start of a code block should be deleted.  [whitespace/blank_line] [2]
src/nvim/syntax.c:7744:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:47:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:51:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:52:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:53:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:54:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:55:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:56:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:57:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:58:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:59:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:60:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:61:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:64:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:68:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:69:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:70:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:71:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:72:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:75:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:81:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:82:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:83:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:84:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:85:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:86:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:87:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:88:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:89:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:90:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:91:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:95:  Missing space after {  [whitespace/braces] [5]
src/nvim/tag.c:95:  Missing space before }  [whitespace/braces] [5]
src/nvim/tag.c:97:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:98:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:108:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:110:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:119:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:123:  Missing space after {  [whitespace/braces] [5]
src/nvim/tag.c:123:  Missing space before }  [whitespace/braces] [5]
src/nvim/tag.c:125:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:145:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/tag.c:146:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/tag.c:147:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:150:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:151:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:162:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/tag.c:169:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/tag.c:172:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/tag.c:175:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/tag.c:181:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/tag.c:182:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/tag.c:182:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:185:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:187:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:193:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:197:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/tag.c:203:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/tag.c:210:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:213:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:217:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/tag.c:218:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/tag.c:220:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:221:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/tag.c:222:  An else should always have braces before it  [readability/braces] [5]
src/nvim/tag.c:223:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/tag.c:225:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:230:  Closing ) should be moved to the previous line  [whitespace/parens] [2]
src/nvim/tag.c:234:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:243:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:247:  while should always use braces  [readability/braces] [5]
src/nvim/tag.c:250:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:254:  for should always use braces  [readability/braces] [5]
src/nvim/tag.c:254:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/tag.c:256:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/tag.c:264:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:264:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/tag.c:267:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/tag.c:270:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/tag.c:271:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/tag.c:272:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:277:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:282:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:286:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:290:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:295:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:299:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:304:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/tag.c:305:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:308:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:316:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/tag.c:318:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:321:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:336:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:337:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:337:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/tag.c:339:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:346:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/tag.c:347:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:355:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/tag.c:356:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:357:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:364:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:378:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:380:  An else should always have braces before it  [readability/braces] [5]
src/nvim/tag.c:382:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/tag.c:395:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:404:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:415:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:421:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:425:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:429:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:432:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:434:  An else should always have braces before it  [readability/braces] [5]
src/nvim/tag.c:436:  An else should always have braces before it  [readability/braces] [5]
src/nvim/tag.c:453:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:456:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/tag.c:457:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/tag.c:460:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:462:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:464:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:465:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/tag.c:467:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/tag.c:467:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:470:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:474:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:477:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/tag.c:479:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/tag.c:483:  for should always use braces  [readability/braces] [5]
src/nvim/tag.c:483:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/tag.c:497:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:516:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:518:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:520:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:521:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:521:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/tag.c:540:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:542:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/tag.c:545:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/tag.c:546:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/tag.c:550:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:556:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:558:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:562:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:567:  while should always use braces  [readability/braces] [5]
src/nvim/tag.c:568:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/tag.c:570:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:576:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:583:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:588:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:597:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:603:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:608:  for should always use braces  [readability/braces] [5]
src/nvim/tag.c:609:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/tag.c:610:  Line contains only semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/tag.c:614:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:620:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/tag.c:621:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:622:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/tag.c:624:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:625:  while should always use braces  [readability/braces] [5]
src/nvim/tag.c:626:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/tag.c:629:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:631:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:638:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/tag.c:643:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/tag.c:644:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/tag.c:647:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:648:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:651:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:652:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:656:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:670:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:679:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/tag.c:686:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:688:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:692:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:697:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:702:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:703:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:705:  An else should always have braces before it  [readability/braces] [5]
src/nvim/tag.c:705:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/tag.c:708:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:710:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:714:  for should always use braces  [readability/braces] [5]
src/nvim/tag.c:715:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/tag.c:716:  Line contains only semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/tag.c:720:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:727:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:731:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:734:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:740:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:750:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:758:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:764:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:782:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:789:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/tag.c:793:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:800:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:806:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/tag.c:813:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:818:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:820:  An else should always have braces before it  [readability/braces] [5]
src/nvim/tag.c:822:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/tag.c:829:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/tag.c:835:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:839:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:848:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:850:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/tag.c:851:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/tag.c:852:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/tag.c:849:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/tag.c:853:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:857:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:859:  An else should always have braces before it  [readability/braces] [5]
src/nvim/tag.c:861:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:861:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/tag.c:862:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/tag.c:870:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:872:  Should leave no spaces after a cast: u'(char *) IObuff'  [whitespace/cast] [2]
src/nvim/tag.c:874:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:882:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:889:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:890:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/tag.c:891:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:892:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/tag.c:893:  An else should always have braces before it  [readability/braces] [5]
src/nvim/tag.c:893:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/tag.c:895:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/tag.c:901:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:903:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:905:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/tag.c:912:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:913:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:915:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:918:  Small and focused functions are preferred: () has 572 non-comment lines (error triggered by exceeding 500 lines).  [readability/fn_size] [1]
src/nvim/tag.c:920:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:934:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/tag.c:938:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:949:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:951:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/tag.c:954:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:954:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:959:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/tag.c:960:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/tag.c:961:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/tag.c:962:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/tag.c:963:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/tag.c:958:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/tag.c:966:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/tag.c:969:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:971:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:971:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:977:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:988:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:989:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:990:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:991:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:992:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/tag.c:993:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/tag.c:994:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/tag.c:996:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1000:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1008:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1010:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:1012:  An else should always have braces before it  [readability/braces] [5]
src/nvim/tag.c:1014:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:1016:  An else should always have braces before it  [readability/braces] [5]
src/nvim/tag.c:1017:  for should always use braces  [readability/braces] [5]
src/nvim/tag.c:1018:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/tag.c:1019:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:1020:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/tag.c:1022:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1022:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:1026:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:1028:  An else should always have braces before it  [readability/braces] [5]
src/nvim/tag.c:1032:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1057:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/tag.c:1058:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/tag.c:1064:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/tag.c:1059:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1060:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1061:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1063:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/tag.c:1063:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1065:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1069:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1070:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1071:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1072:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1073:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1075:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1075:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/tag.c:1076:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1076:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/tag.c:1077:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1078:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1079:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1080:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1080:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/tag.c:1084:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1085:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1087:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/tag.c:1087:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1089:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/tag.c:1089:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1091:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1092:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1093:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1094:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1095:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1102:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1103:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1104:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1105:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1106:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1107:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1110:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1111:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1112:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1118:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1119:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1122:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1127:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1128:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1129:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1131:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1135:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1136:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1136:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/tag.c:1137:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1138:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1138:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/tag.c:1139:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1139:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/tag.c:1140:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1144:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/tag.c:1168:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1173:  for should always use braces  [readability/braces] [5]
src/nvim/tag.c:1173:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/tag.c:1176:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1178:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1181:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1181:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:1182:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1186:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1197:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1197:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:1201:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1201:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/tag.c:1204:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:1207:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1211:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1223:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/tag.c:1236:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1239:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:1241:  An else should always have braces before it  [readability/braces] [5]
src/nvim/tag.c:1244:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1246:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:1250:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1252:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:1260:  An else should always have braces before it  [readability/braces] [5]
src/nvim/tag.c:1260:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/tag.c:1262:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/tag.c:1263:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:1265:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/tag.c:1266:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:1270:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1272:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/tag.c:1273:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:1274:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/tag.c:1279:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:1288:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1288:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/tag.c:1290:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1292:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1296:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1297:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1297:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:1300:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/tag.c:1303:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1306:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/tag.c:1310:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:1312:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1318:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:1319:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1320:  An else should always have braces before it  [readability/braces] [5]
src/nvim/tag.c:1323:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1326:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/tag.c:1335:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1340:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1349:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1353:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1363:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1369:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1376:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1379:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/tag.c:1379:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/tag.c:1380:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1382:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:1384:  An else should always have braces before it  [readability/braces] [5]
src/nvim/tag.c:1389:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1398:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1403:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1418:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1423:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1427:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:1428:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1432:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1435:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:1438:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1440:  for should always use braces  [readability/braces] [5]
src/nvim/tag.c:1440:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/tag.c:1441:  Line contains only semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/tag.c:1446:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1450:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1452:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1461:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:1463:  An else should always have braces before it  [readability/braces] [5]
src/nvim/tag.c:1465:  An else should always have braces before it  [readability/braces] [5]
src/nvim/tag.c:1467:  An else should always have braces before it  [readability/braces] [5]
src/nvim/tag.c:1469:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/tag.c:1471:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/tag.c:1475:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1477:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/tag.c:1481:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1492:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1505:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1514:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:1517:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1525:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1526:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/tag.c:1537:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1538:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/tag.c:1542:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1546:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/tag.c:1548:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:1551:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/tag.c:1552:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/tag.c:1553:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1560:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1565:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1565:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:1567:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:1569:  An else should always have braces before it  [readability/braces] [5]
src/nvim/tag.c:1573:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1577:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:1579:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:1580:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/tag.c:1582:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1585:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:1587:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/tag.c:1588:  An else should always have braces before it  [readability/braces] [5]
src/nvim/tag.c:1591:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1596:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:1598:  An else should always have braces before it  [readability/braces] [5]
src/nvim/tag.c:1603:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1614:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:1617:  An else should always have braces before it  [readability/braces] [5]
src/nvim/tag.c:1625:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:1628:  An else should always have braces before it  [readability/braces] [5]
src/nvim/tag.c:1633:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1637:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:1639:  An else should always have braces before it  [readability/braces] [5]
src/nvim/tag.c:1640:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1647:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:1648:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1649:  An else should always have braces before it  [readability/braces] [5]
src/nvim/tag.c:1650:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1652:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/tag.c:1653:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1655:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:1658:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1661:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:1665:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:1667:  An else should always have braces before it  [readability/braces] [5]
src/nvim/tag.c:1669:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/tag.c:1671:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/tag.c:1673:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/tag.c:1677:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1682:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1682:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:1684:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1685:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:1686:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/tag.c:1687:  An else should always have braces before it  [readability/braces] [5]
src/nvim/tag.c:1687:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/tag.c:1691:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:1693:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/tag.c:1694:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/tag.c:1698:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1701:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/tag.c:1711:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/tag.c:1713:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/tag.c:1714:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/tag.c:1718:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/tag.c:1721:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1726:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1729:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1734:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:1735:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1735:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/tag.c:1736:  An else should always have braces before it  [readability/braces] [5]
src/nvim/tag.c:1740:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1743:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:1745:  An else should always have braces before it  [readability/braces] [5]
src/nvim/tag.c:1748:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:1750:  An else should always have braces before it  [readability/braces] [5]
src/nvim/tag.c:1753:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:1755:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:1759:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1770:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1777:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1786:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/tag.c:1787:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/tag.c:1788:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/tag.c:1789:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/tag.c:1785:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/tag.c:1787:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/tag.c:1789:  Closing ) should be moved to the previous line  [whitespace/parens] [2]
src/nvim/tag.c:1796:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:1797:  while should always use braces  [readability/braces] [5]
src/nvim/tag.c:1805:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1808:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/tag.c:1810:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/tag.c:1814:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1818:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1819:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:1823:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1836:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1845:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1851:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:1853:  An else should always have braces before it  [readability/braces] [5]
src/nvim/tag.c:1857:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:1859:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/tag.c:1859:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/tag.c:1866:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/tag.c:1867:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/tag.c:1872:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:1874:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1878:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:1880:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/tag.c:1881:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/tag.c:1884:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:1886:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:1892:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/tag.c:1895:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1900:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/tag.c:1903:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:1905:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
src/nvim/tag.c:1906:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1908:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:1911:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1913:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:1915:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:1917:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1917:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/tag.c:1917:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/tag.c:1921:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1921:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:1923:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1931:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1935:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:1938:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:1940:  An else should always have braces before it  [readability/braces] [5]
src/nvim/tag.c:1943:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/tag.c:1944:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/tag.c:1946:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:1948:  An else should always have braces before it  [readability/braces] [5]
src/nvim/tag.c:1948:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/tag.c:1949:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1953:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/tag.c:1969:  Small and focused functions are preferred: () has 652 non-comment lines (error triggered by exceeding 500 lines).  [readability/fn_size] [1]
src/nvim/tag.c:1973:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:1997:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:2003:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/tag.c:2004:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/tag.c:2005:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:2006:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:2007:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:2013:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:2017:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:2030:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:2032:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:2034:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/tag.c:2037:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/tag.c:2039:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/tag.c:2044:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:2047:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/tag.c:2051:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:2060:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:2063:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/tag.c:2067:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:2074:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:2081:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:2088:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/tag.c:2089:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/tag.c:2090:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/tag.c:2091:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/tag.c:2089:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:2089:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/tag.c:2090:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:2091:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/tag.c:2092:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:2093:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/tag.c:2102:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:2113:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:2121:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/tag.c:2122:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/tag.c:2123:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:2129:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:2132:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:2136:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:2137:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:2138:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/tag.c:2141:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:2145:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:2146:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:2147:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/tag.c:2148:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:2155:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:2175:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:2181:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/tag.c:2182:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/tag.c:2184:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/tag.c:2187:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:2192:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/tag.c:2193:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:2194:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/tag.c:2197:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/tag.c:2200:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:2210:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/tag.c:2211:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/tag.c:2212:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:2213:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:2223:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:2225:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/tag.c:2231:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:2235:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:2236:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:2248:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:2254:  for should always use braces  [readability/braces] [5]
src/nvim/tag.c:2255:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/tag.c:2256:  Line contains only semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/tag.c:2263:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:2272:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/tag.c:2278:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:2283:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/tag.c:2284:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/tag.c:2285:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:2286:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:2287:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:2297:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:2308:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:2313:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:2319:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:2324:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:2332:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:2342:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:2346:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/tag.c:2347:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:2349:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:2363:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/tag.c:2367:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:2368:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:2370:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:2376:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/tag.c:2379:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:2387:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:2391:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/tag.c:2396:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:2398:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:2400:  An else should always have braces before it  [readability/braces] [5]
src/nvim/tag.c:2403:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/tag.c:2404:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/tag.c:2406:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:2407:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/tag.c:2412:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/tag.c:2414:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:2414:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/tag.c:2415:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:2418:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:2423:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:2425:  An else should always have braces before it  [readability/braces] [5]
src/nvim/tag.c:2428:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:2437:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:2438:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/tag.c:2439:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:2443:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:2444:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:2444:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/tag.c:2445:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/tag.c:2447:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:2448:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:2449:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/tag.c:2451:  An else should always have braces before it  [readability/braces] [5]
src/nvim/tag.c:2451:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/tag.c:2455:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:2458:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/tag.c:2460:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/tag.c:2461:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:2468:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/tag.c:2470:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/tag.c:2471:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:2473:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/tag.c:2472:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/tag.c:2474:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:2475:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/tag.c:2484:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:2502:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:2506:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:2511:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:2515:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:2516:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/tag.c:2519:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/tag.c:2520:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:2525:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:2526:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:2530:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:2534:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:2536:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:2542:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:2548:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/tag.c:2550:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/tag.c:2551:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:2552:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/tag.c:2558:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:2559:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:2568:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:2580:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:2587:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/tag.c:2588:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:2599:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/tag.c:2600:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:2604:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/tag.c:2612:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:2618:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/tag.c:2621:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/tag.c:2624:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:2629:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/tag.c:2630:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/tag.c:2638:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:2646:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:2648:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:2650:  An else should always have braces before it  [readability/braces] [5]
src/nvim/tag.c:2651:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/tag.c:2652:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:2654:  An else should always have braces before it  [readability/braces] [5]
src/nvim/tag.c:2655:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/tag.c:2656:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/tag.c:2658:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:2661:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:2661:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/tag.c:2671:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/tag.c:2672:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/tag.c:2673:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:2686:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:2688:  An else should always have braces before it  [readability/braces] [5]
src/nvim/tag.c:2690:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:2692:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/tag.c:2693:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/tag.c:2694:  An else should always have braces before it  [readability/braces] [5]
src/nvim/tag.c:2696:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/tag.c:2697:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/tag.c:2699:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:2719:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:2723:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/tag.c:2724:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/tag.c:2727:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:2728:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:2734:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:2747:  while should always use braces  [readability/braces] [5]
src/nvim/tag.c:2748:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/tag.c:2751:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:2761:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:2775:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/tag.c:2777:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/tag.c:2781:  Should leave no spaces after a cast: u'(void) parse_result'  [whitespace/cast] [2]
src/nvim/tag.c:2786:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:2787:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:2794:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:2796:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/tag.c:2798:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/tag.c:2800:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/tag.c:2796:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/tag.c:2798:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/tag.c:2800:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/tag.c:2808:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/tag.c:2809:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:2811:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:2813:  An else should always have braces before it  [readability/braces] [5]
src/nvim/tag.c:2814:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:2816:  An else should always have braces before it  [readability/braces] [5]
src/nvim/tag.c:2820:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:2823:  while should always use braces  [readability/braces] [5]
src/nvim/tag.c:2824:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/tag.c:2828:  while should always use braces  [readability/braces] [5]
src/nvim/tag.c:2829:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/tag.c:2831:  if should always use braces  [readability/braces] [5]
src/nvim/tag.c:2834:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/tag.c:2835:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.c:2836:  while should always use braces  [readability/braces] [5]
src/nvim/tag.c:2837:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/tag.c:2838:  if should always use braces  [readability/braces] [5]
src/nvim/terminal.c:190:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/terminal.c:524:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/terminal.c:539:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/terminal.c:588:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/terminal.c:607:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/terminal.c:612:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/terminal.c:686:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/terminal.c:690:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/terminal.c:730:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/terminal.c:809:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/terminal.c:854:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/terminal.c:901:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/terminal.c:921:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/terminal.c:937:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/terminal.c:936:  Missing space after {  [whitespace/braces] [5]
src/nvim/terminal.c:936:  Missing space before }  [whitespace/braces] [5]
src/nvim/tui/input.c:75:  Missing space after {  [whitespace/braces] [5]
src/nvim/tui/input.c:75:  Missing space before }  [whitespace/braces] [5]
src/nvim/tui/input.c:142:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/tui/input.c:314:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/tui/input.c:325:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/tui/tui.c:362:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/tui/tui.c:474:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/tui/tui.c:630:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/tui/tui.c:661:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/tui/tui.c:662:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/tui/tui.c:663:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/tui/tui.c:664:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/tui/tui.c:675:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/tui/tui.c:676:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/tui/tui.c:677:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/tui/tui.c:678:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/tui/tui.c:761:  Missing space after {  [whitespace/braces] [5]
src/nvim/tui/tui.c:761:  Missing space before }  [whitespace/braces] [5]
src/nvim/tui/tui.c:781:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/tui/tui.c:825:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/tui/tui.c:827:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/tui/tui.c:830:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/tui/tui.c:832:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/tui/tui.c:862:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/tui/tui.c:864:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/tui/tui.c:866:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/tui/tui.c:883:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/tui/tui.c:885:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/tui/tui.c:887:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/tui/tui.c:889:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ugrid.c:88:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ui_bridge.c:220:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ui_bridge.c:223:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ui_bridge.c:229:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ui.c:358:  Missing space after {  [whitespace/braces] [5]
src/nvim/ui.c:358:  Missing space before }  [whitespace/braces] [5]
src/nvim/ui.c:532:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ui.c:533:  if should always use braces  [readability/braces] [5]
src/nvim/ui.c:535:  An else should always have braces before it  [readability/braces] [5]
src/nvim/ui.c:537:  An else should always have braces before it  [readability/braces] [5]
src/nvim/undo.c:1:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:69:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:71:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:72:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:73:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:112:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:115:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:119:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/undo.c:124:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:133:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/undo.c:134:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/undo.c:137:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:139:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/undo.c:149:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:151:  An else should always have braces before it  [readability/braces] [5]
src/nvim/undo.c:151:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/undo.c:152:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:156:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/undo.c:161:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/undo.c:164:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:172:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:175:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:187:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:190:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:195:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/undo.c:201:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:215:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:223:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:227:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:230:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:233:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/undo.c:236:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:244:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:247:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/undo.c:250:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:258:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:261:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/undo.c:264:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:273:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:277:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/undo.c:277:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/undo.c:286:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:298:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:308:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:316:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:329:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:349:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:351:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:355:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:363:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:371:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/undo.c:376:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:380:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:384:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:392:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/undo.c:395:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:405:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:412:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:413:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:415:  An else should always have braces before it  [readability/braces] [5]
src/nvim/undo.c:416:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:418:  An else should always have braces before it  [readability/braces] [5]
src/nvim/undo.c:418:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/undo.c:419:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:420:  while should always use braces  [readability/braces] [5]
src/nvim/undo.c:425:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/undo.c:429:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:430:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:441:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:444:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:446:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/undo.c:448:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:460:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:461:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:463:  An else should always have braces before it  [readability/braces] [5]
src/nvim/undo.c:466:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:470:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:477:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:479:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/undo.c:481:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:481:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:484:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:496:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/undo.c:497:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:500:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:502:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:513:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:516:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:522:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:533:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:534:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:536:  An else should always have braces before it  [readability/braces] [5]
src/nvim/undo.c:538:  An else should always have braces before it  [readability/braces] [5]
src/nvim/undo.c:538:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/undo.c:549:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:553:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:564:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:566:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:570:  An else should always have braces before it  [readability/braces] [5]
src/nvim/undo.c:572:  An else should always have braces before it  [readability/braces] [5]
src/nvim/undo.c:572:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/undo.c:579:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/undo.c:587:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/undo.c:592:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/undo.c:595:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/undo.c:601:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:603:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:604:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:605:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:606:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:607:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:609:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:612:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:617:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:627:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/undo.c:671:  Should leave no spaces after a cast: u'(char *) p_udir'  [whitespace/cast] [2]
src/nvim/undo.c:681:  Should leave no spaces after a cast: u'(char *) path_tail'  [whitespace/cast] [2]
src/nvim/undo.c:1067:  Should leave no spaces after a cast: u'(char *) buf'  [whitespace/cast] [2]
src/nvim/undo.c:1077:  Should leave no spaces after a cast: u'(char *) name'  [whitespace/cast] [2]
src/nvim/undo.c:1080:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:1096:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:1100:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:1104:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:1108:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:1119:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:1123:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:1133:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:1136:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:1154:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:1155:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/undo.c:1159:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:1174:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:1187:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:1188:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/undo.c:1190:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:1199:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:1205:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:1209:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/undo.c:1216:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:1217:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:1219:  An else should always have braces before it  [readability/braces] [5]
src/nvim/undo.c:1222:  An else should always have braces before it  [readability/braces] [5]
src/nvim/undo.c:1225:  An else should always have braces before it  [readability/braces] [5]
src/nvim/undo.c:1227:  An else should always have braces before it  [readability/braces] [5]
src/nvim/undo.c:1243:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:1250:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:1258:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:1275:  Should leave no spaces after a cast: u'(char *) curbuf'  [whitespace/cast] [2]
src/nvim/undo.c:1299:  Should leave no spaces after a cast: u'(char *) name'  [whitespace/cast] [2]
src/nvim/undo.c:1346:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/undo.c:1438:  Extra space for operator  ++   [whitespace/operators] [4]
src/nvim/undo.c:1446:  Use int16_t/int64_t/etc, rather than the C type short  [runtime/int] [4]
src/nvim/undo.c:1493:  Use int16_t/int64_t/etc, rather than the C type short  [runtime/int] [4]
src/nvim/undo.c:1498:  Use int16_t/int64_t/etc, rather than the C type short  [runtime/int] [4]
src/nvim/undo.c:1503:  Use int16_t/int64_t/etc, rather than the C type short  [runtime/int] [4]
src/nvim/undo.c:1534:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/undo.c:1545:  for should always use braces  [readability/braces] [5]
src/nvim/undo.c:1652:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:1658:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:1664:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/undo.c:1668:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:1669:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/undo.c:1670:  An else should always have braces before it  [readability/braces] [5]
src/nvim/undo.c:1675:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:1681:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:1682:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/undo.c:1686:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:1693:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:1698:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:1701:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:1708:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:1708:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:1710:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:1710:  An else should always have braces before it  [readability/braces] [5]
src/nvim/undo.c:1711:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:1713:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:1715:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:1725:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/undo.c:1728:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:1736:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/undo.c:1738:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:1740:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:1745:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/undo.c:1748:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:1771:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/undo.c:1772:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/undo.c:1774:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:1775:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:1776:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/undo.c:1780:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:1783:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:1795:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:1797:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:1799:  An else should always have braces before it  [readability/braces] [5]
src/nvim/undo.c:1801:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:1805:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:1807:  An else should always have braces before it  [readability/braces] [5]
src/nvim/undo.c:1809:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:1810:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:1813:  An else should always have braces before it  [readability/braces] [5]
src/nvim/undo.c:1814:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:1816:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:1817:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:1819:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/undo.c:1821:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:1824:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:1827:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/undo.c:1830:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/undo.c:1833:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:1837:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:1839:  An else should always have braces before it  [readability/braces] [5]
src/nvim/undo.c:1841:  An else should always have braces before it  [readability/braces] [5]
src/nvim/undo.c:1843:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:1850:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:1858:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/undo.c:1859:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:1866:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:1866:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:1868:  An else should always have braces before it  [readability/braces] [5]
src/nvim/undo.c:1873:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:1875:  An else should always have braces before it  [readability/braces] [5]
src/nvim/undo.c:1877:  An else should always have braces before it  [readability/braces] [5]
src/nvim/undo.c:1881:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:1890:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/undo.c:1890:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/undo.c:1890:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/undo.c:1904:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:1911:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:1912:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:1916:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:1917:  An else should always have braces before it  [readability/braces] [5]
src/nvim/undo.c:1922:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:1924:  An else should always have braces before it  [readability/braces] [5]
src/nvim/undo.c:1927:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:1928:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:1932:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:1934:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:1936:  An else should always have braces before it  [readability/braces] [5]
src/nvim/undo.c:1941:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:1941:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:1950:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:1952:  An else should always have braces before it  [readability/braces] [5]
src/nvim/undo.c:1958:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/undo.c:1959:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/undo.c:1960:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:1961:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:1961:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/undo.c:1964:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:1966:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:1970:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:1974:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:1976:  An else should always have braces before it  [readability/braces] [5]
src/nvim/undo.c:1978:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:1982:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/undo.c:1983:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:1986:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:1990:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:1994:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:1997:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:1998:  while should always use braces  [readability/braces] [5]
src/nvim/undo.c:2002:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:2004:  while should always use braces  [readability/braces] [5]
src/nvim/undo.c:2008:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:2010:  while should always use braces  [readability/braces] [5]
src/nvim/undo.c:2012:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:2020:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:2023:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:2028:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:2029:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:2031:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:2038:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/undo.c:2040:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:2042:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:2045:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/undo.c:2047:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:2047:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:2052:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:2061:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:2085:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:2088:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:2093:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/undo.c:2100:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:2114:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:2120:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:2124:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:2125:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:2128:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:2136:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:2139:  for should always use braces  [readability/braces] [5]
src/nvim/undo.c:2139:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/undo.c:2140:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:2152:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/undo.c:2154:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:2157:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:2159:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:2161:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:2163:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:2164:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/undo.c:2165:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/undo.c:2167:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/undo.c:2170:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:2172:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/undo.c:2173:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:2177:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:2178:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/undo.c:2179:  An else should always have braces before it  [readability/braces] [5]
src/nvim/undo.c:2180:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/undo.c:2186:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:2189:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/undo.c:2190:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:2192:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:2198:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:2199:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:2201:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:2203:  An else should always have braces before it  [readability/braces] [5]
src/nvim/undo.c:2212:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:2222:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:2224:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:2226:  An else should always have braces before it  [readability/braces] [5]
src/nvim/undo.c:2227:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/undo.c:2229:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:2232:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/undo.c:2248:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:2253:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:2255:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/undo.c:2259:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:2261:  An else should always have braces before it  [readability/braces] [5]
src/nvim/undo.c:2263:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/undo.c:2266:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:2274:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:2277:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:2279:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:2280:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:2282:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/undo.c:2284:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:2286:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:2288:  An else should always have braces before it  [readability/braces] [5]
src/nvim/undo.c:2292:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:2298:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/undo.c:2302:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:2307:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/undo.c:2308:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/undo.c:2309:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:2310:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:2317:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:2320:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:2320:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:2321:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:2324:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:2325:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/undo.c:2328:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:2330:  An else should always have braces before it  [readability/braces] [5]
src/nvim/undo.c:2332:  An else should always have braces before it  [readability/braces] [5]
src/nvim/undo.c:2334:  An else should always have braces before it  [readability/braces] [5]
src/nvim/undo.c:2336:  An else should always have braces before it  [readability/braces] [5]
src/nvim/undo.c:2336:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/undo.c:2338:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:2340:  An else should always have braces before it  [readability/braces] [5]
src/nvim/undo.c:2345:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:2348:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/undo.c:2349:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/undo.c:2351:  An else should always have braces before it  [readability/braces] [5]
src/nvim/undo.c:2353:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/undo.c:2356:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:2358:  An else should always have braces before it  [readability/braces] [5]
src/nvim/undo.c:2370:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/undo.c:2371:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/undo.c:2372:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/undo.c:2373:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/undo.c:2374:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/undo.c:2377:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:2380:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/undo.c:2381:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/undo.c:2382:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:2385:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:2386:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:2388:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:2389:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:2390:  An else should always have braces before it  [readability/braces] [5]
src/nvim/undo.c:2390:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/undo.c:2391:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:2396:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:2407:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:2421:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/undo.c:2423:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/undo.c:2425:  while should always use braces  [readability/braces] [5]
src/nvim/undo.c:2428:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/undo.c:2435:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:2439:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/undo.c:2441:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:2442:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/undo.c:2447:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:2449:  An else should always have braces before it  [readability/braces] [5]
src/nvim/undo.c:2453:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/undo.c:2455:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:2457:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:2459:  An else should always have braces before it  [readability/braces] [5]
src/nvim/undo.c:2459:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/undo.c:2461:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/undo.c:2466:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:2468:  An else should always have braces before it  [readability/braces] [5]
src/nvim/undo.c:2468:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/undo.c:2473:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/undo.c:2474:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/undo.c:2476:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:2486:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:2495:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:2496:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:2498:  An else should always have braces before it  [readability/braces] [5]
src/nvim/undo.c:2499:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:2501:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/undo.c:2503:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/undo.c:2506:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:2511:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:2512:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:2517:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:2518:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:2519:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:2520:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:2521:  An else should always have braces before it  [readability/braces] [5]
src/nvim/undo.c:2521:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/undo.c:2522:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:2524:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:2528:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:2538:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:2548:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:2549:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:2551:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:2553:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:2556:  for should always use braces  [readability/braces] [5]
src/nvim/undo.c:2557:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/undo.c:2559:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/undo.c:2558:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/undo.c:2565:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:2571:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:2579:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/undo.c:2582:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:2584:  An else should always have braces before it  [readability/braces] [5]
src/nvim/undo.c:2586:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:2596:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:2597:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:2601:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:2614:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:2623:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:2624:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:2629:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:2638:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/undo.c:2638:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:2650:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:2653:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/undo.c:2654:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/undo.c:2657:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:2662:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:2664:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:2667:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:2670:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:2671:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:2673:  An else should always have braces before it  [readability/braces] [5]
src/nvim/undo.c:2676:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:2678:  An else should always have braces before it  [readability/braces] [5]
src/nvim/undo.c:2679:  for should always use braces  [readability/braces] [5]
src/nvim/undo.c:2686:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:2689:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/undo.c:2690:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/undo.c:2693:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:2698:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:2701:  while should always use braces  [readability/braces] [5]
src/nvim/undo.c:2706:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:2712:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:2713:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:2719:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:2723:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/undo.c:2724:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/undo.c:2727:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:2732:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:2733:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:2735:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:2736:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:2737:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:2749:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/undo.c:2752:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:2757:  while should always use braces  [readability/braces] [5]
src/nvim/undo.c:2766:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:2778:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:2783:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:2783:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:2785:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:2785:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:2789:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:2791:  An else should always have braces before it  [readability/braces] [5]
src/nvim/undo.c:2796:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:2809:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:2820:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:2829:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:2830:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:2831:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/undo.c:2831:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/undo.c:2834:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/undo.c:2840:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:2847:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:2863:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:2894:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo.c:2907:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:2909:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:2911:  if should always use braces  [readability/braces] [5]
src/nvim/undo.c:2917:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/version.c:30:  Should leave no spaces after a cast: u'(NVIM_VERSION_PATCH) NVIM_VERSION_PRERELEASE'  [whitespace/cast] [2]
src/nvim/version.c:2468:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/version.c:2470:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/version.c:2473:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/version.c:2494:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/version.c:2506:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/version.c:2521:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/version.c:2558:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/version.c:2635:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/version.c:2692:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/version.c:2744:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/version.c:2753:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/version.c:2764:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/version.c:2765:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/window.c:58:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:65:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:68:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/window.c:69:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/window.c:72:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:83:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:85:  An else should always have braces before it  [readability/braces] [5]
src/nvim/window.c:91:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:95:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:96:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:98:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:103:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:106:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:107:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:109:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:114:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:117:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:122:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:125:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:127:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:128:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:130:  An else should always have braces before it  [readability/braces] [5]
src/nvim/window.c:132:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:133:  Almost always, snprintf is better than strcat  [runtime/printf] [4]
src/nvim/window.c:134:  Almost always, snprintf is better than strcat  [runtime/printf] [4]
src/nvim/window.c:138:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:141:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:146:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:149:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:154:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:157:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:161:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:163:  for should always use braces  [readability/braces] [5]
src/nvim/window.c:164:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:166:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:168:  An else should always have braces before it  [readability/braces] [5]
src/nvim/window.c:172:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:175:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:180:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:183:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:186:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:186:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:188:  An else should always have braces before it  [readability/braces] [5]
src/nvim/window.c:188:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/window.c:189:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:191:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:193:  An else should always have braces before it  [readability/braces] [5]
src/nvim/window.c:197:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:199:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:200:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:201:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:203:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:204:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:211:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:215:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/window.c:218:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:222:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/window.c:225:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:230:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/window.c:233:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:237:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/window.c:240:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:242:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:244:  An else should always have braces before it  [readability/braces] [5]
src/nvim/window.c:244:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/window.c:248:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:266:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:272:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:278:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:281:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:283:  An else should always have braces before it  [readability/braces] [5]
src/nvim/window.c:287:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:293:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:296:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:297:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:297:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/window.c:300:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:302:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:303:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:303:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/window.c:306:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:312:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/window.c:313:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/window.c:316:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:321:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:326:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:331:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:337:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:342:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:347:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:352:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:355:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:357:  An else should always have braces before it  [readability/braces] [5]
src/nvim/window.c:359:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:364:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:366:  An else should always have braces before it  [readability/braces] [5]
src/nvim/window.c:378:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:391:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/window.c:402:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:405:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:408:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:409:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:412:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:414:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/window.c:415:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/window.c:417:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/window.c:422:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:427:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/window.c:435:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:439:  Extra space for operator  ++   [whitespace/operators] [4]
src/nvim/window.c:439:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/window.c:440:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:440:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/window.c:441:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:443:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/window.c:444:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/window.c:445:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/window.c:450:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:452:  An else should always have braces before it  [readability/braces] [5]
src/nvim/window.c:454:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:458:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:460:  An else should always have braces before it  [readability/braces] [5]
src/nvim/window.c:463:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:468:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:469:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:494:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:511:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:512:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:515:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:522:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:524:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:526:  An else should always have braces before it  [readability/braces] [5]
src/nvim/window.c:532:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:545:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/window.c:555:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:557:  An else should always have braces before it  [readability/braces] [5]
src/nvim/window.c:559:  An else should always have braces before it  [readability/braces] [5]
src/nvim/window.c:562:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:578:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:617:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:626:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:627:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:628:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/window.c:630:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:633:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:636:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:645:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/window.c:645:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/window.c:646:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/window.c:655:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:699:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:709:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:710:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:711:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/window.c:713:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:718:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/window.c:720:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:724:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:735:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/window.c:743:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:751:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/window.c:752:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/window.c:751:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/window.c:752:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/window.c:751:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/window.c:752:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/window.c:751:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/window.c:752:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/window.c:753:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:754:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:755:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/window.c:756:  An else should always have braces before it  [readability/braces] [5]
src/nvim/window.c:759:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:760:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/window.c:761:  An else should always have braces before it  [readability/braces] [5]
src/nvim/window.c:766:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:771:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:775:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:782:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:783:  while should always use braces  [readability/braces] [5]
src/nvim/window.c:785:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/window.c:790:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:791:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/window.c:792:  An else should always have braces before it  [readability/braces] [5]
src/nvim/window.c:793:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/window.c:794:  An else should always have braces before it  [readability/braces] [5]
src/nvim/window.c:796:  An else should always have braces before it  [readability/braces] [5]
src/nvim/window.c:800:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:810:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:812:  An else should always have braces before it  [readability/braces] [5]
src/nvim/window.c:813:  for should always use braces  [readability/braces] [5]
src/nvim/window.c:817:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:819:  An else should always have braces before it  [readability/braces] [5]
src/nvim/window.c:823:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:824:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:826:  An else should always have braces before it  [readability/braces] [5]
src/nvim/window.c:829:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:831:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:843:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:848:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:855:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:858:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:860:  An else should always have braces before it  [readability/braces] [5]
src/nvim/window.c:860:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/window.c:865:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:867:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:869:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/window.c:870:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/window.c:870:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/window.c:871:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/window.c:873:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:876:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:876:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/window.c:881:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:893:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:896:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:898:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/window.c:898:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/window.c:899:  An else should always have braces before it  [readability/braces] [5]
src/nvim/window.c:901:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:905:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:911:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:923:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:926:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:930:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/window.c:932:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/window.c:937:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:940:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:943:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:946:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:948:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/window.c:949:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/window.c:950:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/window.c:952:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:956:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:961:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:968:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:972:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:974:  An else should always have braces before it  [readability/braces] [5]
src/nvim/window.c:981:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1010:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1013:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/window.c:1018:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1021:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:1034:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1040:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1042:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/window.c:1045:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1067:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1075:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/window.c:1080:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1086:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/window.c:1087:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/window.c:1089:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1096:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1101:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1106:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:1108:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:1111:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1114:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:1115:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/window.c:1117:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1123:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1124:  for should always use braces  [readability/braces] [5]
src/nvim/window.c:1124:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/window.c:1126:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:1127:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/window.c:1130:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:1132:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/window.c:1138:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1142:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1153:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1159:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1164:  while should always use braces  [readability/braces] [5]
src/nvim/window.c:1166:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1166:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/window.c:1168:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1168:  An else should always have braces before it  [readability/braces] [5]
src/nvim/window.c:1171:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1173:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:1177:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1197:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:1199:  An else should always have braces before it  [readability/braces] [5]
src/nvim/window.c:1209:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1225:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1231:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1242:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1247:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1248:  for should always use braces  [readability/braces] [5]
src/nvim/window.c:1256:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1257:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1264:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1265:  for should always use braces  [readability/braces] [5]
src/nvim/window.c:1266:  Line contains only semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/window.c:1270:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1271:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1272:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1273:  for should always use braces  [readability/braces] [5]
src/nvim/window.c:1275:  Line contains only semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/window.c:1277:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1282:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1287:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1299:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1306:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1319:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1322:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1322:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/window.c:1323:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1325:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1329:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:1332:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
src/nvim/window.c:1335:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1343:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1344:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:1347:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1349:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1356:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1368:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1381:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1387:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1399:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:1402:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/window.c:1403:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/window.c:1406:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1413:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1414:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1415:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1416:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1417:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1418:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1419:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1420:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1434:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1440:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/window.c:1442:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/window.c:1449:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1450:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1453:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1454:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:1456:  An else should always have braces before it  [readability/braces] [5]
src/nvim/window.c:1461:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1474:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1485:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:1487:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/window.c:1488:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1499:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:1501:  An else should always have braces before it  [readability/braces] [5]
src/nvim/window.c:1504:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1510:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/window.c:1515:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:1516:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1516:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/window.c:1521:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:1522:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1524:  An else should always have braces before it  [readability/braces] [5]
src/nvim/window.c:1526:  An else should always have braces before it  [readability/braces] [5]
src/nvim/window.c:1528:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1530:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1535:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:1537:  An else should always have braces before it  [readability/braces] [5]
src/nvim/window.c:1538:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/window.c:1539:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1539:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:1540:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/window.c:1541:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:1543:  An else should always have braces before it  [readability/braces] [5]
src/nvim/window.c:1545:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1549:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/window.c:1554:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1556:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:1560:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/window.c:1565:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1569:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1570:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1572:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1573:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:1575:  An else should always have braces before it  [readability/braces] [5]
src/nvim/window.c:1580:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1588:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1595:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1606:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:1608:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/window.c:1609:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1620:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:1622:  An else should always have braces before it  [readability/braces] [5]
src/nvim/window.c:1625:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1631:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/window.c:1636:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:1637:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1637:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/window.c:1642:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:1643:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1645:  An else should always have braces before it  [readability/braces] [5]
src/nvim/window.c:1647:  An else should always have braces before it  [readability/braces] [5]
src/nvim/window.c:1649:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1651:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1656:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:1658:  An else should always have braces before it  [readability/braces] [5]
src/nvim/window.c:1659:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/window.c:1660:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1660:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:1661:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/window.c:1662:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:1664:  An else should always have braces before it  [readability/braces] [5]
src/nvim/window.c:1666:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1670:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/window.c:1674:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1676:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:1680:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/window.c:1688:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1691:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/window.c:1692:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/window.c:1694:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1700:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/window.c:1706:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/window.c:1708:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1710:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/window.c:1714:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1722:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/window.c:1724:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1733:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/window.c:1735:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/window.c:1736:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:1789:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1797:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/window.c:1798:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/window.c:1802:  Never use sprintf.  Use snprintf instead.  [runtime/printf] [5]
src/nvim/window.c:1804:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1810:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:1831:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1841:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/window.c:1842:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/window.c:1844:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/window.c:1852:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:1853:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1863:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1866:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:1869:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1871:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:1872:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/window.c:1873:  An else should always have braces before it  [readability/braces] [5]
src/nvim/window.c:1877:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1883:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1888:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/window.c:1890:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/window.c:1891:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:1894:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:1898:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/window.c:1899:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:1902:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:1904:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1905:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:1910:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1911:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:1914:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1934:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1936:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:1940:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1942:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
src/nvim/window.c:1948:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1952:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1958:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1963:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:1965:  An else should always have braces before it  [readability/braces] [5]
src/nvim/window.c:1967:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:1976:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/window.c:1987:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/window.c:1988:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:1989:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1990:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/window.c:1993:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:1997:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/window.c:1999:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2001:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:2008:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2019:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/window.c:2022:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:2023:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2025:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2026:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/window.c:2028:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2030:  for should always use braces  [readability/braces] [5]
src/nvim/window.c:2031:  Line contains only semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/window.c:2032:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:2035:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2049:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2051:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:2053:  An else should always have braces before it  [readability/braces] [5]
src/nvim/window.c:2053:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/window.c:2054:  for should always use braces  [readability/braces] [5]
src/nvim/window.c:2056:  Line contains only semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/window.c:2063:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/window.c:2066:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2069:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:2073:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2078:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/window.c:2080:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2081:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2087:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2093:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2095:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:2106:  while should always use braces  [readability/braces] [5]
src/nvim/window.c:2107:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/window.c:2114:  while should always use braces  [readability/braces] [5]
src/nvim/window.c:2124:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2129:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/window.c:2131:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2132:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2139:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2142:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:2145:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2151:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2155:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2181:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/window.c:2181:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/window.c:2184:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2210:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/window.c:2210:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/window.c:2214:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2224:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2228:  for should always use braces  [readability/braces] [5]
src/nvim/window.c:2231:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:2238:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2240:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:2244:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:2250:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:2262:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2271:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/window.c:2273:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2279:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:2280:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2284:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:2286:  An else should always have braces before it  [readability/braces] [5]
src/nvim/window.c:2288:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:2293:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2300:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2301:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:2304:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2305:  for should always use braces  [readability/braces] [5]
src/nvim/window.c:2306:  Line contains only semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/window.c:2310:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2315:  while should always use braces  [readability/braces] [5]
src/nvim/window.c:2338:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2342:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/window.c:2343:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/window.c:2348:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/window.c:2346:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2347:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/window.c:2347:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2347:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/window.c:2356:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2358:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/window.c:2361:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2365:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2371:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2372:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2376:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:2377:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2380:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:2381:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2384:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2385:  while should always use braces  [readability/braces] [5]
src/nvim/window.c:2387:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:2388:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2389:  while should always use braces  [readability/braces] [5]
src/nvim/window.c:2395:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2403:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/window.c:2409:  while should always use braces  [readability/braces] [5]
src/nvim/window.c:2409:  Empty loop bodies should use {} or continue  [whitespace/empty_loop_body] [5]
src/nvim/window.c:2413:  while should always use braces  [readability/braces] [5]
src/nvim/window.c:2413:  Empty loop bodies should use {} or continue  [whitespace/empty_loop_body] [5]
src/nvim/window.c:2415:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2416:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:2420:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2495:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2506:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2506:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:2507:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/window.c:2511:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2512:  for should always use braces  [readability/braces] [5]
src/nvim/window.c:2514:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2515:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2516:  for should always use braces  [readability/braces] [5]
src/nvim/window.c:2517:  Line contains only semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/window.c:2522:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2526:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/window.c:2527:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/window.c:2532:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/window.c:2530:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2531:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/window.c:2531:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2541:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2543:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2544:  for should always use braces  [readability/braces] [5]
src/nvim/window.c:2545:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:2547:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:2552:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2556:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2562:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2563:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2567:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:2568:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2571:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:2572:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2575:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2576:  while should always use braces  [readability/braces] [5]
src/nvim/window.c:2578:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:2579:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2580:  while should always use braces  [readability/braces] [5]
src/nvim/window.c:2586:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2594:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/window.c:2600:  while should always use braces  [readability/braces] [5]
src/nvim/window.c:2600:  Empty loop bodies should use {} or continue  [whitespace/empty_loop_body] [5]
src/nvim/window.c:2604:  while should always use braces  [readability/braces] [5]
src/nvim/window.c:2604:  Empty loop bodies should use {} or continue  [whitespace/empty_loop_body] [5]
src/nvim/window.c:2606:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2607:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:2611:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2618:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2629:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2629:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:2630:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/window.c:2634:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2635:  for should always use braces  [readability/braces] [5]
src/nvim/window.c:2637:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2638:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2640:  while should always use braces  [readability/braces] [5]
src/nvim/window.c:2646:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2654:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2662:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2676:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:2678:  An else should always have braces before it  [readability/braces] [5]
src/nvim/window.c:2678:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/window.c:2679:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2681:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2682:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:2683:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/window.c:2686:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2690:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:2694:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2696:  for should always use braces  [readability/braces] [5]
src/nvim/window.c:2703:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2709:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/window.c:2710:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/window.c:2712:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2719:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:2721:  An else should always have braces before it  [readability/braces] [5]
src/nvim/window.c:2721:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/window.c:2722:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2724:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2725:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:2726:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/window.c:2729:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2733:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:2737:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2739:  for should always use braces  [readability/braces] [5]
src/nvim/window.c:2747:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2754:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/window.c:2755:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/window.c:2757:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2765:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:2772:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2775:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2779:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2781:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2787:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/window.c:2788:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2793:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:2799:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:2804:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2820:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2827:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:2829:  An else should always have braces before it  [readability/braces] [5]
src/nvim/window.c:2834:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2842:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:2852:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2858:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/window.c:2864:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2872:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/window.c:2874:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2877:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:2881:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2883:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2885:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2888:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2901:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2913:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2924:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2934:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2937:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/window.c:2949:  for should always use braces  [readability/braces] [5]
src/nvim/window.c:2949:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/window.c:2951:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2976:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2977:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/window.c:2986:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2988:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2990:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2995:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:2997:  for should always use braces  [readability/braces] [5]
src/nvim/window.c:2999:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/window.c:3009:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/window.c:3020:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:3021:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/window.c:3025:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:3035:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:3042:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:3051:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:3052:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:3055:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:3061:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/window.c:3069:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:3086:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:3094:  for should always use braces  [readability/braces] [5]
src/nvim/window.c:3095:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/window.c:3099:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:3108:  for should always use braces  [readability/braces] [5]
src/nvim/window.c:3109:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/window.c:3113:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:3119:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/window.c:3120:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/window.c:3122:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/window.c:3121:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/window.c:3121:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:3128:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:3131:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/window.c:3132:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:3135:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/window.c:3136:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:3138:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/window.c:3139:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:3153:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:3159:  Lines should very rarely be longer than 100 characters  [whitespace/line_length] [4]
src/nvim/window.c:3169:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:3173:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/window.c:3172:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/window.c:3176:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:3176:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/window.c:3177:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:3178:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:3179:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/window.c:3181:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:3186:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:3187:  Closing ) should be moved to the previous line  [whitespace/parens] [2]
src/nvim/window.c:3189:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:3190:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:3193:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:3196:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/window.c:3197:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:3198:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/window.c:3204:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:3215:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:3216:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:3218:  An else should always have braces before it  [readability/braces] [5]
src/nvim/window.c:3223:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:3225:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:3231:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:3232:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:3234:  An else should always have braces before it  [readability/braces] [5]
src/nvim/window.c:3237:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:3240:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/window.c:3241:  for should always use braces  [readability/braces] [5]
src/nvim/window.c:3243:  Line contains only semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/window.c:3247:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:3248:  for should always use braces  [readability/braces] [5]
src/nvim/window.c:3249:  Line contains only semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/window.c:3251:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:3259:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/window.c:3260:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
src/nvim/window.c:3263:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:3269:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/window.c:3271:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:3275:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/window.c:3276:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:3278:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/window.c:3279:  An else should always have braces before it  [readability/braces] [5]
src/nvim/window.c:3281:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/window.c:3285:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:3291:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/window.c:3311:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/window.c:3321:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:3322:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:3324:  An else should always have braces before it  [readability/braces] [5]
src/nvim/window.c:3324:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/window.c:3325:  for should always use braces  [readability/braces] [5]
src/nvim/window.c:3326:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:3328:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:3328:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:3342:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:3343:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/window.c:3347:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:3363:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:3366:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:3368:  An else should always have braces before it  [readability/braces] [5]
src/nvim/window.c:3373:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:3374:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:3376:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:3377:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/window.c:3381:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:3394:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:3397:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/window.c:3398:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/window.c:3399:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:3409:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:3415:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:3417:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:3419:  An else should always have braces before it  [readability/braces] [5]
src/nvim/window.c:3421:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:3426:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:3436:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:3437:  while should always use braces  [readability/braces] [5]
src/nvim/window.c:3442:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:3443:  while should always use braces  [readability/braces] [5]
src/nvim/window.c:3449:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:3453:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:3456:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/window.c:3457:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/window.c:3458:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:3468:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:3474:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:3476:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:3478:  An else should always have braces before it  [readability/braces] [5]
src/nvim/window.c:3480:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:3485:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:3495:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:3496:  while should always use braces  [readability/braces] [5]
src/nvim/window.c:3501:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:3502:  while should always use braces  [readability/braces] [5]
src/nvim/window.c:3508:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:3512:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:3517:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/window.c:3520:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:3525:  Lines should very rarely be longer than 100 characters  [whitespace/line_length] [4]
src/nvim/window.c:3527:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/window.c:3529:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:3529:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:3533:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:3537:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/window.c:3538:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/window.c:3539:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:3542:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/window.c:3543:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:3545:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:3546:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:3552:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/window.c:3564:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:3565:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/window.c:3570:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:3572:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:3593:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:3598:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/window.c:3602:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/window.c:3603:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:3604:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/window.c:3608:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/window.c:3609:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/window.c:3610:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:3611:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:3613:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:3614:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:3616:  An else should always have braces before it  [readability/braces] [5]
src/nvim/window.c:3619:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:3620:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:3623:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:3625:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:3658:  Redundant blank line at the start of a code block should be deleted.  [whitespace/blank_line] [2]
src/nvim/window.c:3662:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:3691:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:3706:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:3710:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:3714:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:3717:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:3723:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:3730:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:3742:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:3745:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/window.c:3746:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/window.c:3748:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:3757:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:3760:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:3767:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:3771:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:3775:  for should always use braces  [readability/braces] [5]
src/nvim/window.c:3775:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/window.c:3780:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:3783:  for should always use braces  [readability/braces] [5]
src/nvim/window.c:3784:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:3797:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:3809:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:3816:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:3816:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:3818:  An else should always have braces before it  [readability/braces] [5]
src/nvim/window.c:3823:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:3825:  An else should always have braces before it  [readability/braces] [5]
src/nvim/window.c:3827:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:3829:  An else should always have braces before it  [readability/braces] [5]
src/nvim/window.c:3833:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:3836:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/window.c:3837:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/window.c:3839:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:3842:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:3844:  An else should always have braces before it  [readability/braces] [5]
src/nvim/window.c:3846:  An else should always have braces before it  [readability/braces] [5]
src/nvim/window.c:3848:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:3850:  An else should always have braces before it  [readability/braces] [5]
src/nvim/window.c:3852:  An else should always have braces before it  [readability/braces] [5]
src/nvim/window.c:3856:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:3863:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:3868:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:3876:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:3878:  An else should always have braces before it  [readability/braces] [5]
src/nvim/window.c:3882:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:3887:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:3889:  An else should always have braces before it  [readability/braces] [5]
src/nvim/window.c:3891:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:3896:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:3906:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:3911:  Missing username in TODO; it should look like "// TODO(my_username): Stuff."  [readability/todo] [2]
src/nvim/window.c:3918:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:3926:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:3926:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:3928:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:3931:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:3933:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/window.c:3934:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:3935:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/window.c:3937:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:3940:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
src/nvim/window.c:3943:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:3948:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:3948:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:3951:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:3953:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/window.c:3954:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:3955:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/window.c:3957:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:3960:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:3975:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:3982:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:3984:  for should always use braces  [readability/braces] [5]
src/nvim/window.c:3984:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/window.c:3992:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:3997:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4011:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4029:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4033:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/window.c:4041:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:4042:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4043:  An else should always have braces before it  [readability/braces] [5]
src/nvim/window.c:4044:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4051:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4060:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4069:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4071:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:4073:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:4079:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4082:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4086:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:4096:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4111:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4112:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4113:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4119:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4120:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:4124:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4125:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:4127:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:4128:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/window.c:4130:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4133:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:4137:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4140:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4147:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/window.c:4152:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:4157:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:4160:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:4162:  An else should always have braces before it  [readability/braces] [5]
src/nvim/window.c:4162:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/window.c:4166:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:4170:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:4173:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:4178:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/window.c:4179:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4182:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4188:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4190:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:4192:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4194:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:4198:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4199:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:4205:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4208:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/window.c:4210:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4215:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/window.c:4216:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:4217:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4218:  An else should always have braces before it  [readability/braces] [5]
src/nvim/window.c:4219:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4225:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:4227:  An else should always have braces before it  [readability/braces] [5]
src/nvim/window.c:4227:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/window.c:4228:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:4231:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/window.c:4237:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/window.c:4240:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/window.c:4240:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/window.c:4244:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:4246:  An else should always have braces before it  [readability/braces] [5]
src/nvim/window.c:4253:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4264:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4267:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:4269:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:4275:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4281:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4290:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4291:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4297:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4298:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:4301:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:4302:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4306:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4309:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:4313:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4321:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/window.c:4326:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:4331:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:4335:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:4338:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:4343:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/window.c:4346:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4352:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4354:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:4356:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4358:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:4361:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4364:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/window.c:4366:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4371:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/window.c:4372:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:4373:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4374:  An else should always have braces before it  [readability/braces] [5]
src/nvim/window.c:4375:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4381:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:4383:  An else should always have braces before it  [readability/braces] [5]
src/nvim/window.c:4383:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/window.c:4384:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:4387:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/window.c:4393:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/window.c:4396:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/window.c:4396:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/window.c:4400:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:4402:  An else should always have braces before it  [readability/braces] [5]
src/nvim/window.c:4409:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4415:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/window.c:4417:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4419:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4424:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:4426:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/window.c:4429:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/window.c:4434:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4443:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4448:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4450:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4454:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4454:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:4459:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4462:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:4465:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:4469:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4470:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/window.c:4472:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4474:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4480:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:4484:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4485:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4486:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/window.c:4487:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4491:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:4493:  An else should always have braces before it  [readability/braces] [5]
src/nvim/window.c:4495:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:4497:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4498:  for should always use braces  [readability/braces] [5]
src/nvim/window.c:4500:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4503:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4503:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:4504:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4505:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:4508:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4512:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:4513:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/window.c:4515:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:4516:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4517:  An else should always have braces before it  [readability/braces] [5]
src/nvim/window.c:4518:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4520:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4527:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/window.c:4529:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/window.c:4532:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:4534:  An else should always have braces before it  [readability/braces] [5]
src/nvim/window.c:4541:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:4548:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4556:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4560:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4560:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:4564:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4566:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4566:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:4572:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4575:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:4585:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4586:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/window.c:4588:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4592:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:4595:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4596:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4597:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/window.c:4598:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4600:  for should always use braces  [readability/braces] [5]
src/nvim/window.c:4602:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4620:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4621:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/window.c:4623:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4624:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:4625:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4626:  An else should always have braces before it  [readability/braces] [5]
src/nvim/window.c:4627:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4633:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/window.c:4635:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/window.c:4638:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:4640:  An else should always have braces before it  [readability/braces] [5]
src/nvim/window.c:4657:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4668:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4670:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:4672:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:4673:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4692:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4697:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4702:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4702:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:4710:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4711:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/window.c:4720:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4729:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/window.c:4733:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/window.c:4741:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4743:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/window.c:4746:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/window.c:4747:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:4748:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/window.c:4750:  An else should always have braces before it  [readability/braces] [5]
src/nvim/window.c:4751:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/window.c:4756:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4764:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4773:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:4775:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4775:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/window.c:4783:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/window.c:4792:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4803:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4803:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/window.c:4806:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/window.c:4819:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:4823:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4832:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4837:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4839:  while should always use braces  [readability/braces] [5]
src/nvim/window.c:4842:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4843:  while should always use braces  [readability/braces] [5]
src/nvim/window.c:4850:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4860:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:4867:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4870:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4871:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:4873:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/window.c:4875:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/window.c:4879:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:4881:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/window.c:4885:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4886:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:4890:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4896:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/window.c:4899:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:4905:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4916:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:4923:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4939:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/window.c:4940:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/window.c:4943:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4948:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/window.c:4953:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4954:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4960:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4964:  while should always use braces  [readability/braces] [5]
src/nvim/window.c:4966:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4967:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:4972:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4977:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:4979:  An else should always have braces before it  [readability/braces] [5]
src/nvim/window.c:4981:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/window.c:4982:  An else should always have braces before it  [readability/braces] [5]
src/nvim/window.c:4986:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:4995:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/window.c:5000:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/window.c:5004:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:5008:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:5010:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/window.c:5015:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:5019:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:5020:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:5020:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/window.c:5022:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:5030:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:5034:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/window.c:5035:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/window.c:5036:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:5039:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:5041:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/window.c:5052:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:5057:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:5064:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:5066:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:5068:  An else should always have braces before it  [readability/braces] [5]
src/nvim/window.c:5073:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/window.c:5076:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/window.c:5082:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:5083:  for should always use braces  [readability/braces] [5]
src/nvim/window.c:5086:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:5087:  for should always use braces  [readability/braces] [5]
src/nvim/window.c:5088:  Line contains only semicolon. If this should be an empty statement, use {} instead.  [whitespace/semicolon] [5]
src/nvim/window.c:5093:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:5106:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:5112:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:5112:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:5123:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:5148:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:5168:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:5180:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:5195:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:5197:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:5199:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:5203:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:5221:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:5226:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/window.c:5227:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/window.c:5229:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:5240:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:5247:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:5253:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:5264:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:5277:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/window.c:5278:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/window.c:5283:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:5288:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:5295:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:5303:  Lines should very rarely be longer than 100 characters  [whitespace/line_length] [4]
src/nvim/window.c:5315:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/window.c:5316:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/window.c:5326:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:5340:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
src/nvim/window.c:5341:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/window.c:5350:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:5358:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/window.c:5361:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/window.c:5364:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:5370:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:5372:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/window.c:5375:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/window.c:5424:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:5427:  while should always use braces  [readability/braces] [5]
src/nvim/window.c:5429:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:5434:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:5441:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/window.c:5449:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:5451:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/window.c:5452:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/window.c:5453:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/window.c:5453:  Missing space before asterisk in listitem_T	*  [whitespace/operators] [2]
src/nvim/window.c:5454:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/window.c:5457:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/window.c:5458:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/window.c:5459:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/window.c:5460:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/window.c:5461:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/window.c:5463:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/window.c:5479:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/window.c:5486:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:5500:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/window.c:5518:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/window.c:5519:  Missing space before {  [whitespace/braces] [5]
src/nvim/window.c:5538:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/window.c:5539:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:5547:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:5549:  An else should always have braces before it  [readability/braces] [5]
src/nvim/window.c:5561:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:5572:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:5572:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/window.c:5583:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:5583:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/window.c:5587:  if should always use braces  [readability/braces] [5]
src/nvim/window.c:5589:  An else should always have braces before it  [readability/braces] [5]
src/nvim/window.c:5614:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:5631:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.c:5639:  while should always use braces  [readability/braces] [5]
src/nvim/api/private/defs.h:8:  Missing space after {  [whitespace/braces] [5]
src/nvim/api/private/defs.h:8:  Missing space before }  [whitespace/braces] [5]
src/nvim/api/private/defs.h:9:  Missing space after {  [whitespace/braces] [5]
src/nvim/api/private/defs.h:9:  Missing space before }  [whitespace/braces] [5]
src/nvim/api/private/helpers.h:58:  Missing space after {  [whitespace/braces] [5]
src/nvim/api/private/helpers.h:58:  Missing space before }  [whitespace/braces] [5]
src/nvim/api/private/helpers.h:66:  Missing space after {  [whitespace/braces] [5]
src/nvim/api/private/helpers.h:66:  Missing space before }  [whitespace/braces] [5]
src/nvim/ascii.h:157:  #endif line should be "#endif  // NVIM_ASCII_H"  [build/header_guard] [5]
src/nvim/ascii.h:23:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ascii.h:29:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ascii.h:31:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ascii.h:32:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ascii.h:36:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ascii.h:36:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/ascii.h:43:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ascii.h:70:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ascii.h:71:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ascii.h:72:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ascii.h:73:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ascii.h:77:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ascii.h:157:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/assert.h:62:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/buffer_defs.h:1173:  #endif line should be "#endif  // NVIM_BUFFER_DEFS_H"  [build/header_guard] [5]
src/nvim/buffer_defs.h:9:  At least two spaces is best between code and comments  [whitespace/comments] [2]
src/nvim/buffer_defs.h:36:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:55:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:56:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:57:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:58:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:59:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:60:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:61:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:62:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:80:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:86:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:94:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:117:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:121:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:122:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:123:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:124:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:130:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:138:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:148:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:155:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:157:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:157:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/buffer_defs.h:159:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:161:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:163:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:165:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:165:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/buffer_defs.h:167:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:169:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:169:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/buffer_defs.h:171:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:173:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:175:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:175:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/buffer_defs.h:177:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:179:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:181:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:183:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:185:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:187:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:189:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:191:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:193:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:195:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:197:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:199:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:201:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:203:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:205:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:207:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:209:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:211:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:213:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:215:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:217:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:219:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:221:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:223:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:224:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:226:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:229:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:230:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:232:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:234:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:237:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:238:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:241:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:245:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:256:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:257:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:258:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:259:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:260:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:261:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:262:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:263:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:266:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:273:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:274:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:278:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:286:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:287:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:299:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:303:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:304:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:305:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:306:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:307:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:308:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:309:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:310:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:311:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:314:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:317:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:325:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:329:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:330:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:332:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:334:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:344:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:349:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:350:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:351:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:352:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:353:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:354:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:355:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:356:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:357:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:358:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:359:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:362:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:367:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:370:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:371:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:372:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:373:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:375:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:380:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:384:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:385:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:386:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:387:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:390:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:395:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:396:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:397:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:398:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:399:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:400:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:401:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:402:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:403:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:404:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/buffer_defs.h:404:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:404:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/buffer_defs.h:406:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:407:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:407:  Use int16_t/int64_t/etc, rather than the C type short  [runtime/int] [4]
src/nvim/buffer_defs.h:408:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:409:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:410:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:411:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:412:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:414:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:415:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:416:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:417:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/buffer_defs.h:417:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:419:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:439:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:455:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:469:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:472:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:474:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:475:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/buffer_defs.h:475:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:478:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:484:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:485:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:486:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:491:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/buffer_defs.h:491:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:493:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:495:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/buffer_defs.h:495:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:498:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:502:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/buffer_defs.h:502:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:504:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:505:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/buffer_defs.h:505:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:507:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/buffer_defs.h:507:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:510:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:512:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:513:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:514:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:515:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:517:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:519:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:521:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:528:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:532:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:533:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:535:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:541:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:544:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:546:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:548:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:555:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:557:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:560:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:561:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/buffer_defs.h:561:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:563:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:564:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:565:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:566:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:567:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:568:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:569:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:570:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:572:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:575:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:576:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:577:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:579:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:581:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:582:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:583:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:584:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:584:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/buffer_defs.h:585:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:585:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/buffer_defs.h:586:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:586:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/buffer_defs.h:589:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:589:  Use int16_t/int64_t/etc, rather than the C type short  [runtime/int] [4]
src/nvim/buffer_defs.h:590:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:591:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:592:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:594:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:599:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:601:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:686:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:688:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:725:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/buffer_defs.h:725:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:728:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:729:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:730:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:731:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:732:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:734:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:735:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:737:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:742:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/buffer_defs.h:742:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:745:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:750:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/buffer_defs.h:750:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:751:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/buffer_defs.h:750:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/buffer_defs.h:752:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/buffer_defs.h:752:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:753:  Extra space for operator !   [whitespace/operators] [4]
src/nvim/buffer_defs.h:753:  Use operator ! instead of not  [readability/alt_tokens] [2]
src/nvim/buffer_defs.h:756:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/buffer_defs.h:756:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:760:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:771:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:774:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:776:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:793:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:794:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:829:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:842:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:843:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:844:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:845:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:846:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:849:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:854:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:856:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:858:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:859:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:860:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/buffer_defs.h:860:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:862:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/buffer_defs.h:862:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:864:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:865:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:866:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:869:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:870:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:871:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:873:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:880:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/buffer_defs.h:880:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:881:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/buffer_defs.h:882:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:883:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:884:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:885:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:886:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:887:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:888:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:889:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:898:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/buffer_defs.h:898:  At least two spaces is best between code and comments  [whitespace/comments] [2]
src/nvim/buffer_defs.h:899:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/buffer_defs.h:899:  At least two spaces is best between code and comments  [whitespace/comments] [2]
src/nvim/buffer_defs.h:900:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/buffer_defs.h:900:  At least two spaces is best between code and comments  [whitespace/comments] [2]
src/nvim/buffer_defs.h:908:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/buffer_defs.h:908:  At least two spaces is best between code and comments  [whitespace/comments] [2]
src/nvim/buffer_defs.h:909:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/buffer_defs.h:909:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/buffer_defs.h:910:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/buffer_defs.h:911:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/buffer_defs.h:914:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:931:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:942:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:944:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:945:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:946:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/buffer_defs.h:946:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:949:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:951:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:953:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/buffer_defs.h:953:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:957:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/buffer_defs.h:957:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:970:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:974:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/buffer_defs.h:974:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:976:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/buffer_defs.h:976:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:976:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/buffer_defs.h:978:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:979:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:980:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/buffer_defs.h:980:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:981:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/buffer_defs.h:982:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:983:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/buffer_defs.h:983:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:986:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/buffer_defs.h:986:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:989:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:993:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:994:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/buffer_defs.h:994:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:996:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:997:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:998:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:999:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1001:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1004:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1011:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/buffer_defs.h:1011:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1013:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1015:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1019:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1020:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1022:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1024:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/buffer_defs.h:1024:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1028:  Use operator || instead of or  [readability/alt_tokens] [2]
src/nvim/buffer_defs.h:1031:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1036:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1038:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/buffer_defs.h:1038:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1040:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1041:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/buffer_defs.h:1041:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1044:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1054:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1057:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1058:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/buffer_defs.h:1058:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1060:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/buffer_defs.h:1060:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1062:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/buffer_defs.h:1062:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1065:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1069:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1070:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/buffer_defs.h:1070:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1072:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1073:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1074:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1076:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1077:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1078:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1079:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1080:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1081:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1082:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1084:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1086:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1087:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/buffer_defs.h:1087:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1087:  Extra space before ( in function call  [whitespace/parens] [4]
src/nvim/buffer_defs.h:1088:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/buffer_defs.h:1089:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1091:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/buffer_defs.h:1091:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1093:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1103:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1104:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1105:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1106:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1107:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1108:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1109:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1110:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1112:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1117:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1118:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1120:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1122:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1127:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1128:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1130:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1134:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1135:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1137:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1139:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1140:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1142:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1148:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1149:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1150:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1152:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1161:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/buffer_defs.h:1161:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1163:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1165:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1166:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1173:  At least two spaces is best between code and comments  [whitespace/comments] [2]
src/nvim/buffer.h:11:  At least two spaces is best between code and comments  [whitespace/comments] [2]
src/nvim/buffer.h:12:  At least two spaces is best between code and comments  [whitespace/comments] [2]
src/nvim/buffer.h:13:  At least two spaces is best between code and comments  [whitespace/comments] [2]
src/nvim/buffer.h:18:  At least two spaces is best between code and comments  [whitespace/comments] [2]
src/nvim/buffer.h:19:  At least two spaces is best between code and comments  [whitespace/comments] [2]
src/nvim/buffer.h:20:  At least two spaces is best between code and comments  [whitespace/comments] [2]
src/nvim/buffer.h:25:  At least two spaces is best between code and comments  [whitespace/comments] [2]
src/nvim/buffer.h:26:  At least two spaces is best between code and comments  [whitespace/comments] [2]
src/nvim/buffer.h:27:  At least two spaces is best between code and comments  [whitespace/comments] [2]
src/nvim/buffer.h:28:  At least two spaces is best between code and comments  [whitespace/comments] [2]
src/nvim/buffer.h:29:  At least two spaces is best between code and comments  [whitespace/comments] [2]
src/nvim/buffer.h:34:  At least two spaces is best between code and comments  [whitespace/comments] [2]
src/nvim/buffer.h:35:  At least two spaces is best between code and comments  [whitespace/comments] [2]
src/nvim/buffer.h:36:  At least two spaces is best between code and comments  [whitespace/comments] [2]
src/nvim/buffer.h:37:  At least two spaces is best between code and comments  [whitespace/comments] [2]
src/nvim/buffer.h:42:  At least two spaces is best between code and comments  [whitespace/comments] [2]
src/nvim/buffer.h:43:  At least two spaces is best between code and comments  [whitespace/comments] [2]
src/nvim/buffer.h:44:  At least two spaces is best between code and comments  [whitespace/comments] [2]
src/nvim/buffer.h:63:  if should always use braces  [readability/braces] [5]
src/nvim/cursor_shape.h:4:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/cursor_shape.h:7:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/cursor_shape.h:8:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/cursor_shape.h:9:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/cursor_shape.h:10:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/cursor_shape.h:11:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/cursor_shape.h:12:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/cursor_shape.h:13:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/cursor_shape.h:14:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/cursor_shape.h:15:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/cursor_shape.h:16:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/cursor_shape.h:17:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/cursor_shape.h:18:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/cursor_shape.h:19:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/cursor_shape.h:20:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/cursor_shape.h:21:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/cursor_shape.h:22:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/cursor_shape.h:23:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/cursor_shape.h:24:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/cursor_shape.h:27:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/cursor_shape.h:28:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/cursor_shape.h:29:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/cursor_shape.h:31:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/cursor_shape.h:32:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/cursor_shape.h:34:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/cursor_shape.h:35:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/cursor_shape.h:38:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/cursor_shape.h:39:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/cursor_shape.h:40:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/cursor_shape.h:41:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/cursor_shape.h:42:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/cursor_shape.h:43:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/cursor_shape.h:44:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/cursor_shape.h:45:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/cursor_shape.h:46:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/cursor_shape.h:47:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.h:6:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.h:9:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.h:10:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.h:11:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.h:12:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.h:13:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.h:17:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.h:20:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.h:22:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.h:23:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.h:24:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.h:25:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.h:27:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.h:28:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.h:29:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.h:30:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.h:32:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.h:33:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.h:34:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.h:35:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.h:36:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/edit.h:37:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval_defs.h:60:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval_defs.h:61:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval_defs.h:62:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/eval_defs.h:62:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval_defs.h:65:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval_defs.h:71:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval_defs.h:72:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval_defs.h:73:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval_defs.h:76:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval_defs.h:82:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval_defs.h:83:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval_defs.h:86:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval_defs.h:90:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval_defs.h:91:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval_defs.h:92:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval_defs.h:93:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval_defs.h:94:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval_defs.h:95:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval_defs.h:96:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval_defs.h:97:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval_defs.h:98:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval_defs.h:99:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval_defs.h:100:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval_defs.h:101:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval_defs.h:104:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval_defs.h:110:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval_defs.h:111:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval_defs.h:112:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/eval/typval_encode.h:212:  Should leave no spaces after a cast: u'(char *) tv'  [whitespace/cast] [2]
src/nvim/eval/typval_encode.h:295:  Should leave no spaces after a cast: u'(dict_T *) tv'  [whitespace/cast] [2]
src/nvim/eval/typval_encode.h:298:  Should leave no spaces after a cast: u'(dict_T *) tv'  [whitespace/cast] [2]
src/nvim/eval/typval_encode.h:309:  Should leave no spaces after a cast: u'(MessagePackType) i'  [whitespace/cast] [2]
src/nvim/eval/typval_encode.h:347:  Should leave no spaces after a cast: u'(uint64_t) ('  [whitespace/cast] [2]
src/nvim/eval/typval_encode.h:348:  Should leave no spaces after a cast: u'(uint64_t) ('  [whitespace/cast] [2]
src/nvim/eval/typval_encode.h:349:  Should leave no spaces after a cast: u'(uint64_t) low_bits'  [whitespace/cast] [2]
src/nvim/eval/typval_encode.h:366:  Should leave no spaces after a cast: u'(MessagePackType) i'  [whitespace/cast] [2]
src/nvim/eval/typval_encode.h:501:  Should leave no spaces after a cast: u'(void) _mp_pop'  [whitespace/cast] [2]
src/nvim/eval/typval_encode.h:516:  Should leave no spaces after a cast: u'(char *) &di'  [whitespace/cast] [2]
src/nvim/eval/typval_encode.h:523:  Should leave no spaces after a cast: u'(void) _mp_pop'  [whitespace/cast] [2]
src/nvim/eval/typval_encode.h:536:  Should leave no spaces after a cast: u'(void) _mp_pop'  [whitespace/cast] [2]
src/nvim/event/loop.h:20:  Should leave no spaces after a cast: u'(WatcherPtr) *children'  [whitespace/cast] [2]
src/nvim/event/loop.h:50:  Should leave no spaces after a cast: u'(int) ('  [whitespace/cast] [2]
src/nvim/event/stream.h:24:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/ex_cmds2.h:10:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.h:13:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.h:14:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.h:15:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.h:16:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.h:17:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.h:19:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.h:21:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds2.h:22:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds_defs.h:14:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds_defs.h:40:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds_defs.h:41:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds_defs.h:42:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds_defs.h:43:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds_defs.h:44:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds_defs.h:45:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds_defs.h:46:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/ex_cmds_defs.h:46:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds_defs.h:48:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds_defs.h:49:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds_defs.h:50:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds_defs.h:51:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds_defs.h:52:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds_defs.h:53:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds_defs.h:54:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds_defs.h:55:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds_defs.h:56:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds_defs.h:57:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds_defs.h:58:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds_defs.h:59:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds_defs.h:60:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds_defs.h:61:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds_defs.h:62:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds_defs.h:63:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds_defs.h:64:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds_defs.h:65:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds_defs.h:66:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds_defs.h:79:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds_defs.h:80:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds_defs.h:81:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds_defs.h:82:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.h:9:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.h:10:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.h:11:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/ex_cmds.h:11:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.h:13:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.h:14:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.h:15:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.h:17:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.h:18:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.h:19:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_cmds.h:20:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.h:6:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.h:7:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.h:8:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.h:9:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.h:10:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.h:11:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.h:12:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.h:14:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_docmd.h:18:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.h:7:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.h:15:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.h:16:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.h:19:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.h:26:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.h:26:  Use int16_t/int64_t/etc, rather than the C type short  [runtime/int] [4]
src/nvim/ex_eval.h:27:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.h:29:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.h:30:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.h:32:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.h:33:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.h:34:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.h:35:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.h:36:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.h:37:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.h:38:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.h:43:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.h:45:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.h:46:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.h:47:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.h:48:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.h:49:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.h:51:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.h:52:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.h:53:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.h:54:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.h:55:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.h:56:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.h:59:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.h:63:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.h:64:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.h:65:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.h:66:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.h:67:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.h:68:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.h:69:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.h:70:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.h:72:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.h:75:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.h:76:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.h:77:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.h:78:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.h:80:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.h:87:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.h:88:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.h:89:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.h:92:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.h:98:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.h:99:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.h:100:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.h:101:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.h:102:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.h:103:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.h:106:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.h:109:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.h:110:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.h:111:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.h:113:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.h:120:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_eval.h:121:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ex_getln.h:7:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.h:7:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.h:8:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.h:9:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.h:10:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.h:11:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.h:12:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.h:13:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.h:17:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.h:22:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.h:23:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.h:24:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.h:25:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.h:26:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fileio.h:27:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.h:4:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.h:5:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.h:6:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/file_search.h:7:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.h:6:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.h:11:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.h:12:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/fold.h:12:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/fold.h:14:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/fold.h:14:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/func_attr.h:1:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/func_attr.h:4:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/func_attr.h:5:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/func_attr.h:6:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/func_attr.h:9:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/func_attr.h:12:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/func_attr.h:13:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/func_attr.h:16:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/func_attr.h:19:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/func_attr.h:20:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/func_attr.h:21:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/garray.h:70:  Missing space before asterisk in void*  [whitespace/operators] [2]
src/nvim/getchar.h:4:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.h:6:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.h:7:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.h:8:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.h:9:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.h:11:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.h:12:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/getchar.h:13:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:1259:  #endif line should be "#endif  // NVIM_GLOBALS_H"  [build/header_guard] [5]
src/nvim/globals.h:16:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:25:  At least two spaces is best between code and comments  [whitespace/comments] [2]
src/nvim/globals.h:28:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:99:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:100:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:101:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:102:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:104:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:112:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:113:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:119:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:123:  Use int16_t/int64_t/etc, rather than the C type short  [runtime/int] [4]
src/nvim/globals.h:125:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:139:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:141:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:149:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:150:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:151:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/globals.h:151:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:154:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:158:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:159:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:161:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:165:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:167:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:178:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:178:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/globals.h:179:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:179:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/globals.h:180:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:180:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/globals.h:181:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:181:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/globals.h:183:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:183:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/globals.h:185:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:185:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/globals.h:187:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:195:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:199:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:203:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:205:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/globals.h:211:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:213:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:214:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:215:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:216:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:217:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/globals.h:217:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:219:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/globals.h:219:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:221:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/globals.h:221:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:222:  Missing spaces around =  [whitespace/operators] [4]
src/nvim/globals.h:224:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:228:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:228:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/globals.h:231:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/globals.h:231:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:233:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/globals.h:234:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:238:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:239:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:240:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:240:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/globals.h:241:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:241:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/globals.h:242:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:242:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/globals.h:243:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:243:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/globals.h:244:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:244:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/globals.h:245:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:245:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/globals.h:246:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/globals.h:246:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:248:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:248:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/globals.h:249:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:249:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/globals.h:250:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/globals.h:250:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:250:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/globals.h:252:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/globals.h:252:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:254:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/globals.h:254:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:254:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/globals.h:256:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:256:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/globals.h:257:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:258:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:259:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/globals.h:259:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:261:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/globals.h:261:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:263:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:264:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:265:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:265:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/globals.h:266:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:266:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/globals.h:268:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:269:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:270:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/globals.h:270:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:270:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/globals.h:272:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:272:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/globals.h:274:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:274:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/globals.h:276:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:276:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/globals.h:277:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:279:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:279:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/globals.h:280:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:282:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:282:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/globals.h:283:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:283:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/globals.h:285:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:289:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:290:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/globals.h:290:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:290:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/globals.h:293:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:293:  Extra space after ( in function call  [whitespace/parens] [4]
src/nvim/globals.h:294:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:302:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:303:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:304:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:305:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:306:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:308:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:315:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:319:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/globals.h:321:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:325:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/globals.h:327:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:332:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/globals.h:334:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:340:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:348:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/globals.h:350:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:362:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:368:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/globals.h:370:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:379:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:387:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/globals.h:388:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/globals.h:389:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/globals.h:391:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:392:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:393:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:394:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:395:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:396:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:397:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:399:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:405:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
src/nvim/globals.h:412:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:419:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:425:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:425:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/globals.h:426:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:427:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:429:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:429:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/globals.h:431:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/globals.h:431:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:431:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/globals.h:433:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/globals.h:433:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:433:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/globals.h:435:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:437:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:443:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/globals.h:443:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:493:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:500:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:501:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:502:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:510:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:510:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/globals.h:511:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:511:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/globals.h:512:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:512:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/globals.h:513:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:514:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:514:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/globals.h:515:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/globals.h:515:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:515:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/globals.h:519:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:530:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:535:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:536:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:537:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/globals.h:537:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:540:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:541:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:542:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:543:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/globals.h:545:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:547:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:551:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/globals.h:553:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:555:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/globals.h:557:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:562:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:563:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:564:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:565:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:574:  for should always use braces  [readability/braces] [5]
src/nvim/globals.h:575:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/globals.h:577:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:579:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:580:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:580:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/globals.h:582:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:586:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:588:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:594:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:594:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/globals.h:597:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/globals.h:599:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:603:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:604:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:605:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:608:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/globals.h:610:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:612:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:612:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/globals.h:614:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:618:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:620:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/globals.h:620:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:620:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/globals.h:623:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:624:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:625:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:627:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:632:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:634:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/globals.h:635:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:638:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:639:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/globals.h:640:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:643:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/globals.h:645:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/globals.h:646:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:651:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:655:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:658:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:663:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:667:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/globals.h:668:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:675:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:676:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/globals.h:677:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:678:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/globals.h:679:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:681:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:685:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:687:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/globals.h:688:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:690:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:696:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:702:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/globals.h:704:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:710:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:718:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:724:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/globals.h:726:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:730:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/globals.h:732:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:736:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/globals.h:738:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:742:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/globals.h:747:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:750:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/globals.h:750:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:758:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:761:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:762:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:765:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:770:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:771:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:772:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:773:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:774:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:775:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:776:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:777:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:778:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:781:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/globals.h:781:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:783:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:784:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:785:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:785:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/globals.h:786:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:791:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:797:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:803:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:805:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:806:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/globals.h:807:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:809:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:813:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/globals.h:816:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/globals.h:818:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/globals.h:821:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:827:  Missing space before asterisk in int*  [whitespace/operators] [2]
src/nvim/globals.h:830:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:837:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/globals.h:837:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:843:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:846:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:847:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:847:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/globals.h:849:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:849:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/globals.h:850:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:850:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/globals.h:852:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:852:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/globals.h:853:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:854:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/globals.h:854:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:854:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/globals.h:856:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:857:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/globals.h:857:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:862:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:863:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/globals.h:863:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:863:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/globals.h:867:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/globals.h:867:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:867:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/globals.h:869:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:870:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:871:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:872:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:873:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:875:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:875:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/globals.h:879:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:881:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:882:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:883:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:883:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/globals.h:885:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:886:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:887:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:888:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:889:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:892:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:894:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/globals.h:895:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:897:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:898:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:899:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:901:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:904:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:904:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/globals.h:905:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:905:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/globals.h:918:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:919:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:919:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/globals.h:920:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:920:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/globals.h:926:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:927:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:928:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:930:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:931:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/globals.h:931:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:931:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/globals.h:933:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:933:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/globals.h:934:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:935:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/globals.h:935:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:938:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/globals.h:938:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:939:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/globals.h:940:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/globals.h:940:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:941:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/globals.h:967:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:968:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:969:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:970:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/globals.h:970:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:972:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:975:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:977:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:977:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/globals.h:979:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:992:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:994:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:995:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:997:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:998:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:1001:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:1003:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:1014:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:1019:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:1030:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:1037:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:1038:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/globals.h:1039:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/globals.h:1041:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:1042:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:1043:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:1047:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:1052:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:1053:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:1055:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:1058:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:1063:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:1064:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/globals.h:1066:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:1070:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/globals.h:1070:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:1070:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/globals.h:1080:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:1084:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:1087:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:1091:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:1092:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/globals.h:1101:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:1107:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/globals.h:1110:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/globals.h:1112:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/globals.h:1114:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/globals.h:1114:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/globals.h:1136:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/globals.h:1143:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/globals.h:1157:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/globals.h:1167:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/globals.h:1177:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/globals.h:1184:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/globals.h:1186:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/globals.h:1188:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/globals.h:1193:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/globals.h:1207:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/globals.h:1209:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/globals.h:1212:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/globals.h:1215:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/globals.h:1220:  Inner expression indentation should be 4  [whitespace/indent] [2]
src/nvim/globals.h:1221:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/globals.h:1232:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:1235:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:1237:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/globals.h:1259:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.h:6:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.h:18:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.h:37:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.h:44:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.h:65:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/hardcopy.h:71:  Missing space after {  [whitespace/braces] [5]
src/nvim/hardcopy.h:71:  Missing space before }  [whitespace/braces] [5]
src/nvim/if_cscope_defs.h:4:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope_defs.h:16:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope_defs.h:35:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope_defs.h:39:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope_defs.h:40:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope_defs.h:41:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope_defs.h:53:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/if_cscope_defs.h:54:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent.h:6:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent.h:7:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent.h:8:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/indent.h:9:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.h:6:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.h:12:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.h:16:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.h:18:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.h:28:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.h:36:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.h:42:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.h:48:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.h:54:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.h:60:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.h:66:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.h:75:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.h:81:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.h:84:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.h:87:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.h:90:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.h:95:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.h:102:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.h:111:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.h:123:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.h:125:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.h:126:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.h:128:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.h:169:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.h:171:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.h:175:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.h:176:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.h:177:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.h:178:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.h:179:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.h:180:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.h:181:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.h:182:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.h:183:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.h:185:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.h:187:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.h:188:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.h:190:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.h:194:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.h:195:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.h:196:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.h:197:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.h:198:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.h:203:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.h:204:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.h:206:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.h:211:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.h:214:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.h:215:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.h:216:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.h:217:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.h:219:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.h:220:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.h:222:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.h:223:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.h:224:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.h:225:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.h:227:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.h:228:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.h:229:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.h:230:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.h:232:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.h:239:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.h:240:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.h:241:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.h:242:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.h:248:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.h:270:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.h:276:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.h:282:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.h:323:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.h:329:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.h:342:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.h:354:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.h:358:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.h:363:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.h:364:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.h:366:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.h:367:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.h:368:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.h:369:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.h:370:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.h:371:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.h:373:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.h:374:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.h:375:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.h:376:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.h:377:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.h:378:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.h:379:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.h:380:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.h:381:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.h:382:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.h:394:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.h:437:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.h:438:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/keymap.h:451:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/lib/khash.h:1:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/lib/khash.h:26:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/lib/khash.h:48:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/lib/khash.h:120:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/lib/khash.h:137:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/lib/khash.h:148:  Use int16_t/int64_t/etc, rather than the C type long long  [runtime/int] [4]
src/nvim/lib/khash.h:160:  Missing spaces around <<  [whitespace/operators] [3]
src/nvim/lib/khash.h:161:  Missing spaces around <<  [whitespace/operators] [3]
src/nvim/lib/khash.h:162:  Missing spaces around <<  [whitespace/operators] [3]
src/nvim/lib/khash.h:163:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/lib/khash.h:163:  Missing spaces around <<  [whitespace/operators] [3]
src/nvim/lib/khash.h:164:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/lib/khash.h:164:  Missing spaces around <<  [whitespace/operators] [3]
src/nvim/lib/khash.h:165:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/lib/khash.h:165:  Missing spaces around <<  [whitespace/operators] [3]
src/nvim/lib/khash.h:166:  Missing spaces around <<  [whitespace/operators] [3]
src/nvim/lib/khash.h:171:  Lines should very rarely be longer than 100 characters  [whitespace/line_length] [4]
src/nvim/lib/khash.h:175:  Missing space after ,  [whitespace/comma] [3]
src/nvim/lib/khash.h:181:  Missing space after ,  [whitespace/comma] [3]
src/nvim/lib/khash.h:190:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/lib/khash.h:191:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/lib/khash.h:192:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/lib/khash.h:193:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/lib/khash.h:194:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/lib/khash.h:195:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/lib/khash.h:212:  Missing space before asterisk in kh_##name##_t*  [whitespace/operators] [2]
src/nvim/lib/khash.h:277:  Missing space before asterisk in khint32_t*  [whitespace/operators] [2]
src/nvim/lib/khash.h:282:  Missing space before asterisk in khkey_t*  [whitespace/operators] [2]
src/nvim/lib/khash.h:286:  Missing space before asterisk in khval_t*  [whitespace/operators] [2]
src/nvim/lib/khash.h:294:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/lib/khash.h:338:  Missing space before asterisk in khkey_t*  [whitespace/operators] [2]
src/nvim/lib/khash.h:341:  Missing space before asterisk in khval_t*  [whitespace/operators] [2]
src/nvim/lib/khash.h:417:  Do not use preincrement in statements, use postincrement instead  [readability/increment] [5]
src/nvim/lib/khash.h:421:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/lib/khash.h:422:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/lib/khash.h:423:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/lib/khash.h:425:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/lib/khash.h:426:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/lib/khash.h:427:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/lib/khash.h:427:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/lib/khash.h:429:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/lib/khash.h:430:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/lib/khash.h:430:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/lib/khash.h:432:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/lib/khash.h:434:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/lib/khash.h:440:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/lib/khash.h:444:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/lib/khash.h:449:  Missing spaces around <<  [whitespace/operators] [3]
src/nvim/lib/khash.h:450:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/lib/khash.h:454:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/lib/khash.h:461:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/lib/khash.h:461:  Missing space before asterisk in khint_t)*  [whitespace/operators] [2]
src/nvim/lib/khash.h:462:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/lib/khash.h:462:  if should always use braces  [readability/braces] [5]
src/nvim/lib/khash.h:462:  Missing space before asterisk in uint8_t)*  [whitespace/operators] [2]
src/nvim/lib/khash.h:462:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/lib/khash.h:463:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/lib/khash.h:465:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/lib/khash.h:471:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/lib/khash.h:488:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/lib/khash.h:490:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/lib/khash.h:492:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/lib/khash.h:498:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/lib/khash.h:505:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/lib/khash.h:512:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/lib/khash.h:519:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/lib/khash.h:526:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/lib/khash.h:534:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/lib/khash.h:547:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/lib/khash.h:556:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/lib/khash.h:564:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/lib/khash.h:572:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/lib/khash.h:580:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/lib/khash.h:589:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/lib/khash.h:594:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/lib/khash.h:601:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/lib/khash.h:608:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/lib/khash.h:615:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/lib/khash.h:622:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/lib/khash.h:629:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/lib/khash.h:630:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/lib/khash.h:630:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/lib/khash.h:631:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/lib/khash.h:631:  if should always use braces  [readability/braces] [5]
src/nvim/lib/khash.h:631:  Missing space after ,  [whitespace/comma] [3]
src/nvim/lib/khash.h:632:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/lib/khash.h:632:  Missing space after ,  [whitespace/comma] [3]
src/nvim/lib/khash.h:633:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/lib/khash.h:633:  Missing space after ,  [whitespace/comma] [3]
src/nvim/lib/khash.h:634:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/lib/khash.h:635:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/lib/khash.h:637:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/lib/khash.h:643:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/lib/khash.h:644:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/lib/khash.h:644:  Do not use preincrement in statements, including for(;; action)  [readability/increment] [4]
src/nvim/lib/khash.h:645:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/lib/khash.h:645:  if should always use braces  [readability/braces] [5]
src/nvim/lib/khash.h:645:  Missing space after ,  [whitespace/comma] [3]
src/nvim/lib/khash.h:646:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/lib/khash.h:646:  Missing space after ,  [whitespace/comma] [3]
src/nvim/lib/khash.h:647:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/lib/khash.h:648:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/lib/khash.h:650:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/lib/khash.h:668:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/lib/khash.h:670:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/lib/khash.h:674:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/lib/khash.h:675:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/lib/khash.h:677:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/lib/khash.h:682:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/lib/khash.h:683:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/lib/khash.h:685:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/lib/khash.h:689:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/lib/khash.h:690:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/lib/khash.h:692:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/lib/khash.h:697:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/lib/khash.h:698:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/lib/khash.h:698:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/lib/khash.h:701:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/lib/khash.h:705:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/lib/khash.h:706:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/lib/khash.h:708:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/lib/khash.h:716:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/lib/klist.h:26:  #ifndef header guard has wrong style, please use: NVIM_LIB_KLIST_H  [build/header_guard] [5]
src/nvim/lib/klist.h:145:  #endif line should be "#endif  // NVIM_LIB_KLIST_H"  [build/header_guard] [5]
src/nvim/lib/klist.h:1:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/lib/klist.h:143:  for should always use braces  [readability/braces] [5]
src/nvim/lib/kvec.h:91:  Should leave no spaces after a cast: u'(size_t) ('  [whitespace/cast] [2]
src/nvim/lib/kvec.h:95:  Should leave no spaces after a cast: u'(size_t) ('  [whitespace/cast] [2]
src/nvim/lib/ringbuf.h:27:  Should leave no spaces after a cast: u'(size_t) ('  [whitespace/cast] [2]
src/nvim/lib/ringbuf.h:28:  Should leave no spaces after a cast: u'(size_t) ('  [whitespace/cast] [2]
src/nvim/lib/ringbuf.h:29:  Should leave no spaces after a cast: u'(size_t) ('  [whitespace/cast] [2]
src/nvim/lib/ringbuf.h:43:  for should always use braces  [readability/braces] [5]
src/nvim/lib/ringbuf.h:58:  for should always use braces  [readability/braces] [5]
src/nvim/lib/ringbuf.h:161:  Should leave no spaces after a cast: u'(size_t) ('  [whitespace/cast] [2]
src/nvim/lib/ringbuf.h:222:  Should leave no spaces after a cast: u'(size_t) ('  [whitespace/cast] [2]
src/nvim/lib/ringbuf.h:227:  Should leave no spaces after a cast: u'(size_t) ('  [whitespace/cast] [2]
src/nvim/lib/ringbuf.h:230:  Should leave no spaces after a cast: u'(size_t) ('  [whitespace/cast] [2]
src/nvim/lib/ringbuf.h:265:  Should leave no spaces after a cast: u'(size_t) ('  [whitespace/cast] [2]
src/nvim/lib/ringbuf.h:269:  Should leave no spaces after a cast: u'(size_t) ('  [whitespace/cast] [2]
src/nvim/lib/ringbuf.h:274:  Should leave no spaces after a cast: u'(size_t) ('  [whitespace/cast] [2]
src/nvim/log.h:38:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/log.h:40:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/log.h:47:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/log.h:49:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/log.h:56:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/log.h:58:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/log.h:65:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/log.h:67:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/macros.h:22:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/macros.h:37:  Missing space after {  [whitespace/braces] [5]
src/nvim/macros.h:41:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/macros.h:46:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/macros.h:52:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/macros.h:62:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/macros.h:66:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/macros.h:73:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/macros.h:76:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/macros.h:86:  if should always use braces  [readability/braces] [5]
src/nvim/macros.h:92:  if should always use braces  [readability/braces] [5]
src/nvim/macros.h:94:  An else should always have braces before it  [readability/braces] [5]
src/nvim/macros.h:94:  Else clause should never be on same line as else (use 2 lines)  [whitespace/newline] [4]
src/nvim/macros.h:99:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/macros.h:105:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/macros.h:111:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/macros.h:112:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/macros.h:122:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/macros.h:125:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/macros.h:133:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/macros.h:135:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/macros.h:137:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/macros.h:139:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/macros.h:140:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/macros.h:141:  Lines should very rarely be longer than 100 characters  [whitespace/line_length] [4]
src/nvim/macros.h:142:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/macros.h:146:  if should always use braces  [readability/braces] [5]
src/nvim/macros.h:146:  Should leave no spaces after a cast: u'(has_mbyte) mb_copy_char'  [whitespace/cast] [2]
src/nvim/macros.h:147:  An else should always have braces before it  [readability/braces] [5]
src/nvim/macros.h:147:  Else clause should never be on same line as else (use 2 lines)  [whitespace/newline] [4]
src/nvim/macros.h:150:  Missing space before asterisk in int)*  [whitespace/operators] [2]
src/nvim/macros.h:152:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/macros.h:157:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
src/nvim/macros.h:160:  Lines should very rarely be longer than 100 characters  [whitespace/line_length] [4]
src/nvim/mark_defs.h:48:  #endif line should be "#endif  // NVIM_MARK_DEFS_H"  [build/header_guard] [5]
src/nvim/mark_defs.h:8:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mark_defs.h:48:  At least two spaces is best between code and comments  [whitespace/comments] [2]
src/nvim/mark.h:32:  Missing space after {  [whitespace/braces] [5]
src/nvim/mark.h:32:  Missing space before }  [whitespace/braces] [5]
src/nvim/mbyte.h:6:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.h:15:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.h:20:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.h:21:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.h:23:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.h:24:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.h:25:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.h:27:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.h:28:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/mbyte.h:29:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline_defs.h:59:  #endif line should be "#endif  // NVIM_MEMLINE_DEFS_H"  [build/header_guard] [5]
src/nvim/memline_defs.h:6:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline_defs.h:12:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline_defs.h:13:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline_defs.h:14:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline_defs.h:15:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline_defs.h:16:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline_defs.h:23:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline_defs.h:29:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline_defs.h:33:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline_defs.h:35:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline_defs.h:37:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline_defs.h:38:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline_defs.h:39:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline_defs.h:40:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline_defs.h:43:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline_defs.h:44:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline_defs.h:45:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline_defs.h:47:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline_defs.h:48:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline_defs.h:50:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline_defs.h:51:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline_defs.h:52:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline_defs.h:53:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/memline_defs.h:59:  At least two spaces is best between code and comments  [whitespace/comments] [2]
src/nvim/menu.h:4:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.h:15:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.h:24:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.h:26:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.h:32:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.h:33:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.h:34:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.h:35:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.h:36:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/menu.h:36:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.h:38:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/menu.h:38:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.h:40:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.h:41:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.h:42:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.h:43:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.h:44:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.h:45:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.h:46:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.h:47:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/menu.h:48:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.h:9:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.h:17:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/message.h:19:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.h:7:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.h:8:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.h:9:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.h:10:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.h:11:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/misc1.h:12:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.h:8:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.h:9:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.h:10:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.h:11:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.h:24:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.h:53:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.h:57:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.h:58:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.h:59:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.h:60:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.h:61:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.h:62:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.h:63:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.h:64:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.h:65:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.h:66:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.h:67:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.h:68:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.h:69:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.h:72:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.h:73:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/normal.h:74:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.h:14:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.h:15:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.h:16:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.h:17:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.h:18:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.h:19:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.h:20:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/ops.h:22:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:807:  #endif line should be "#endif  // NVIM_OPTION_DEFS_H"  [build/header_guard] [5]
src/nvim/option_defs.h:21:  At least two spaces is best between code and comments  [whitespace/comments] [2]
src/nvim/option_defs.h:25:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:31:  Lines should very rarely be longer than 100 characters  [whitespace/line_length] [4]
src/nvim/option_defs.h:35:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:43:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:51:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:52:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:54:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:57:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:58:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:59:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:60:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:61:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:63:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:74:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:75:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:76:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:78:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:79:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:80:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:84:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:86:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:87:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:88:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:89:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:90:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:92:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:93:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:94:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:96:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:97:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:98:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:99:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:100:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:101:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:102:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:103:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:104:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:105:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:107:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:108:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:110:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:111:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:112:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:113:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:115:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:119:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:120:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:121:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:123:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:125:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:129:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:130:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:131:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:132:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/option_defs.h:132:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:134:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:138:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:141:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:142:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:143:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:144:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:145:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:146:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:147:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:148:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:149:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:150:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:151:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:153:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:192:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:193:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:194:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:195:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:196:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:197:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:198:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:199:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:200:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:201:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:202:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:203:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:204:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:205:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:206:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:207:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:208:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:209:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:210:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:211:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:212:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:213:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:215:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:216:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:217:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:218:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:219:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:220:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:221:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:222:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:223:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:224:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:225:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:226:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:227:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:282:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:287:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:288:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:289:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:290:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:293:  Lines should very rarely be longer than 100 characters  [whitespace/line_length] [4]
src/nvim/option_defs.h:295:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:299:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:300:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:301:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:302:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:303:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:304:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:305:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:306:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:307:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:308:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:312:  Missing space after {  [whitespace/braces] [5]
src/nvim/option_defs.h:312:  Missing space before }  [whitespace/braces] [5]
src/nvim/option_defs.h:319:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:320:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:324:  Missing space after {  [whitespace/braces] [5]
src/nvim/option_defs.h:328:  Missing space before }  [whitespace/braces] [5]
src/nvim/option_defs.h:352:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:353:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:354:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:357:  Missing space after {  [whitespace/braces] [5]
src/nvim/option_defs.h:357:  Missing space before }  [whitespace/braces] [5]
src/nvim/option_defs.h:361:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:362:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:363:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:364:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:365:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:368:  Missing space after {  [whitespace/braces] [5]
src/nvim/option_defs.h:368:  Missing space before }  [whitespace/braces] [5]
src/nvim/option_defs.h:385:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:386:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:387:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:388:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:389:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:390:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:392:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:393:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:394:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:395:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:396:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:397:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:400:  Missing space after {  [whitespace/braces] [5]
src/nvim/option_defs.h:400:  Missing space before }  [whitespace/braces] [5]
src/nvim/option_defs.h:404:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:405:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:406:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:407:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:408:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:409:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:410:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:411:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:412:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:413:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:414:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:415:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:416:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:417:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:419:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:420:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:421:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:424:  Missing space after {  [whitespace/braces] [5]
src/nvim/option_defs.h:426:  Missing space before }  [whitespace/braces] [5]
src/nvim/option_defs.h:536:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:537:  Missing space after {  [whitespace/braces] [5]
src/nvim/option_defs.h:541:  Missing space before }  [whitespace/braces] [5]
src/nvim/option_defs.h:559:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:560:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:561:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:562:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:563:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:564:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:565:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:566:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:568:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:640:  Missing space after {  [whitespace/braces] [5]
src/nvim/option_defs.h:640:  Missing space before }  [whitespace/braces] [5]
src/nvim/option_defs.h:642:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:643:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:646:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:648:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:650:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:652:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:653:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:654:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:655:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:656:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:657:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:658:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:659:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:661:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:662:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:663:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:664:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:665:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:666:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:667:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:668:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:669:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:670:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:671:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:676:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:757:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:760:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:801:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:804:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option_defs.h:807:  At least two spaces is best between code and comments  [whitespace/comments] [2]
src/nvim/option.h:6:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.h:7:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.h:8:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/option.h:9:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/os/fs_defs.h:17:  Missing space after {  [whitespace/braces] [5]
src/nvim/os/fs_defs.h:17:  Missing space before }  [whitespace/braces] [5]
src/nvim/os/os_defs.h:30:  Missing space before asterisk in 5*  [whitespace/operators] [2]
src/nvim/os/os_defs.h:34:  Missing space before asterisk in 10*  [whitespace/operators] [2]
src/nvim/os/unix_defs.h:11:  Missing space after {  [whitespace/braces] [5]
src/nvim/os/unix_defs.h:11:  Missing space before }  [whitespace/braces] [5]
src/nvim/os/win_defs.h:18:  Missing space after {  [whitespace/braces] [5]
src/nvim/os/win_defs.h:18:  Missing space before }  [whitespace/braces] [5]
src/nvim/path.h:41:  #endif line should be "#endif  // NVIM_PATH_H"  [build/header_guard] [5]
src/nvim/path.h:8:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.h:9:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.h:10:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.h:11:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.h:12:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.h:13:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.h:14:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.h:15:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.h:16:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.h:17:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.h:18:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.h:19:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.h:20:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/path.h:21:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/pos.h:14:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/pos.h:18:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/pos.h:19:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/pos.h:23:  Missing space after {  [whitespace/braces] [5]
src/nvim/pos.h:23:  Missing space before }  [whitespace/braces] [5]
src/nvim/pos.h:25:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/pos.h:29:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/pos.h:30:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/profile.h:10:  if should always use braces  [readability/braces] [5]
src/nvim/quickfix.h:4:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_defs.h:1:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_defs.h:19:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_defs.h:27:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_defs.h:45:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_defs.h:57:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_defs.h:74:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_defs.h:77:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_defs.h:87:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_defs.h:91:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_defs.h:101:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_defs.h:103:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_defs.h:104:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_defs.h:105:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_defs.h:107:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_defs.h:108:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_defs.h:111:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_defs.h:113:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_defs.h:116:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_defs.h:128:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_defs.h:141:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_defs.h:144:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp_defs.h:150:  Use int16_t/int64_t/etc, rather than the C type short  [runtime/int] [4]
src/nvim/regexp_defs.h:155:  Missing space before asterisk in char_u*  [whitespace/operators] [2]
src/nvim/regexp_defs.h:157:  Missing space before asterisk in regmatch_T*  [whitespace/operators] [2]
src/nvim/regexp_defs.h:158:  Missing space before asterisk in regmmatch_T*  [whitespace/operators] [2]
src/nvim/regexp_defs.h:159:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/regexp_defs.h:159:  Missing space before asterisk in proftime_T*  [whitespace/operators] [2]
src/nvim/regexp.h:19:  #endif line should be "#endif  // NVIM_REGEXP_H"  [build/header_guard] [5]
src/nvim/regexp.h:4:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.h:5:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.h:6:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.h:7:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.h:8:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.h:10:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.h:11:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.h:12:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.h:14:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/regexp.h:19:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.h:6:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.h:10:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/screen.h:10:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.h:11:  Missing space before asterisk in b_mod_*  [whitespace/operators] [2]
src/nvim/screen.h:12:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.h:13:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.h:14:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.h:15:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.h:16:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/screen.h:17:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.h:7:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.h:33:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.h:34:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.h:35:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.h:36:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.h:37:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.h:39:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.h:40:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.h:41:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.h:42:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.h:43:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/search.h:44:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/sign_defs.h:24:  #endif line should be "#endif  // NVIM_SIGN_DEFS_H"  [build/header_guard] [5]
src/nvim/sign_defs.h:10:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/sign_defs.h:11:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/sign_defs.h:12:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/sign_defs.h:13:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/sign_defs.h:16:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/sign_defs.h:17:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/sign_defs.h:18:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/sign_defs.h:19:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/sign_defs.h:20:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/sign_defs.h:24:  At least two spaces is best between code and comments  [whitespace/comments] [2]
src/nvim/syntax_defs.h:77:  #endif line should be "#endif  // NVIM_SYNTAX_DEFS_H"  [build/header_guard] [5]
src/nvim/syntax_defs.h:8:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax_defs.h:9:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax_defs.h:10:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax_defs.h:11:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax_defs.h:12:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax_defs.h:14:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax_defs.h:14:  Use int16_t/int64_t/etc, rather than the C type short  [runtime/int] [4]
src/nvim/syntax_defs.h:16:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax_defs.h:18:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax_defs.h:19:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax_defs.h:19:  Use int16_t/int64_t/etc, rather than the C type short  [runtime/int] [4]
src/nvim/syntax_defs.h:20:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax_defs.h:20:  Use int16_t/int64_t/etc, rather than the C type short  [runtime/int] [4]
src/nvim/syntax_defs.h:23:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax_defs.h:29:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax_defs.h:30:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax_defs.h:31:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax_defs.h:31:  Use int16_t/int64_t/etc, rather than the C type short  [runtime/int] [4]
src/nvim/syntax_defs.h:33:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax_defs.h:34:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax_defs.h:37:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax_defs.h:41:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax_defs.h:42:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax_defs.h:43:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax_defs.h:44:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax_defs.h:45:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax_defs.h:48:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax_defs.h:55:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax_defs.h:56:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax_defs.h:58:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax_defs.h:59:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax_defs.h:61:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax_defs.h:62:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax_defs.h:63:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/syntax_defs.h:63:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax_defs.h:63:  Use int16_t/int64_t/etc, rather than the C type short  [runtime/int] [4]
src/nvim/syntax_defs.h:64:  Extra space for operator !   [whitespace/operators] [4]
src/nvim/syntax_defs.h:65:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/syntax_defs.h:66:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/syntax_defs.h:67:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/syntax_defs.h:68:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/syntax_defs.h:65:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax_defs.h:66:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/syntax_defs.h:66:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax_defs.h:77:  At least two spaces is best between code and comments  [whitespace/comments] [2]
src/nvim/syntax.h:8:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.h:20:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.h:21:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.h:21:  Tab found; better to use spaces  [whitespace/tab] [1]
src/nvim/syntax.h:22:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.h:23:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.h:24:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.h:25:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.h:26:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.h:27:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.h:28:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.h:29:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.h:30:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.h:31:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.h:32:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.h:33:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.h:34:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.h:35:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.h:36:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.h:37:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/syntax.h:38:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.h:4:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.h:7:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.h:8:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.h:9:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.h:10:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.h:11:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.h:12:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.h:13:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.h:14:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.h:15:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.h:16:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.h:17:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.h:18:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.h:20:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.h:23:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.h:24:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.h:25:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.h:26:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.h:27:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.h:28:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.h:29:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.h:30:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.h:32:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/tag.h:32:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.h:35:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.h:39:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/tag.h:40:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo_defs.h:78:  #endif line should be "#endif  // NVIM_UNDO_DEFS_H"  [build/header_guard] [5]
src/nvim/undo_defs.h:10:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo_defs.h:12:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo_defs.h:13:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo_defs.h:14:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo_defs.h:15:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo_defs.h:21:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo_defs.h:22:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo_defs.h:23:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo_defs.h:24:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo_defs.h:25:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo_defs.h:26:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo_defs.h:28:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo_defs.h:33:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo_defs.h:36:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo_defs.h:40:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo_defs.h:44:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo_defs.h:48:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo_defs.h:51:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo_defs.h:52:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo_defs.h:53:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo_defs.h:54:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo_defs.h:55:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo_defs.h:57:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo_defs.h:58:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo_defs.h:59:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo_defs.h:60:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo_defs.h:61:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/undo_defs.h:61:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo_defs.h:64:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo_defs.h:68:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo_defs.h:69:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo_defs.h:70:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/undo_defs.h:78:  At least two spaces is best between code and comments  [whitespace/comments] [2]
src/nvim/version.h:5:  Missing space before asterisk in char*  [whitespace/operators] [2]
src/nvim/version.h:6:  Missing space before asterisk in char*  [whitespace/operators] [2]
src/nvim/vim.h:319:  #endif line should be "#endif  // NVIM_VIM_H"  [build/header_guard] [5]
src/nvim/vim.h:7:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/vim.h:12:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/vim.h:14:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/vim.h:16:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/vim.h:20:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/vim.h:26:  Use operator ! instead of not  [readability/alt_tokens] [2]
src/nvim/vim.h:30:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/vim.h:52:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/vim.h:66:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/vim.h:67:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/vim.h:68:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/vim.h:71:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/vim.h:74:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/vim.h:82:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/vim.h:83:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/vim.h:84:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/vim.h:84:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/vim.h:86:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/vim.h:87:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/vim.h:88:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/vim.h:88:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/vim.h:91:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/vim.h:93:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/vim.h:97:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/vim.h:98:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/vim.h:99:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/vim.h:100:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/vim.h:101:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/vim.h:102:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/vim.h:103:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/vim.h:104:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/vim.h:105:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/vim.h:111:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/vim.h:117:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/vim.h:119:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/vim.h:123:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/vim.h:126:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/vim.h:184:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/vim.h:195:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/vim.h:198:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/vim.h:199:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/vim.h:199:  Use false instead of FALSE.  [readability/bool] [4]
src/nvim/vim.h:200:  Use true instead of TRUE.  [readability/bool] [4]
src/nvim/vim.h:203:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/vim.h:205:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/vim.h:206:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/vim.h:208:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/vim.h:212:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/vim.h:215:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/vim.h:217:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/vim.h:219:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/vim.h:225:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/vim.h:228:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/vim.h:233:  Almost always, snprintf is better than strcpy  [runtime/printf] [4]
src/nvim/vim.h:248:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/vim.h:261:  Almost always, snprintf is better than strcat  [runtime/printf] [4]
src/nvim/vim.h:272:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/vim.h:273:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/vim.h:275:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/vim.h:283:  Inner expression should be aligned as opening brace + 1 (+ 2 in case of {)  [whitespace/alignment] [2]
src/nvim/vim.h:285:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/vim.h:291:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/vim.h:296:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/vim.h:304:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/vim.h:305:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/vim.h:306:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/vim.h:319:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.h:6:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.h:7:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.h:8:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.h:9:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.h:10:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.h:11:  Complex multi-line /*...*/-style comment found. Lint may give bogus warnings.  Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments.  [readability/multiline_comment] [5]
src/nvim/window.h:11:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.h:15:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.h:18:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.h:19:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.h:20:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.h:21:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.h:22:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.h:23:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.h:24:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.h:25:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.h:27:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.h:30:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
src/nvim/window.h:31:  /*-style comment found, it should be replaced with //-style.  /*-style comments are only allowed inside macros.  Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this.  [readability/old_style_comment] [5]
Total errors found: 45019